Version 2.10.3 v2.10.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Jan 2019 22:38:31 +0000 (17:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 25 Jan 2019 22:38:31 +0000 (17:38 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index e18c92b8623bfc77e62180ab39edc8e3f3885eef..0f5f598d8bca5f240b723585e114f6edcaa9161e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2019-01-25 (National Opposite Day) lttng-ust 2.10.3
+       * Fix: Initialize fd field of struct lttng_ust_elf to -1 at allocation
+       * Clarify lib_ring_buffer_switch_slow() requirements
+       * Fix: address shellcheck warnings/errors in example scripts
+       * Fix: check for event class/instance prototype mismatch
+       * Fix: race between statedump and library destructor
+       * Fix: reset procname on fork in child process
+       * Fix: Remove unused line from liblttng-ust-fd makefile
+
 2018-08-20 (World Mosquito Day) lttng-ust 2.10.2
        * Fix: add liblttng-ust dependency to liblttng-ust-fd
        * Fix: use LIBDL/LIBC_DL to select either libdl or libc
index 4dbcb4ba0ef06bea87537908515976de494cdce2..930aeca080167fc6e2e8edc0f63acdce90afd9ae 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [10])
-m4_define([V_PATCH], [2])
+m4_define([V_PATCH], [3])
 dnl m4_define([V_EXTRA], [])
 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.]])
This page took 0.025045 seconds and 4 git commands to generate.