From: George Thessalonikefs Date: Tue, 27 Jun 2023 08:49:52 +0000 (+0200) Subject: - Merge #892: Add cachedb hit stat. Introduces 'num.query.cachedb' as X-Git-Tag: release-1.18.0rc1~24^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41dac805f5b34fbabd2cd15895c8f717081b8188;p=thirdparty%2Funbound.git - Merge #892: Add cachedb hit stat. Introduces 'num.query.cachedb' as a new statistical counter. --- 41dac805f5b34fbabd2cd15895c8f717081b8188 diff --cc doc/Changelog index 298a0eb3b,07c2e81ac..887fed721 --- a/doc/Changelog +++ b/doc/Changelog @@@ -1,23 -1,3 +1,27 @@@ ++27 June 2023: George ++ - Merge #892: Add cachedb hit stat. Introduces 'num.query.cachedb' as ++ a new statistical counter. ++ +22 June 2023: Wouter + - Merge #903: contrib: add yocto compatible init script. + +15 June 2023: Philip + - Fix for issue #887 (Timeouts to forward servers on BSD based + system with ASLR) + - Probably fixes #516 (Stream reuse does not work on Windows) as well + +14 June 2023: George + - Properly handle all return values of worker_check_request during + early EDE code. + - Do not check the incoming request more than once. + +12 June 2023: Wouter + - Merge #896: Fix: #895: pythonmodule: add all site-packages + directories to sys.path. + - Fix #895: python + sysconfig gives ANOTHER path comparing to + distutils. + - Fix for uncertain unit test for doh buffer size events. + 25 May 2023: Wouter - Fix unbound-dnstap-socket printout when no query is present. - Fix unbound-dnstap-socket time fraction conversion for printout.