Version 2.8.4 v2.8.4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 Aug 2017 16:39:22 +0000 (12:39 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 2 Aug 2017 16:39:22 +0000 (12:39 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 8308616daa0feddec396c69983aa6ce9475e8649..2fd0e8be10f9ecf0ae70b545f251ad6e28c24228 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-02 (National Coloring Book Day) lttng-ust 2.8.4
+       * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables
+       * Fix: Expand the shmobj size for the sequence number
+
 2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.8.3
        * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined
        * Fix: Don't override user variables within the build system
index 2cfe7327775405a5977c68ccb56f3b634ee8baf9..b48f91d1d3fc41ace813105766f30b5df787eef7 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], [3])
+m4_define([V_PATCH], [4])
 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.02688 seconds and 4 git commands to generate.