2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Fix minor CHANGES issues

This commit is contained in:
Michał Kępień
2020-01-03 09:08:09 +01:00
parent b2f3eaf188
commit 56f388cae1

View File

@@ -9,13 +9,13 @@
5335. [func] Make TCP listening code multithreaded. [GL !2659] 5335. [func] Make TCP listening code multithreaded. [GL !2659]
5334. [doc] Update documentation with dnssec-policy clarifications. 5334. [doc] Update documentation with dnssec-policy clarifications.
Also change some defaults. Also change some defaults. [GL !2711]
5333. [bug] Fix duration printing on Solaris when value is not 5333. [bug] Fix duration printing on Solaris when value is not
an ISO 8601 duration. [GL #1460] an ISO 8601 duration. [GL #1460]
5332. [func] Renamed "dnssec-keys" configuration statement 5332. [func] Renamed "dnssec-keys" configuration statement
to the more descriptive "trust-anchors". to the more descriptive "trust-anchors". [GL !2702]
5331. [func] Use compiler-provided mechanisms for thread local 5331. [func] Use compiler-provided mechanisms for thread local
storage, and make the requirement for such mechanisms storage, and make the requirement for such mechanisms
@@ -34,7 +34,7 @@
dropped because the recursive-clients quota was dropped because the recursive-clients quota was
exceeded. [GL #1399] exceeded. [GL #1399]
5326. [bug] Add python dependancy on 'distutils.core' to configure. 5326. [bug] Add Python dependency on 'distutils.core' to configure.
'distutils.core' is required for installation. 'distutils.core' is required for installation.
[GL #1397] [GL #1397]