From 5ba5bf7fba804d2de773ae1c71106a8ed856c56a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 28 Feb 2014 13:33:51 -0500 Subject: [PATCH] Version 2.4.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a50c72e..3f5388c4 100644 --- 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 diff --git a/configure.ac b/configure.ac index 3c92da15..f507883a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1