Version 2.5.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 May 2014 14:18:27 +0000 (10:18 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 28 May 2014 14:18:27 +0000 (10:18 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 3f5388c4960d45f0bd6ee70e2e788b41419d6189..fe09643b7f093ccbb2070b9126effba29153058c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2014-05-27 (International Hamburger Day) lttng-ust 2.5.0-rc1
+       * Fix: out of tree build for lib Java and JUL
+       * Fix: default loglevel is DEBUG
+       * Fix: refuse overwrite mode buffers with less than two subbuffers
+       * Fix: tracef.h: add missing c++ guard
+       * Fix: remove JUL loglevel filtering from the agent
+       * Fix: cleanup JUL agent state on sessiond disconnect
+       * Fix: Move generated headers to the BUILT_SOURCES target
+       * Fix: perf ust: check close return value
+       * Cleanup: work-around missing inet.h struct mmsghdr fwd declaration
+       * Implement LTTng-UST perf counters support on x86
+       * Fix linking failure when cross-compiling
+       * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
+       * Fix: pass proper args when writing commit counter
+       * Fix: pad strings that are modified concurrently with tracing
+       * Fix: Use $AM_CC when it is defined instead of gcc in demo-tracef
+       * Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
+       * Fix: .split() the CC environment variable in lttng-gen-tp
+       * Fix: disable liblttng-ust-dl if dlinfo is not available in C library
+       * Fix: python invocation through env
+       * Change default loglevel to TRACE_DEBUG_LINE
+       * Fix: Override AM_PATH_PYTHON's default action-if-not-found
+       * Fix: don't accept configure --disable-shared
+       * Fix: configure.ac: add missing result to alignment req. check
+       * Fix: malloc wrapper: infinite recursion with compat TLS
+       * Fix: lttng-ust needs -ldl for tracef()
+       * Fix: typo in lttng-ust.3
+       * Fix: liblttng-ust-libc-wrapper recursive use of calloc
+       * Fix: add demo-tracef to dist tarball
+       * Fix: add missing header files for tracef
+       * Implement tracef() instrumentation API
+       * Add 'unused' attribute to tracepoint callback
+       * Use autoconf AM_MAINTAINER_MODE
+       * Fix: mismatch between code and comments
+       * Fix: incorrect urcu git URL in README
+
 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
index 8bf7c04069d03b6d9d4f09006068a44d73c20d29..76851dbaa989d6055919fe189dd1327785eb9206 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.4.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.5.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
@@ -41,8 +41,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="É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."
+version_name="Fumisterie"
+version_description="The Fumisterie is a beer whose style is at the confluence of English and German ales. On the palate, it is full-bodied, malty and slightly caramelized. The organic hemp seeds incorporated during the brewing gives it a unique and original taste. The hop flavour comes through delicately in the after taste."
 
 AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], [UST version name])
 AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], ["$version_description"], [UST version description])
This page took 0.026598 seconds and 4 git commands to generate.