+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
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])