From: Ondřej Surý Date: Thu, 27 Apr 2023 11:40:24 +0000 (+0200) Subject: Add CHANGES and release note for [GL #4041] X-Git-Tag: v9.19.17~41^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52cabc662f2072d17530f3a2546aac4cb9967694;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #4041] --- diff --git a/CHANGES b/CHANGES index 713b7e7e71e..91b3df4e06b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6229. [func] Add basic USDT framework for adding static + tracing points. [GL #4041] + 6228. [func] Limit the number of inactive network manager handles and uvreq objects that we keep around for reusing later. [GL #4265] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 4fc1975168c..f3c77879939 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -20,7 +20,9 @@ Security Fixes New Features ~~~~~~~~~~~~ -- None. +- Add support for User Statically Defined Tracing (USDT) probes - static tracing + points for user-level software. This allows a fine-grained application + tracing with zero-overhead when the probes are not enabled. :gl:`#4041` Removed Features ~~~~~~~~~~~~~~~~