From: Mathieu Desnoyers Date: Fri, 7 Oct 2016 20:20:14 +0000 (-0400) Subject: Version 2.7.6 X-Git-Tag: v2.7.6^0 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=f6029f5619101d82e455c91720256a4ffd03f4ce;hp=2c888988d791b02d81a940a62fd7e240359c91e7;p=lttng-modules.git Version 2.7.6 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index d4945f94..73e2765f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-10-07 (National Frappé Day) LTTng modules 2.7.6 + * Fix: show warning for broken clock work-around + * Fix: work-around upstream Linux timekeeping bug + * Documentation: lttng-modules 2.7 supports Linux < 4.8 + 2016-10-03 (National Techies Day) LTTng modules 2.7.5 * Fix: handle large number of pages or subbuffers per buffer * Fix: unregister cpu hotplug notifier on buffer alloc error diff --git a/lttng-tracer.h b/lttng-tracer.h index ae6edf49..18624ab7 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -41,7 +41,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 7 -#define LTTNG_MODULES_PATCHLEVEL_VERSION 5 +#define LTTNG_MODULES_PATCHLEVEL_VERSION 6 #define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "Herbe à Détourne"