Version 1.2.0-rc2 v1.2.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Feb 2014 17:53:58 +0000 (12:53 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Feb 2014 17:53:58 +0000 (12:53 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 897556c1cdfd9e51a999709b60e7ab83bcaed0fb..61dac432c7f86d394e98a0e827b682635146d94a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2014-02-27 Babeltrace 1.2.0-rc2
+       * Fix: events discarded timing inaccuracy
+       * Fix: Move offset endianness conversion to get_data_packet
+       * Fix: Remove negative comparison to unsigned value
+       * Fix: Uninitialized scalar variable
+       * Fix: Don't assert on metadata generation failure
+       * Fix: add missing SIGTERM and SIGINT handler
+       * Fix: Reverse incorrect error message argument order
+       * Cleanup: add brackets to lttng-live-plugin.c
+       * Cleanup lttng-live: add brackets in lttng_live_read()
+       * Cleanup lttng-live: 80 columns wrapping
+       * Fix: handle new streams in get_data_packet()
+       * Fix: accept empty metadata on append
+       * Fix: lttng-live: 100ms active poll delay
+       * Fix: lttng-live await metadata
+       * Fix: lttng-live recv() and send() flags, partial recv()
+       * Fix: missing little endian conversion for one index field
+       * Cleanup: remove logically dead code
+       * Fix: untrusted value as argument
+       * Fix: off by one in lttng-live path length check
+       * Fix: fclose return value unchecked
+       * Fix: call to append metadata when new metadata is added
+       * Fix: use memstream instead of tmp file for live metadata
+       * Fix: assign a trace handle to every live trace
+       * Fix: get_new_metadata receive all the metadata
+       * Fix: Coverity warning CWE-457: Use of Uninitialized Variable
+       * Revert "Fix: get_new_metadata receive all the metadata"
+       * Revert "Fix: assign a trace handle to every live trace"
+       * Fix: assign a trace handle to every live trace
+       * Fix: get_new_metadata receive all the metadata
+       * CTF: Support incremental metadata append
+       * Fix: ctf.c fscanf missing integer length check
+       * Bump soname version to 1.0.0
+       * Move scanner allocation/free outside of ctf_open_trace_metadata_read
+       * CTF parser: prepare for incremental metadata parsing
+       * Python bindings: return char arrays as strings in value()
+       * Python bindings: sched_switch example clean-up
+       * Fix: add missing test scripts to Makefile.am
+
 2014-02-14 Babeltrace 1.2.0-rc1
        * Cleanup: lttng-live: use perror() rather than fprintf for err msg
        * Fix: lttng-live: handle orderly shutdown
index ce45719227aba4a785a3000e45352ab415af042b..bc81a66d8199882a5b61a79e3bd785f8892ed34e 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.2.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.2.0-rc2],[mathieu dot desnoyers at efficios dot com])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
This page took 0.026577 seconds and 4 git commands to generate.