Update version to 0.16 master v0.16
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Dec 2011 22:11:43 +0000 (17:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 15 Dec 2011 22:11:43 +0000 (17:11 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b46b15dd668ae2d9ea9f68c285b2332089d1a65e..0e17c3305d1e83aaeaccc73476a1e6666f2f2015 100644 (file)
--- 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).
index 8cef0cdf999e1565da2819f7674bb62e20d48cca..d9bba968899596a1af571f752a83bd083a1f7cb2 100644 (file)
@@ -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
This page took 0.024084 seconds and 4 git commands to generate.