Update version to v2.12.13 v2.12.13
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2023 03:14:25 +0000 (22:14 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 6 Jan 2023 03:14:25 +0000 (22:14 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index c663d24576d9d331e97480e2570cde12d2325a07..b18b76bcb0ef7cef9d2b888d8d8b84b8617425fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-01-05 lttng-tools 2.12.13 (National Whipped Cream Day)
+       * Fix: lttng: poptGetArg doesn't provide string ownership
+       * Fix: relayd: missing space in trace creation logging statement
+       * Fix: never use 'no' in a command variable
+       * Fix: consumer: snapshot: assertion on subsequent snapshot
+       * Fix: sessiond: instance uuid is not sufficiently unique
+
 2022-08-22 lttng-tools 2.12.12 (National Bao Day)
        * Fix: waiter: futex wait: handle spurious futex wakeups
        * Fix: futex wait: handle spurious futex wakeups
index 149184f05ecfa3a5e4b96872e3fe8e04c5a9efea..86cee37b7478c59c95a820969cb681a7fb22cfea 100644 (file)
@@ -1,6 +1,6 @@
 dnl SPDX-License-Identifier: GPL-2.0-only
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.12.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.12.13],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.02788 seconds and 4 git commands to generate.