Version 2.9.3 v2.9.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Aug 2018 19:53:33 +0000 (15:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Aug 2018 19:53:33 +0000 (15:53 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 66174c5d8e6a9bc0cca98e56464fd544d53d0e67..65eaebca444b9cdcb1e99e933cc3e82a2d60ed63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2018-08-20 (World Mosquito Day) lttng-ust 2.9.3
+       * Fix: add liblttng-ust dependency to liblttng-ust-fd
+       * Fix: use LIBDL/LIBC_DL to select either libdl or libc
+       * Fix: AM_CONDITIONAL should be outside AS_IF block
+       * Fix: build jni libs with openjdk >= 10
+       * Fix: ustfork: save and restore errno in syscall wrappers
+       * Fix: cache the result of getpid() internally
+       * Fix: reset cached vpid context on fork
+       * Fix: string comparison on incorrect length in context provider
+       * Fix: remove for() loop initial declarations
+       * Use ust_lock during sock_info operations for atomicity against fork
+       * Force tracked fd to be bigger than STDERR_FILENO
+
 2017-11-30 (National Mason Jar Day) lttng-ust 2.9.2
        * Fix: specify SONAME in python-lttngust LoadLibrary
        * Fix: ensure fd tracker is initialized when called from constructors
index 4796f4e1f23cda42cbb9d4f1f1858bdc67b2903d..a384d44920d9e5b47383b923c039e9f256ae8cd4 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], [2])
+m4_define([V_PATCH], [3])
 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.025395 seconds and 4 git commands to generate.