From 0ff43c44ea52d0d833ea17f15777622ec64d1b1a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 17 Jul 2013 21:46:57 -0400 Subject: [PATCH] Version 2.3.0-rc1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 7 ++++--- 2 files changed, 62 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13449cc5..c0e1ab40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2013-07-17 lttng-ust 2.3.0-rc1 + * Fix: Unchecked asprintf/vasprintf return values + * Missing NULL pointer init in tap.c + * Disable doc/examples build + * Add python3 support to lttng-gen-tp + * Bump ABI major to 5 + * callsite: add "ip" context + * Allow environment variable LTTNG_HOME to override HOME + * Fix: libs order in Makefile + * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter + * Introduce ustctl_write_one_packet_to_channel + * build: Fix out-of-tree build + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around check + * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size() + * Fix: doc/examples: gen-tp path + * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()" + * Fix: handle writes of length 0 + * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end() + * Fix: lttng-events VPATH build + * Allow #include in template (.tp) file + * tests/hello.cxx: rename tp.cpp into tp-cpp.cpp + * doc/examples: build gen-tp example by default + * doc/examples: support BSD make + * Tracepoint.h: replace assertion by fprintf and abort() + * Remove unused assert.h from bitfield.h + * Clarify probe registration documentation/errors + * Fix: Check C++ designated initializers support before compiling 'hello.cxx' test + * Add mising include in ust.h + * lttng-gen-tp: Fix include guard name with file using non valid characters + * Fix: segfault when print invalid command + * Fix: Add --no-as-needed to the demo example's Makefile + * zmalloc: attribute always_inline + * Fix: liblttng-ust process startup hang when sessiond is stopped + * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles + * Allow tracepoint providers to be compiled with g++ + * Add parameter -f to rm in Makefile clean target + * Fix: missing dependency for liblttng-ust-tracepoint.so + * Remove 0.x TODO + * Add warning about default prefix and library paths to README + * Revert "Revert "Fix (another) linker library order"" + * Revert "Revert "Fix linker library order"" + * snprintf: play nice with static checker + * tracepoint.c: Add coverity alloc/free annotations + * Fix: "fields" leak on register + * Fix: memory leak for events without fields + * Fix: memory leak on connection reset + * Revert "Fix linker library order" + * Revert "Fix (another) linker library order" + * Fix: incorrect support for multi-context + * Fix (another) linker library order + * Fix typo in run script + * Fix linker library order + * Fix examples: add missing CPPFLAGS + * example Makefiles: standardize on $^ for linking + * Fix demo example Makefile + * Move "hello-static-lib" to doc/examples and add non-automake Makefiles + 2013-05-09 lttng-ust 2.2.0-rc2 * manpage: Document probe provider compatibility * Fix: add provider ABI compatibility check diff --git a/configure.ac b/configure.ac index 716f22d6..84d121e5 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.2.0-rc2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.3.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,9 @@ 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="Cuda" -version_description="Brewed at the Benelux microbrewery, this IPA has huge floral, citric and resinous hop aroma, simply an amazing nose. The flavor is very fresh with a light caramel malting touch completing a strong body. Huge amounts of hops, lots of grapefruit, lemon and oranges. This is an outstanding IPA!" +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." + AC_DEFINE_UNQUOTED([VERSION_NAME], ["$version_name"], [UST version name]) AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], ["$version_description"], [UST version description]) -- 2.34.1