]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Merge #892: Add cachedb hit stat. Introduces 'num.query.cachedb' as
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Tue, 27 Jun 2023 08:49:52 +0000 (10:49 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Tue, 27 Jun 2023 10:46:26 +0000 (12:46 +0200)
  a new statistical counter.

1  2 
doc/Changelog

diff --cc doc/Changelog
index 298a0eb3b44b6ffdcbf6902654c128f622942434,07c2e81ac55b1bfe65d622f62904f32e5af2f75c..887fed7215287800d1060aa77eeeb9bfde3026a1
@@@ -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.