Version 2.10.0-rc1 v2.10.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 6 May 2017 01:04:54 +0000 (21:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 6 May 2017 01:04:54 +0000 (21:04 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 552271f9718db55666ed78f96de86a5d8f891eb3..262e49f22265d65b854c3f454d8d37cd68eeb8f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+2017-05-05 (International Tuba Day) lttng-ust 2.10.0-rc1
+       * Clean-up: remove unused variables to silence gcc warning
+       * Add ustctl_snapshot_sample_positions ustctl command
+       * Cleanup: formatting in strutils_star_glob_match explanation
+       * doc/man: add typical `$` and `#` prompts to command lines
+       * Fix: add missing getenv.h include to ustctl.c
+       * Fix: race between lttng-ust getenv() and application setenv()
+       * Use SIZE_MAX instead of -1ULL for size_t parameter
+       * filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL
+       * Fix: out of bound array access in filter code
+       * Correctly clean all generated JAR files
+       * Fix: List missing file in Java agent's Makefile
+       * Support generic globbing patterns in the Java agent
+       * Log more information in the Java TCP client
+       * Cleanup: Remove unused import in JUL Java agent
+       * Add support for star globbing patterns in event names
+       * Filtering: add support for star-only globbing patterns
+       * Add string utilities
+       * Fix: (un)install targets of Python agent
+       * Fix: include config.h to resolve HAVE_DLMOPEN
+       * Validate the presence of dlmopen at configure time
+       * Fix: CMake examples integration
+       * doc/examples/Makefile.am: define C and C++ compilers for CMake
+       * lttng-ust(3): document `lttng_ust_loaded` symbol
+       * lttng-ust(3): document `perf:thread:raw:rN:NAME` context
+       * lttng-ust-dl(3): update documentation
+       * lttng-ust(3): document liblttng-ust-fd
+       * doc/man: document the lttng_ust_lib events
+       * doc/man: add full stop to descriptive table cells
+       * doc/man: reorganize source for tables
+       * lttng-ust(3): sort ctf_*() macro parameter definitions
+       * lttng-ust(3): fix alignment and indentation
+       * lttng-ust(3): document new ctf_*() array/sequence network/hex macros
+       * Filter code relicensing to MIT license
+       * Performance: add missing "caa_unlikely" on fast-path
+       * Fix: blocking mode: add missing stdbool.h include
+       * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT
+       * Fix: loglevel and model_emf_uri build fix
+       * Fix: loglevel and model_emf_uri with g++ compiled probes
+       * Fix: Out of tree build of liblttng-ust-java
+
 2016-10-07 (National Frappé Day) lttng-ust 2.9.0-rc1
        * Fix: cmake example with configure based oot build
        * Fix: perform statedump before replying to sessiond
index 77b212cd7091d3c0b805059db0b8d72cd50f2cce..77b5db407558ab7962e0ee52ca107920d7b0bc02 100644 (file)
@@ -3,13 +3,13 @@ dnl Process this file with autoconf to produce a configure script.
 
 dnl Version infos
 m4_define([V_MAJOR], [2])
-m4_define([V_MINOR], [9])
+m4_define([V_MINOR], [10])
 m4_define([V_PATCH], [0])
 m4_define([V_EXTRA], [rc1])
 m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
 m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])
-m4_define([V_NAME], [[Joannès]])
-m4_define([V_DESC], [[Berliner Weisse style beer from the Trèfle Noir microbrewery in Rouyn-Noranda.]])
+m4_define([V_NAME], [[KeKriek]])
+m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]])
 
 AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com])
 
This page took 0.027231 seconds and 4 git commands to generate.