Version 2.6.0-rc3 v2.6.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Dec 2014 16:09:32 +0000 (11:09 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Dec 2014 16:09:32 +0000 (11:09 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 8d8da4a5fe45bb219417dbdb377e389ee3196cea..d08576b3a61edb5db913f5f04dcbf19544221453 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-12-12 lttng-ust 2.6.0-rc3
+       * Fix: man: you can't link a lib with a static lib
+       * Fix: context alignment not properly handled
+       * Fix: Shorthand option -cp not supported in all version of Java
+       * Fix: allow tracepoints to build with --std=c99
+       * Fix: filter attach vs event enable race
+       * Fix: add a configure check for weak symbols support
+       * Fix coverity warning about sizeof(void **) != sizeof(void *)
+       * Fix: off-by-one in sequence filter comparator
+       * Fix: Java Agent JAR file symlink should be created after objects install
+
 2014-11-04 lttng-ust 2.6.0-rc2
        * Fix: Add versioning to liblttng-ust-agent JAR
        * Fix: Warn when log4j version is too old
index 2d54dadd95fc66d1a437e7de6c0da292e1542694..2255c7b494b5c2142822e962b7a5a56c86fa5326 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.6.0-rc2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.6.0-rc3],[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.027521 seconds and 4 git commands to generate.