From df39c97f33c65bc39945b5ebe429526fb38f3406 Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Fri, 14 Jan 2011 22:15:18 +0100 Subject: [PATCH] ChangeLog and version updates for release 0.11 --- ChangeLog | 5 +++++ configure.ac | 2 +- doc/info/ust.texi | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 28a67f3..df92bcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-01-14 ust 0.11 + * Fix a serious bug in the newly introduced synchronized timer + implementation. + * Increase compatibility of an autoconf test + 2011-01-14 ust 0.10 * Run time check for lttng clock source providing synchronized timestamps diff --git a/configure.ac b/configure.ac index 60334bf..bdd6795 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([ust], [0.10], [nils dot carlson at ericsson dot com]) +AC_INIT([ust], [0.11], [nils dot carlson at ericsson dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST diff --git a/doc/info/ust.texi b/doc/info/ust.texi index 03c37e7..efad0f6 100644 --- a/doc/info/ust.texi +++ b/doc/info/ust.texi @@ -36,7 +36,7 @@ Permission is granted to ... @node Top @top LTTng Userspace Tracer -This manual is for UST 0.10. +This manual is for UST 0.11. @end ifnottex @menu -- 2.34.1