From: Mathieu Desnoyers Date: Fri, 18 Jan 2013 19:00:06 +0000 (-0500) Subject: Version 2.1.1 X-Git-Tag: v2.1.1^0 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=05356aa2a4dca0bc9bfd716d2d6723e3941851dc;p=lttng-ust.git Version 2.1.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index b737be1d..8e2b3ac5 100644 --- 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 diff --git a/configure.ac b/configure.ac index d33be328..08e91c69 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.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