From e1fcbbce5b6f355b00f251703107a9fad9d08371 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 15 Dec 2011 17:11:43 -0500 Subject: [PATCH] Update version to 0.16 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b46b15d..0e17c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-12-15 ust 0.16 + * Use caa_unlikely, depend on liburcu >= 0.6.6 + * usttrace: allow spaces in command-line arguments + * Fix tracepoint test with deprecated API + * Add powerpc64 host_cpu to configure.ac + * Mark __tp_cb_data as possibly unused for backward compat API + * Fix git URL + 2011-07-15 ust 0.15 * Add backward compability for tracepoint API (still planned for deprecation, but should make the transition smoother). diff --git a/configure.ac b/configure.ac index 8cef0cd..d9bba96 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.15], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([ust], [0.16], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1