Version 2.1.0 v2.1.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Dec 2012 18:24:28 +0000 (13:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 20 Dec 2012 18:24:28 +0000 (13:24 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index fdf265bc33ca381182b74c52393caf2e244581bd..b737be1d727ee47f39e30a81afada9751ff1f41c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2012-12-20 (13th Baktun) lttng-ust 2.1.0
+       * Bump liblttng-ust-ctl lib version major number
+       * Bump UST proto version minor number
+       * Helper to debug: add object name
+       * Tests: Fix rundir not created in ust-basic-tracing
+       * ust test: add missing return -1
+       * Test: update ust tracing unit tests to 2.1 internal ABI
+       * Tests: Fix rundir not created in ust-multi-test
+       * Adapt internal files and examples to TRACEPOINT_INCLUDE
+       * Adapt tests to TRACEPOINT_INCLUDE
+       * Cleanup: tests remove hello.cxx/ust_tests_demo.h
+       * Fix: don't do macro expansion in tracepoint file name
+       * Fix lttng-gen-tp: Template file must end in .tp
+       * Pack structures in comm protocol between UST and sessiond
+       * Cleanup lttng-gen-tp: Help not showing when using -h,--help
+       * Cleanup lttng-gen-tp: remove leading underscore before include guard
+       * fix memleak: ustctl free shadow chan on ustctl_unmap_channel()
+       * Update license text
+       * Fix: check if event enabled for bytecode-less events
+       * Fix: handle enablers without bytecode
+       * Print probe provider mismatch error even without -Wsystem-headers
+       * filter: Add missing padding
+
 2012-11-22 lttng-ust 2.1.0-rc2
        * filter interpreter cleanup: use uint64_t for retval
        * Fix: filter linking can dereference NULL pointer on alloc failure
index 0066a6673143459a8cbfae7b82145ca0e7c3cf8d..c4377a594d43de344ebbe09c2b48334b92dad94b 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.1.0-rc2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.1.0],[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.029754 seconds and 4 git commands to generate.