From: Yorgos Thessalonikefs Date: Fri, 23 Jan 2026 16:46:14 +0000 (+0100) Subject: Changelog entry for #1396: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b5559d5341778d22336df0ea8b0b5a51873a4a6;p=thirdparty%2Funbound.git Changelog entry for #1396: - Merge #1396: Log Linux thread ID. - On Linux systems log the system-wide unique thread ID instead of Unbound's internal thread counter. - Introduce the 'log-thread-id' configuration option to manage logging the system-wide Linux thread ID for easier debugging with system tools. --- diff --git a/doc/Changelog b/doc/Changelog index bc6eaa2d6..b66265751 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,11 @@ +23 January 2026: Yorgos + - Merge #1396: Log Linux thread ID. + - On Linux systems log the system-wide unique thread ID instead of + Unbound's internal thread counter. + - Introduce the 'log-thread-id' configuration option to manage logging + the system-wide Linux thread ID for easier debugging with system + tools. + 22 January 2026: Wouter - Fix that fast reload copies the iter_scrub_ns, iter_scrub_cname and max_global_quota options.