Version 1.2.3 v1.2.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Sep 2014 16:45:08 +0000 (12:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Sep 2014 16:45:08 +0000 (12:45 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 35ea97ac96d7e8da42ce03be0bbbf41ad8afbb7f..b3f7ff87dd0157c69de12251a517b19592ef34db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-09-23 Babeltrace 1.2.3
+       * Fix: incorrect compiler warning
+       * Fix: Don't assume that PROT_WRITE grants read permissions
+       * Fix: align objstack on 8 bytes
+       * Fix Python: Add a comment warning about an API limitation
+       * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c
+       * Add limits compatibility header
+       * Fix: don't perform unaligned integer read/writes
+       * Fix: Align buffers from objstack_alloc on sizeof(void *)
+       * Fix: bt_ctf_field_type_structure_add_field argument validation
+
 2014-07-22 Babeltrace 1.2.2
        * Fix: Support out of tree builds in babeltrace
        * Fix: mmap trace read the stream_id from the first packet
 2014-07-22 Babeltrace 1.2.2
        * Fix: Support out of tree builds in babeltrace
        * Fix: mmap trace read the stream_id from the first packet
index 41a68d350fc56f41fface76064f80a61271a0480..4a8f58737a58407d558f1eddacc175a07f38e3de 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.2.2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.2.3],[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
 
 # 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.026006 seconds and 4 git commands to generate.