Version 2.4.0 v2.4.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 18:33:51 +0000 (13:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 18:33:51 +0000 (13:33 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 0a50c72e12a8656ee2b9cce0c33217670191258b..3f5388c4960d45f0bd6ee70e2e788b41419d6189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2014-02-28 (Public Sleeping Day) lttng-ust 2.4.0
+       * Fix: JUL test: update to API change
+       * Fix: Cast from pointer to different integer size warning
+       * Turn base address dump into experimental feature
+       * Fix: JUL support multiple loglevels
+       * Fix: Skip lttng-gen-tp example build if Python is missing
+       * Fix: dynamically fetch the session daemon port
+       * Fix: JUL agent connect to user and root sessiond
+       * Fix: handle registration done command
+       * Fix: Unsynchronized access in LTTngTCPSessiondClient
+       * Cleanup: fix comment
+       * Fix: Dump executable base-address with readlink
+       * Fix: add assert for NULL dereference
+       * Fix: tracepoint out of memory handling
+       * Fix: dereference before null check
+       * Cleanup: remove logically dead code
+       * Fix: handle sysconf errors
+       * Fix: java-jul/Makefile should not be marked as a binary
+
 2014-02-14 lttng-ust 2.4.0-rc4
        * Cleanup: remove extra space in dlerror wrapper
        * Fix: work-around glibc lying about dlsym()/dlerror() leafness
index 3c92da15fcf81a459fbc365d34c1d2bfcdad91a4..f507883aff5d2cfad817ec2962f483976285ecdd 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.4.0-rc4],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.4.0],[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.026241 seconds and 4 git commands to generate.