Version 2.4.0-rc1 v2.4.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 18:55:22 +0000 (13:55 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 18:55:22 +0000 (13:55 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b9349526ac412d034a26c561d9e47a1ee36e8f88..49706cd501b33d1c1cb26d1ca85e662c3b1c1302 100644 (file)
--- 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
 
index 1eda569c9caba4e738b60ede2621a71168d2c4a0..60460da5710800504778be4f8ceb64133ff25f05 100644 (file)
@@ -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])
This page took 0.025862 seconds and 4 git commands to generate.