Update ChangeLog and configure to 2.4.0 stable
authorDavid Goulet <dgoulet@efficios.com>
Wed, 26 Mar 2014 14:22:29 +0000 (10:22 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 26 Mar 2014 14:22:29 +0000 (10:22 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 5ea9edf14a68e46e83baf9ddb6d589cd837c4219..289043a23688b45a3aca5469992a4c4d6c40580f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
+       * Fix: improve lttng with live by spawning relayd
+       * Fix: relayd should listen for viewers on localhost only by default
+       * Fix: handle loglevel range ALL in list command
+       * Tests: add JUL test for multiple loglevel
+       * Fix: index JUL event by name *and* loglevel
+       * Fix: JUL to enable user and root tracepoints
+       * Fix: handle the registration done command for JUL
+       * Test fix: use temp file sync. of test app
+       * Fix: keep metadata channel attr in UST session
+       * Tests fix: Missing waitpid in fork test
+       * Fix: add loglevel type to lttng list <name>
+       * Fix: minor rephrasing of the lttng.1 man page
+       * Fix: Warn user if JUL port is already being used
+       * Fix: add some sane default values to --live opt
+       * Fix: possible NULL deref. in sessiond error path
+       * Fix: flag that kernel streams FDs has been sent
+       * Fix: forbid session name creation if contains /
+       * Fix: don't start session if no channel
+       * Fix: add missing relayd option to man page
+       * Fix: report error if consumer can't be spawned
+       * Fix: lttng list -u <name> should only list UST
+       * Fix: kernel channel destroy on consumer if sent
+       * Fix: only create UST metadata on start trace
+       * Revert "Fix: wrong condition on startup for low-activity streams"
+       * Fix: missing big endian conversion for one index field
+       * Fix: wrong condition on startup for low-activity streams
+       * Fix: perror on index directory creation error
+       * Comments fix: lttngerr.h -> error.h (./Changelog:754)
+       * Fix: consumerd errors on exit
+       * Fix: scanf unbounded input
+       * Fix: miscellaneous memory handling fixes
+       * Fix: add missing VALGRIND ifdef checks and documentation
+
 2014-02-14 lttng-tools 2.4.0-rc5
        * Fix: steal channel key in the consumer to avoid race
        * Fix: change ERR statement to DBG in kernel read subbuffer
 2014-02-14 lttng-tools 2.4.0-rc5
        * Fix: steal channel key in the consumer to avoid race
        * Fix: change ERR statement to DBG in kernel read subbuffer
index ce46a753e7878b10d530de78264e5a19e5d82511..54f82cfbdfd94b86a8195aea22adbee9cea5cb02 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.4.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.4.0],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027557 seconds and 4 git commands to generate.