Version 2.1.1 v2.1.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Jan 2013 19:00:06 +0000 (14:00 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 18 Jan 2013 19:00:06 +0000 (14:00 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b737be1d727ee47f39e30a81afada9751ff1f41c..8e2b3ac526a7123155811f4ca377b8fc7576e4d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
+
 2012-12-20 (13th Baktun) lttng-ust 2.1.0
        * Bump liblttng-ust-ctl lib version major number
        * Bump UST proto version minor number
index d33be3284c1163b545d2563fdc1900c82a9ebf3a..08e91c6906431c00b203b720e394058f03698019 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.1.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.1.1],[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.025556 seconds and 4 git commands to generate.