Version 2.2.0-rc2 v2.2.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2013 12:50:10 +0000 (08:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 May 2013 12:50:10 +0000 (08:50 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index d705063f83b940d065df7615a8327859ab78cd29..13449cc5fc07383e03a5bca0a171fd7d7ae89923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2013-05-09 lttng-ust 2.2.0-rc2
+       * manpage: Document probe provider compatibility
+       * Fix: add provider ABI compatibility check
+       * Cleanup: ignore mktemp return value
+       * Cleanup: documentation: argument vs field
+       * Documentation: document undefined behavior for NULL pointers
+       * Cleanup: silence cppcheck error
+       * Fix: add internal mutex for timer
+       * 32-bit warning fix for cyg profile fast
+       * Fix warnings for 32-bit in lttng-ust-cyg-profile
+       * Typo fix in README
+       * Fix: tracepoint.h incorrect assumption about constructor order
+       * Cleanup: comment mismatch with code
+       * Fix: ABI breakage between 2.1 and 2.2-rc1
+       * Documentation: document that sequence len field is unsigned
+       * connect: don't report EACCES
+       * connect: don't print error on EPERM
+       * Bump liblttng-ust-ctl lib version major number
+       * Optimisation: implement callsite hash table in tracepoint.c
+       * Optimisation: only update added library in tracepoint.c
+       * Optimisation: only fix pending events once per lazy update
+
 2013-03-28 lttng-ust 2.2.0-rc1
        * Fix: tracepoint instrumentation constructor order issue
        * Documentation: update 2.0 to 2.x
index e54cfea2d1e1b99a331d81c5a01081e7e6031d46..c70c142b9d39de2728bac1ac73ae2a35e86029b4 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.2.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.2.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.026396 seconds and 4 git commands to generate.