From 05356aa2a4dca0bc9bfd716d2d6723e3941851dc Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 18 Jan 2013 14:00:06 -0500 Subject: [PATCH] Version 2.1.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1