From 48de55add697e5f5fd42a0a98904583074b6ee6c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 15 Nov 2013 13:55:22 -0500 Subject: [PATCH] Version 2.4.0-rc1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ configure.ac | 6 +++--- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9349526..49706cd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2013-11-15 lttng-ust 2.4.0-rc1 + * doc/examples: error out when a subdir make fails + * JUL: fix out of tree build + * Java/jul: fix make dist + * JUL: install documentation and jar file + * Add missing copyrights to test scripts + * Escape minus signs in lttng-ust-cyg-profile manpage + * Fix spelling mistake in lttng-ust manpage + * Fix tests/benchmark + * Implement base-address-state tracing + * Base-address tracing for dlopen and dlclose + * Add a check against excluders + * Add handler for LTTNG_UST_EXCLUSION in UST ABI + * Store exclusions to enablers + * Add excluders to enabler structure + * Send exclusion data through ustcomm + * Define exclusion structure for UST ABI + * Define a new command LTTNG_UST_EXCLUSION + * Fix: package of LTTngUst.h was renamed without renaming target in makefile + * Fix: check for java .class in package subfolders + * Fix: java library to use user define JDK at compile time + * Add liblttng-ust-jul for JUL support + * Fix: application SIGBUS when starting in parallel with sessiond + * Fix: Minor corrections to the lttng-ust man page + * Documentation cleanup: Overhaul of the lttng-gen-tp man page + * Warning cleanup: add missing padding initializer + * Fix: socket connect hang on heavy loads + * Cleanup: fix typo + * Fix: ust-comm recvmsg should handle partial receive + * gcc warning fix: -Wextra + * Add usage reference count for tracepoints + * tracepoint.c: Move add_callsite/remove_callsite further down in file + * Store the callsites into the library callsite list + * Fix linking warning + * Per-stream ioctl to get the current timestamp + * LTTng ringbuffer ABI calls for index generation + * Specialize lttng_ust_lib_ring_buffer_client_cb + * Add tracing instrumentation for pthread mutex lock functions + 2013-09-03 lttng-ust 2.3.0 * No change diff --git a/configure.ac b/configure.ac index 1eda569c..60460da5 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.3.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.4.0-rc1],[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 @@ -39,8 +39,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]) -version_name="Dominus Vobiscum" -version_description="A very succulent line-up of beers brewed at Microbrasserie Charlevoix. Elaborated starting from special malts and fermented with a Belgian yeast. These beers are refermented in bottle and will make you discover the richness of wheat, amber and triple styles." +version_name="Époque Opaque" +version_description="The Époque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer." AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], [UST version name]) AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], ["$version_description"], [UST version description]) -- 2.34.1