Version 1.9.6 v1.9.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 00:31:39 +0000 (19:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 00:31:39 +0000 (19:31 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 1fdc4ec7a7587e7eca56f24cf8fd82073e67b06e..bd1737f872f04ed596a157d00920e82f1701f694 100644 (file)
--- 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
index 10b669142d2e2750c2621db5a1dc2e0c92861e98..5c646cb053ca8c5d6cda85d5fd2d6d1b75fad7fd 100644 (file)
@@ -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
This page took 0.026212 seconds and 4 git commands to generate.