From: Nils Carlson Date: Tue, 15 Mar 2011 09:49:17 +0000 (+0100) Subject: Changelog and version updates for v0.12 X-Git-Tag: v0.12^0 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=3c087c81ecf753fa18ba42ccdb2552831d3b1d3d Changelog and version updates for v0.12 --- diff --git a/ChangeLog b/ChangeLog index df92bcd..73bfc20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-03-14 ust 0.12 + * ARM support + * Fix lots of low-level bugs, mostly courtesy of Mathieu and Yannick + * Introduce new ustctl cli + * API CHANGE!!! libustcmd renamed to libustctl + * API CHANGE!!! libustctl now uses sockets instead of pids + * Short signal names in scripts for busybox compatibility + 2011-01-14 ust 0.11 * Fix a serious bug in the newly introduced synchronized timer implementation. diff --git a/configure.ac b/configure.ac index 1d57b1d..bebc1ab 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.11], [nils dot carlson at ericsson dot com]) +AC_INIT([ust], [0.12], [nils dot carlson at ericsson dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST