From: Mathieu Desnoyers Date: Fri, 10 Feb 2012 00:31:39 +0000 (-0500) Subject: Version 1.9.6 X-Git-Tag: v1.9.6 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=94b6d0d14032fe9ac4e35b0521b3746a2e6e05d4 Version 1.9.6 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 1fdc4ec7..bd1737f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2012-02-09 lttng-ust 1.9.6 + * Fix tracepoint.h multiple .o within module/core exec linkage bug + * tracepoint: name -> _name to fix possible namespace clash + * Add debug printout to tracepoint.c + * Rename liblttng-ust-libc to liblttng-ust-libc-wrapper + * Update hardcoded loglevel + * Add "easy_ust" example + * Update gitignore + * Zero-initialize struct msghdr + * Add environment information + * Fix event-specific enabling + * Update static lib linking + * liblttng-ust-libc: fix linking + * liblttng-ust-libc: fix lib dependency + * Install README and ChangeLog into system doc + * Add hello-static-lib test + * Fix static provider linking: introduce TRACEPOINT_PROBE_DYNAMIC_LINKAGE + * Fix 32-bit type: allocated len is used + * Fix 32-bit type mismatch + 2012-02-02 lttng-ust 1.9.5 * UST comm ABI: Add padding, push version to 2.0 * Update loglevel names diff --git a/configure.ac b/configure.ac index 10b66914..5c646cb0 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],[1.9.5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.6],[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