From: Mathieu Desnoyers Date: Fri, 30 Aug 2013 18:36:33 +0000 (-0400) Subject: Version 2.3.0-rc2 X-Git-Tag: v2.3.0-rc2^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=07d2f704d61649a36bbe0dd71d48ea811d301f9d Version 2.3.0-rc2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index c0e1ab40..e2c1f035 100644 --- 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 diff --git a/configure.ac b/configure.ac index 94f81829..7edbc9f2 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-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