Version 2.3.0-rc2 v2.3.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Aug 2013 18:36:33 +0000 (14:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 30 Aug 2013 18:36:33 +0000 (14:36 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index c0e1ab40c31a90c3116dc7e28078df369af2cbf1..e2c1f0353f41b8bd978e85ea9e7dd2e366cd9021 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-08-30 lttng-ust 2.3.0-rc2
+       * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
+       * tools/lttng-gen-tp: honor CPPFLAGS and LDFLAGS
+       * Fix: doc/examples cross-build
+       * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
+       * Introduce configure --with-lttng-system-rundir
+       * examples: tracepoint probes don't need extern C
+       * Tracepoint probes don't need extern C
+       * Add trace support for memalign and posix_memalign
+       * malloc instrumentation: remove dependency on pthread
+       * Add trace support for calloc and realloc.
+       * Fix: allow make check to run in VPATH build
+       * Update .gitignore
+       * Update obsolete benchmark test
+       * Cleanup tests (2nd commit)
+       * Cleanup tests
+       * Fix: doc/examples VPATH build
+
 2013-07-17 lttng-ust 2.3.0-rc1
        * Fix: Unchecked asprintf/vasprintf return values
        * Missing NULL pointer init in tap.c
index 94f81829d9a24ef82e91fe2490712397a61fbbe4..7edbc9f2227e66b9c559246f79daf15e6a9b3d27 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.3.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.3.0-rc2],[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.025591 seconds and 4 git commands to generate.