Version 2.0.7 v2.0.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 00:27:06 +0000 (20:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 00:27:06 +0000 (20:27 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 7ccbeb396fac467606c4e9231b3e0a2ad07fe812..08e3679ac1a3fd56756cba915518256146a0afdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-06-18 lttng-ust 2.0.7
+       * Fix bug introduced by backport of "Clarify probe registration documentation/errors"
+       * Clarify probe registration documentation/errors
+       * Add mising include in ust.h
+       * lttng-gen-tp: Fix include guard name with file using non valid characters
+       * Cleanup lttng-gen-tp: remove leading underscore before include guard
+       * manpage: Document probe provider compatibility
+       * Fix: don't build C++ example if a C++ compiler isn't available
+
 2012-11-26 lttng-ust 2.0.6
        * Print probe provider mismatch error even without -Wsystem-headers
        * Fix: Conditionally disable tests requiring shared libs support
index 24d16e9d4bfdbfd3615db0ac490dff1949dd0d78..84289223395d573b036d4727708716435328c3b3 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.0.6],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.0.7],[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.025981 seconds and 4 git commands to generate.