From: Jérémie Galarneau Date: Mon, 6 Jun 2016 18:26:09 +0000 (-0400) Subject: Update version to v1.4.0 X-Git-Tag: v1.4.0^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=a15d4c242774ca88739444709a18fc5ada6b624f;hp=285fd56cebb6b02bb252bdce247efe3ba01bb2be Update version to v1.4.0 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index c595ac1e..4fa713cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2016-06-06 babeltrace 1.4.0 (National Yo-Yo Day) + * Tests: dereference of NULL pointer on allocation failure + * Tests: abort dwarf test on open() failure + * Fix: lttng-live does not set a trace descriptor + * Tests: Add missing --merge LOG_DRIVER_FLAGS + * Fix: strerror_r behavior is glibc specific + * sys/param.h is required for MAXNAMLEN on musl libc + * Fix: undefined bit shift operation when printing octal numbers + * Fix: Wrong variable checked in bin_info_child_die_has_address + * Fix: Only close valid fds in is_valid_debug_file + * Fix: Free die_name in bin_info_lookup_cu_function_name + * Fix: Don't dereference null ptr in error path + * Standardise spelling of debug info + * Fix: typo in --disable-debug-info in configure error message + * Docs: change --clock-raw to --clock-cycles + * Fix: segmentation fault with multi-trace having non-correlated clocks + 2016-05-13 babeltrace 1.4.0-rc1 * Display binary location even if source and symbol lookups fail * Tests: Multi-trace stream intersection test diff --git a/configure.ac b/configure.ac index a08ec113..0b7bde25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.4.0-rc1],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.4.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h])