Version 2.2.0-rc3 v2.2.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 01:13:44 +0000 (21:13 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 01:13:44 +0000 (21:13 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 13449cc5fc07383e03a5bca0a171fd7d7ae89923..e5d877a82b8835fd462fcc44ffd243a9358101a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2013-05-09 lttng-ust 2.2.0-rc3
+       * Tracepoint.h: replace assertion by fprintf and abort()
+       * Remove unused assert.h from bitfield.h
+       * Clarify probe registration documentation/errors
+       * 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
+       * 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
index 802ccaa5ffe49566740e0e39fdcf46674924f12b..ef5cf240f8423f3683133ec725d22e5c0e0d2ad1 100644 (file)
@@ -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.2.0-rc3],[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.025843 seconds and 4 git commands to generate.