Update version to v2.3.1 v2.3.1
authorDavid Goulet <dgoulet@efficios.com>
Wed, 13 Nov 2013 21:45:07 +0000 (16:45 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 13 Nov 2013 21:45:07 +0000 (16:45 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 4868c2c23c2033af3068b890a1aa889f835b0e2d..ee9279bcac62178765a281ffedea7d800777cc82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-11-13 lttng-tools 2.3.1
+       * Fix: typo in --sig-parent help
+       * Fix: application SIGBUS when starting in parallel with sessiond
+       * Fix: missing LTTNG_OK return value for snapshot
+       * Fix: arguments in the wrong order for fd-limit
+       * Fix: Some corrections to the lttng man page
+       * Fix: recv creds comm should handle partial receive
+       * Fix: set app socket timeout just after accept()
+       * Fix typo in lttng snapshot add-output example of lttng(1)
+
 2013-09-03 lttng-tools 2.3.0
        * Fix: remove periodical flush test from make check
 
index f5f4b26d9bd5ad1ddf22764eae3b54eda2bb2f2b..706e22ca05e67d9c865cdbb60f29a9cb2a2ffccb 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.3.0],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.3.1],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.029442 seconds and 4 git commands to generate.