]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #895
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 12 Jun 2023 08:39:44 +0000 (10:39 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 12 Jun 2023 08:39:44 +0000 (10:39 +0200)
- Fix #895: python + sysconfig gives ANOTHER path comparing to
  distutils.

doc/Changelog

index 751dcce7dbd4646cd1e14b944ed55cebca44878f..e6d323e84470734e3d36f36b02e840ff1cd11916 100644 (file)
@@ -1,6 +1,8 @@
 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.
 
 25 May 2023: Wouter
        - Fix unbound-dnstap-socket printout when no query is present.