From 47232149fe9a446c03f81dbe9eae9803d2c7aa31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 6 Jun 2016 15:33:30 -0400 Subject: [PATCH] Update version to v1.3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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]) -- 2.34.1