Update version to v2.9.0
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 29 Nov 2016 22:42:32 +0000 (17:42 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 29 Nov 2016 22:42:32 +0000 (17:42 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 764a98bdb9e1609c47999f0136baac0a821d7caa..69134f0b624b1719e15ef17c35c4a69cdafd7277 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2016-11-29 lttng-tools 2.9.0 (National Square Dance Day)
+       * Add 2.9.0 release beer description
+       * lttng-add-context(1): fix style
+       * lttng-snapshot(1): fix style
+       * lttng-metadata(1): fix style
+       * doc/man: put short option's argument too
+       * Remove `metadata` command from various help resources
+       * List the `regenerate` command in various help resources
+       * lttng-load(1): fix synopsis and style
+       * Fix: truncate the metadata file in shm-path
+       * Load: add message indication that a name override was carried out
+       * Load: expose overrides elements in mi
+       * Fix: assign values to path, ctrl and data uris during configuration load
+       * Load: test that name override does not have side effects
+       * Docs: remove invalid short option -U and move option descriptions
+       * 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
+       * Test fix: increase test count in plan of test_perf_raw
+       * Create a dedicated test suite for Perf
+       * Tests: accommodate stricter mktemp implementations in tests
+       * 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.9.0-rc1 (National Frappé Day)
        * Set 2.9 codename and description
        * Fix: warn when a loaded session can't be set as the default
index 58849052d17971dd8dded735c34501c2e2f9c2b9..083d600c4f115c7d79da33d8f0ee92122ceb3bb1 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.64])
-AC_INIT([lttng-tools],[2.9.0-rc1],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
+AC_INIT([lttng-tools],[2.9.0],[jeremie.galarneau@efficios.com],[],[https://lttng.org])
 
 AC_CONFIG_HEADERS([include/config.h])
 AC_CONFIG_AUX_DIR([config])
This page took 0.030707 seconds and 5 git commands to generate.