From c7a8f96beca5c3c3936f9b38b1ab4289a30412d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 24 May 2019 15:25:40 -0400 Subject: [PATCH] Update version to v2.9.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 22 ++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f7657c386..71e7dd608 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2019-05-24 lttng-tools 2.9.12 (Asparagus Day) + * Update base test for binding + * Fix: python binding: expose domain buffer type + * Fix: logging: log_add_time() save/restore errno + * Fix relayd: initialize beacon to -1ULL + * Fix: relayd: handling of lttng_read errors >= 0 + * Fix tests: NULL pointer dereference in ust channel unit tests + * Fix tests: NULL pointer dereference in ltt_ust_context unit tests + * Log the wait-shm's path on shm_open failure + * Fix: skip test when ust doesn't have perf support + * Fix: Properly sanitize input parameter + * tap-driver.sh: flush stdout after each test result + * Fix tests: snapshot size validation failure runs too many test cases + * Fix tests: the tree origin can be a symlink itself + * Fix tests: skip test_getcpu_override on single core systems + * Fix: consumer snapshot: handle unsigned long overflow + * Fix: wrong error code returned by kernel_snapshot_record() + * Docs: document the format of the lttng_session path member + * Fix: check illegal combinations of ctrl-url/data-url/ouput/set-url + * Tests: take multiple snapshots in streaming mode + * Fix: don't destroy the sockets if the snapshot was successful + 2019-01-22 lttng-tools 2.9.11 (Blonde Brownie Day) * Fix: worker structure is leaked in run_as process * Fix: leak of filter bytecode and expression on agent event re-enable diff --git a/configure.ac b/configure.ac index 68ca8e817..e8a90ec52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.64]) -AC_INIT([lttng-tools],[2.9.11],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) +AC_INIT([lttng-tools],[2.9.12],[jeremie.galarneau@efficios.com],[],[https://lttng.org]) AC_CONFIG_HEADERS([include/config.h]) AC_CONFIG_AUX_DIR([config]) -- 2.34.1