From: Mathieu Desnoyers Date: Tue, 23 Sep 2014 16:45:08 +0000 (-0400) Subject: Version 1.2.3 X-Git-Tag: v1.2.3^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=753a40ead9fa4f6bd5e29d5765e2021122df9c1c Version 1.2.3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 35ea97ac..b3f7ff87 100644 --- 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 diff --git a/configure.ac b/configure.ac index 41a68d35..4a8f5873 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- 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