Update version to v1.3.3 stable-1.3 v1.3.3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Jun 2016 19:33:30 +0000 (15:33 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 6 Jun 2016 19:33:30 +0000 (15:33 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 43ec7e6fb720ba2332a275f3e49b845f1c852200..40b551b456b2491f8d166f6854f32f1175134c35 100644 (file)
--- 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
index eb2fc9e496c876551c1fceb3a18aa0fede6184c7..e0b9ba3ca7dee65a7469b4811fe9dd585aed652a 100644 (file)
@@ -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])
This page took 0.025685 seconds and 4 git commands to generate.