Update version to v2.10.8 v2.10.8
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Oct 2019 20:39:56 +0000 (16:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Oct 2019 20:39:56 +0000 (16:39 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index b0358d0253f7bba4d4a62234d9b2c8f46342568e..4c043474ede8211d85514ab9a077f2502ab97285 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2019-10-01 lttng-tools 2.10.8 (International Coffee Day)
+       * Fix: lttng: out-of-bound copy of arguments in 'view' command handler
+       * sessiond: fix: strncpy called with source length
+       * sessiond: fix: possible unaligned access in packed structure
+       * lttng-ctl: fix: possible unaligned access in packed structure
+       * consumer: fix: possible unaligned access in packed structure
+       * inet: fix: possible unaligned access in packed structure (inet/inet6)
+       * consumer: fix: unaligned accesses to index fields
+       * lttng: fix: potential 0-length allocation in pid list parsing
+       * Tests: fix: uninitialized session_id used on list_sessions failure
+       * Tests: fix: uninitialized values passed to close() on error
+       * lttng-ctl: fix: lttng_data_pending confuses communication status
+       * Fix typo in regenerate statedump test util
+       * Fix: metadata stream is not marked as quiescent after packet commit
+       * Remove unused bitfield.h header
+       * Fix: sessiond: fs.protected_regular sysctl breaks app registration
+       * Fix: lttng-crash: detect truncated files
+       * Fix: use newly created event filter for condition check
+       * Fix: namespace our gettid wrapper
+       * Fix: check for lttng modules presence before testing
+       * Fix: test_crash: don't kill first app twice
+       * Cleanup: test: don't stop relayd twice
+       * Fix: test: utils.sh: exit from process on full_cleanup
+       * Fix: utils.sh: handle SIGPIPE
+       * Fix: tests: error handling in high throughput limits test (v2)
+       * Improve handling of test SIGTERM/SIGINT (v2)
+       * Fix: check validity of a stream before invoking ust flush command
+       * Fix: initialize syscall table when kernel tracer is lazily initialized
+
 2019-05-24 lttng-tools 2.10.7 (Asparagus Day)
        * Update base test for binding
        * Fix: python binding: expose domain buffer type
index 7b99f5c8e58c2d0f53a6f69d64df26b81e90e78f..c3ee03df0251357546c0594d66faf0e2f6f1533e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.10.7],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.10.8],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.028083 seconds and 4 git commands to generate.