Version 2.9.1 v2.9.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 12 Jun 2017 22:21:49 +0000 (18:21 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 12 Jun 2017 22:21:49 +0000 (18:21 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 0ae375b3039856996cf9dd79507f822018c5b4c5..ca81de0e150b338eab253c03689092e5b8c3001a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.9.1
+       * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
+       * Fix: Quote CMAKE variable assignment in Makefile
+       * Fix: Typo in doc/examples/Makefile.am
+       * Fix: Don't override user variables within the build system
+       * Fix: add missing getenv.h include to ustctl.c
+       * Fix: race between lttng-ust getenv() and application setenv()
+       * doc/man: add typical `$` and `#` prompts to command lines
+       * 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
+
 2016-11-29 (National Square Dance Day) lttng-ust 2.9.0
        * lttng-ust(3): document `lttng_ust_loaded` symbol
        * lttng-ust(3): document `perf:thread:raw:rN:NAME` context
index a99ed32047eb614999bca43f3e6034d35ce5a5da..e2e1203aa70c1cb38f425454e8b3e9bea5b148c8 100644 (file)
@@ -4,7 +4,7 @@ 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_PATCH], [0])
+m4_define([V_PATCH], [1])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH])
 m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])])
This page took 0.025825 seconds and 4 git commands to generate.