From 3f7a0876566a432ad2cc2b27a2725641e36da92d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 25 Mar 2013 14:36:30 -0400 Subject: [PATCH] Version 2.1.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8e2b3ac5..ce7d1977 100644 --- 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 diff --git a/configure.ac b/configure.ac index 08e91c69..43df3fd9 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.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 -- 2.34.1