From: Jérémie Galarneau Date: Mon, 6 Jun 2016 19:33:30 +0000 (-0400) Subject: Update version to v1.3.3 X-Git-Tag: v1.3.3^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=47232149fe9a446c03f81dbe9eae9803d2c7aa31 Update version to v1.3.3 Signed-off-by: Jérémie Galarneau --- diff --git a/ChangeLog b/ChangeLog index 43ec7e6f..40b551b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2016-06-06 babeltrace 1.3.3 (National Yo-Yo Day) + * Fix: undefined bit shift operation when printing octal numbers + * Docs: change --clock-raw to --clock-cycles + * Fix: segmentation fault with multi-trace having non-correlated clocks + * Fix: ctf-text: signed base 8, 16 printout + * Fix: respect signed integers' length when printing in hex base + * Fix: return event timestamp in _timestamp_at_pos + * Fix: lttng-live flush when output to file + * Fix: lttng-live use g_free rather than free + * Fix: lttng-live data_size and version endianness + 2016-02-29 babeltrace 1.3.2 * Python bindings: work around Python 3.5 behaviour change * Fix: out-of-bound memory access diff --git a/configure.ac b/configure.ac index eb2fc9e4..e0b9ba3c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.3.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.3.3],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h])