X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fdeveloper%2Flttng-lttv-compatibility.html;h=95ca900fc6bce33534d4a3f16311e9f8625b8c95;hb=1d78e14a606d18d72a478019d84eead027e03f5e;hp=42e9ada8f4660c9c96cb97ddc2b0e8e3ca34d6a9;hpb=1d44e92a1c9cac7fe41782298156327de0321bd1;p=lttv.git diff --git a/doc/developer/lttng-lttv-compatibility.html b/doc/developer/lttng-lttv-compatibility.html index 42e9ada8..95ca900f 100644 --- a/doc/developer/lttng-lttv-compatibility.html +++ b/doc/developer/lttng-lttv-compatibility.html @@ -3694,9 +3694,13 @@ powerpc64, s390, sparc, sparc64.
0.173
+0.174
+0.175
+0.176
0.76
+0.77
obsolete
@@ -3718,6 +3722,13 @@ LTTng 0.173, ltt-control 0.76, lttv 0.12.22, trace format 2.5 add support for variable-sized subbuffer transfers. Useful for network trace streaming with a periodic timer to flush the buffers periodically: only the actual payload (aligned to the next page) will be sent.
+LTTng 0.174 adds missing del_timer to switch_timer, and fixes buggy mips32 trace +clock.
+LTTng 0.175 fixes event ID compaction. Caused problems when doing a second (and +more) trace session.
+ltt-control 0.77 integrates new more flexible ltt-armall/ltt-disarmall scripts +(which can now take options). LTTng 0.176 fixes a reverse locking issue in +marker disable from trace control module.