Version 2.8.2 v2.8.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Dec 2016 01:35:48 +0000 (20:35 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 8 Dec 2016 01:35:48 +0000 (20:35 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index c373ef8845667ba9983172fd41d6265fb74c3ff1..28cdc3cab9d20d91834fef94daf21050e00accc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2016-12-07 (National Earmuff Day) lttng-ust 2.8.2
+       * 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
+       * Fix: perform statedump before replying to sessiond
+       * Fix: honor send timeout on unix socket connect
+       * Fix: perform TLS fixup in all UST entry points from each thread
+       * Fix: remove unlock in getcpu
+       * Fix: perf counters ABI rdpmc detection
+       * Fix: perf counter context deadlock
+       * Fix: many-events registration/unregistration speed
+       * Fix: pre-fault TLS in ust-malloc instrumentation
+       * Fix: reset vtid cache before releasing urcu locks
+       * Fix: cleanup local_apps.allowed flag on lib cleanup
+       * Fix: Correctly handle invalid agent port file
+       * Fix: remove invalid free
+       * Fix: perf counters: sign-extend pmc register
+       * Fix: ctf_enum_value() does not work with g++
+       * Fix: allow non-LGPL modules to use tracepoints
+
 2016-06-15 lttng-ust 2.8.1
        * Comment the locking mechanisms in ContextInfoManager
        * Fix: Null-check return value of log4j.Category.getAllAppenders()
index 307106b97fe8f935d00292f189be0f1128c844a9..a9f0222915aa275f591f3b1ebb13d65bfd97dcf0 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], [8])
-m4_define([V_PATCH], [1])
+m4_define([V_PATCH], [2])
 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.025828 seconds and 4 git commands to generate.