Update version to v2.8.1 v2.8.1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 19:47:12 +0000 (15:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 5 Jul 2016 19:47:12 +0000 (15:47 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 8ed6a36473054d683d995840c29c080f2d6da83c..26e47b29f0989b73d83e40eb1f4a50d7b9a2aa36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2016-07-05 lttng-tools 2.8.1 (NASA's Juno spacecraft enters orbit of Jupiter)
+       * Tests: eliminate process timeouts from Python tests
+       * Fix: English syntax errors in 'lttng status'
+       * Fix: sessiond ht_match_event() check if filter is NULL
+       * configure.ac: fix --enable/disable-kmod option
+       * Fix: validate number of subbuffers after tweaking properties
+       * Fix: do not refer to objects as .o
+       * Fix: do not link against libtool .o objects
+       * Fix: Define MANPATH in config.h
+       * Tests: Make warn_processes.sh more portable
+       * Fix: add missing script to dist
+       * Fix: leak of UST app hash tables
+       * Fix: leak of reply buffer on data pending check
+       * Fix: call xmlCleanupParser to free global libxml2 allocations
+       * Fix: missing "void" parameter of lib constructor and destructor
+       * Fix: lttng-relayd allow binding of privileged ports for non-root users
+       * relayd: optimize receive throughput
+       * Fix: enforce assumption that lttng-modules ioctl() return <= 0
+       * Fix: reduce scope of kconsumer consumed_pos and produced_pos
+       * Fix: set the logger level to prevent unexpected level inheritance
+       * Typo: Stoping -> Stopping
+       * Typo: occured -> occurred
+
 2016-05-20 lttng-tools 2.8.0 (Bike-to-Work Day)
        * Fix: only perform lttng_consumer_sync_trace_file() in local mode
        * Make lttng_consumer_sync_trace_file static
index e6370a4605c1c09b2ef9ae82f52a9f70365d5861..358bcb61036cfb04533dc0b630543ef150db6a42 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.8.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.8.1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028264 seconds and 4 git commands to generate.