Version 2.1.2 v2.1.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Mar 2013 18:36:30 +0000 (14:36 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 25 Mar 2013 18:36:30 +0000 (14:36 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 8e2b3ac526a7123155811f4ca377b8fc7576e4d2..ce7d19770a09d61ea7d73d350c7c8b25580924e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2013-03-25 lttng-ust 2.1.2
+       * Fix uninitialized has_loglevel variable
+       * tracepoint: Don't add NULL probes
+       * Remove mention of locking issues associated with dlopen usage
+       * Fix: refcount issue in lttng-ust-abi.c
+       * Fix: don't flush-final for offset 0 if reader is on sub-buffer
+       * Use tp rcu link test in provider
+       * Remove direct dependency of probes on urcu-bp
+       * Fix package: don't distribute generated headers
+       * Fix: don't cancel already exited threads
+       * Scalability fix: tracepoint.c hash table size increase
+       * Scalability fix for many events: event hash table size
+       * Speed up probe registration for large amount of events
+       * Add missing demo-trace shell script to dist tarball
+       * Fix: missing test for lttng_ust_comm_should_quit in lttng-ust-comm.c
+       * Documentation: clarify debian package name for uuid in README
+       * Document dependency on libuuid
+       * Fix: comment in ust-ctl.h
+       * Fix I/O-related error values in ustctl
+
 2013-01-18 lttng-ust 2.1.1
        * Introduce hash table for lttng_create_event_if_missing()
        * Fix: don't build C++ example if a C++ compiler isn't available
index 08e91c6906431c00b203b720e394058f03698019..43df3fd95b5445b26eaf8c2d0fab8fb0919406a6 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.1.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.1.2],[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.025652 seconds and 4 git commands to generate.