From 8c9d8113bbc71204132e8512bca16b0989dd9d95 Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Fri, 3 Dec 2010 15:41:41 +0100 Subject: [PATCH] ChangeLog and version updates for release 0.9 --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84d326e..50c0eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-03 ust 0.9 + * Cleaned up namespace + * Compatible with userspace-rcu version 0.5.2 + * Fixed a minor bug in a test + 2010-10-26 ust 0.8 * API CHANGE!!! Add data pointer to tracepoint probe void *data is always the first argument to a tracepoint probe diff --git a/configure.ac b/configure.ac index 4fcd565..189ab12 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ([2.63]) -AC_INIT([ust], [0.8], [pierre-marc dot fournier at polymtl dot ca]) +AC_INIT([ust], [0.9], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1