Changelog note for #895

- Fix #895: python + sysconfig gives ANOTHER path comparing to
  distutils.
This commit is contained in:
W.C.A. Wijngaards 2023-06-12 10:39:44 +02:00
parent 35885e5a70
commit 2cf0359ffe

View file

@ -1,6 +1,8 @@
12 June 2023: Wouter 12 June 2023: Wouter
- Merge #896: Fix: #895: pythonmodule: add all site-packages - Merge #896: Fix: #895: pythonmodule: add all site-packages
directories to sys.path. directories to sys.path.
- Fix #895: python + sysconfig gives ANOTHER path comparing to
distutils.
25 May 2023: Wouter 25 May 2023: Wouter
- Fix unbound-dnstap-socket printout when no query is present. - Fix unbound-dnstap-socket printout when no query is present.