Update version to v2.11.5 v2.11.5
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Aug 2020 20:52:08 +0000 (16:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Aug 2020 20:52:08 +0000 (16:52 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 5f0215dc2119ab605763b2c8fa646e5c2b1381d4..3b19fb9195cf5373ffe6685a8349f03f0fe6735c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2020-08-03 lttng-tools 2.11.5 (National Watermelon Day)
+       * Fix: lttng: leak of userspace probe path on listing
+       * Fix: uprobe: missing error code on allocation failure
+       * Fix: sessiond: don't negate error code on list error
+       * Fix: send/received actual size is overwritten by 'expected' size
+       * Fix: partial recv lead to client disconnect
+       * tests: return the proper TAP exit code
+       * Tests: live/test_{lttng_,}kernel: use lttng_test_filter_event instead of sched_switch
+       * Fix: consumer: Move sanity check within `consumer_subbuffer` functions
+       * Cleanup: typo in DBG() statements
+       * Fix: relayd: send_viewer_streams sends stack data in padding
+       * Fix: kconsumer: missing wait for metadata thread in do_sync_metadata
+       * Fix: tests: interrupting get_next_notification causes test to fail
+       * Fix: consumer.c: wrong order of parameter in `DBG()` statement
+       * Fix: kernel metadata file outside of kernel/ directory
+       * Fix: consumer: dangling chunk on buffer allocation failure
+       * Fix: consumerd: uninitialized written_bytes on no-data sleep
+       * Build fix: consumerd misnamed label
+       * consumerd: on_sleep not called on stream when no data is available
+       * Fix: invalid discarded events on start/stop without event production
+       * tests: truncate metadata file for regenerate metadata test
+       * Fix: consumerd: user space metadata not regenerated
+       * Fix: tests: output_dir contains the consumerd pipe
+       * Fix: unix: don't PERROR on EAGAIN for non-blocking sockets
+       * Fix: sessiond: sessiond and agent deadlock on destroy
+       * Fix: incorrect specifier %lu used with size_t argument
+       * Fix: consumerd: live client receives incomplete metadata
+       * consumerd: refactor: split read_subbuf into sub-operations
+       * consumerd: move rotation logic to domain-agnostic read path
+       * sessiond: enforce mmap output type for kernel metadata channel
+       * consumerd: tag metadata channel as being part of a live session
+       * consumerd: pass channel instance to stream creation function
+       * consumerd: cleanup: use buffer view interface for mmap read subbuf
+       * consumerd: move address computation from on_read_subbuffer_mmap
+       * consumerd: refactor: combine duplicated check_*_functions
+       * kerner-ctl: add RING_RING_BUFFER_GET_NEXT_SUBBUF_METADATA_CHECK
+       * Add lttng_dynamic_buffer_append_view util
+       * Fix: lttng: Destroying session message repeated during destruction
+
 2020-05-19 lttng-tools 2.11.4 (Dinosaur Day)
        * Fix: common: abort on rotation after time manipulation
        * Fix: tests: `-Wstringop-overflow` warning
index bb21a99b8029b986e2e84e6d21ec0838f28c3230..f7d4866e3fee19a53c09ea1d16b0bd18db98b7e9 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.11.4],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.11.5],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.027779 seconds and 4 git commands to generate.