Update version to 2.0.0-rc4 v2.0.0-rc4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Mar 2012 21:05:09 +0000 (17:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 20 Mar 2012 21:05:09 +0000 (17:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 7d079dc1de137ba7bbe72b5e297f6742496d9f62..0dffcbf03de5050ec6c42c121db5f9fb3352ac38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-20 lttng-ust 2.0.0-rc4
+       * Fix out-of-bound write in ltt-events.c
+       * Document LTTNG_UST_DEBUG_VALGRIND compilation flag
+       * Update COPYING
+       * Add exception handling to lttng-gen-tp io operations
+
 2012-03-16 lttng-ust 2.0.0-rc3
        * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
        * fix: ustcomm_close_unix_sock should close, not shutdown
 2012-03-16 lttng-ust 2.0.0-rc3
        * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
        * fix: ustcomm_close_unix_sock should close, not shutdown
index 221ab46261e4e55284706152f6a6c9e455807477..2fc29099d159ed569ac91db4626e011c82a3bfa6 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([lttng-ust],[2.0.0-rc3],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.0.0-rc4],[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
@@ -34,6 +34,8 @@ AC_DEFINE_UNQUOTED([VERSION_MAJOR], $major_version, [UST major version number])
 AC_DEFINE_UNQUOTED([VERSION_MINOR], $minor_version, [UST minor version number])
 AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [UST patchlevel version number])
 
 AC_DEFINE_UNQUOTED([VERSION_MINOR], $minor_version, [UST minor version number])
 AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [UST patchlevel version number])
 
+AC_DEFINE_UNQUOTED([VERSION_NAME], "TBD", [UST version name])
+AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], "TBD", [UST version description])
 
 # Checks for programs.
 AC_PROG_CC
 
 # Checks for programs.
 AC_PROG_CC
This page took 0.025596 seconds and 4 git commands to generate.