Version 2.10.13 v2.10.13
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Jan 2020 15:21:10 +0000 (10:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 29 Jan 2020 15:21:10 +0000 (10:21 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 3798aa6a1c83669c2528c8f4cd8fbdc811ae4fc5..ac0c4bca4b9f12706b063c1e9942427bbe4a07a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2020-01-29 (National Puzzle Day) LTTng modules 2.10.13
+       * fix: function prototype in wrapper/mm.h
+       * sunrpc: introduce lttng_get_clid helper
+       * Fix: sunrpc: use signed integer for client id
+       * Fix: sunrpc: null rpc_clnt dereference in rpc_task_queued tracepoint
+       * Fix: SUNRPC: Fix oops when trace sunrpc_task events in nfs client
+       * fix: missing 'lttng_fs_info_fsid' wrapper in btrfs backport
+       * fix: ext4: Reserve revoke credits for freed blocks (v5.5)
+       * fix: btrfs: tracepoints: constify all pointers (v5.5)
+       * Fix: btrfs: use fs_info for btrfs_handle_em_exist tracepoint
+       * Add btrfs tracepoint for em's EEXIST case
+       * fix: btrfs block group struct refactor (v5.5)
+       * fix: y2038: itimer: change implementation to timespec64 (v5.5)
+       * Update .gitignore from upstream
+
 2019-10-17 (Wear Something Gaudy Day) LTTng modules 2.10.12
        * Fix: btrfs: move basic block_group definitions to their own header (v5.4)
        * Cleanup: Silence gcc fall-through warning
index 0e95f3c82b72a8c97a96993392b6514e2d600d10..0701d4ee024379e05ca76d3a4a320cc77631b2a1 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 12
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 13
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.026174 seconds and 4 git commands to generate.