Update version to v2.8.3 v2.8.3
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Dec 2016 23:06:40 +0000 (18:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Dec 2016 23:06:40 +0000 (18:06 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index a10f7cb27e5efb795b4d6a72744b2efe282a9bea..bb3058021f0819d8e4501f5e025afdc0a5daf2a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2016-12-01 lttng-tools 2.8.3 (National Pie Day)
+       * Fix: truncate the metadata file in shm-path
+       * Fix: add missing refcount of loaded modules
+       * Fix: only unload successfully loaded kernel modules
+       * Fix: test cases now rely on explicit workloads
+       * m4/pprint.m4: update with correct quoting
+       * configure.ac: move warning to end of output for the end user
+       * doc/man: only require asciidoc-attrs.conf when building the man pages
+       * Add version info to lttng-relayd help
+       * Fix: stop sessiond threads on health thread error
+       * Fix: stop lttng-relayd threads on health thread error
+       * Fix: report an error if unix socket address is too long
+       * Fix: save: leak of configuration file fd
+
 2016-10-07 lttng-tools 2.8.2 (National Frappé Day)
        * Fix: report truncation on snprintf
        * Fix: check for a session daemon before running load command
index faed87759effc7091655cfcc9b40343248ad9ff7..6822354008d733fad95b4adfb75f9d4db3d9d5f9 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.8.2],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.8.3],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028691 seconds and 4 git commands to generate.