mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
Tweak and reword release notes
This commit is contained in:
committed by
Michal Nowak
parent
d949e31b14
commit
8388cc2404
@@ -15,51 +15,52 @@ Notes for BIND 9.19.10
|
|||||||
New Features
|
New Features
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
- The :any:`forwarders` configuration option now supports the :any:`tls`
|
- The :any:`forwarders` statement now supports the :any:`tls` argument,
|
||||||
statement, to be used for query forwarding to DoT-enabled upstream servers.
|
to be used to forward queries to DoT-enabled servers. :gl:`#3726`
|
||||||
:gl:`#3726`
|
|
||||||
|
|
||||||
Removed Features
|
Removed Features
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- The Differentiated Services Code Point (DSCP) feature has been removed:
|
- The Differentiated Services Code Point (DSCP) feature has been
|
||||||
configuring DSCP values in ``named.conf``` is now a configuration error.
|
removed: configuring DSCP values in ``named.conf`` is now a
|
||||||
:gl:`#3789`
|
configuration error. :gl:`#3789`
|
||||||
|
|
||||||
- Specifying a ``port`` when configuring source addresses (i.e., as
|
- Specifying a ``port`` when configuring source addresses (i.e., as an
|
||||||
a parameter to ``query-source``, ``query-source-v6``,
|
argument to :any:`query-source`, :any:`query-source-v6`,
|
||||||
``transfer-source``, ``transfer-source-v6``, ``notify-source``,
|
:any:`transfer-source`, :any:`transfer-source-v6`,
|
||||||
``notify-source-v6``, ``parental-source``, and
|
:any:`notify-source`, :any:`notify-source-v6`, :any:`parental-source`,
|
||||||
``parental-source-v6``, or in the ``source`` or ``source-v6``
|
or :any:`parental-source-v6`, or in the ``source`` or ``source-v6``
|
||||||
parameters to ``primaries``, ``parental-agents``, ``also-notify``,
|
arguments to :any:`primaries`, :any:`parental-agents`,
|
||||||
or ``catalog-zones``) has been deprecated. In addition, the
|
:any:`also-notify`, or :any:`catalog-zones`) has been deprecated. In
|
||||||
``use-v4-udp-ports``, ``use-v6-udp-ports``, ``avoid-v4-udp-ports``,
|
addition, the :any:`use-v4-udp-ports`, :any:`use-v6-udp-ports`,
|
||||||
and ``avoid-v6-udp-ports`` options have also been deprecated.
|
:any:`avoid-v4-udp-ports`, and :any:`avoid-v6-udp-ports` options have
|
||||||
|
also been deprecated.
|
||||||
|
|
||||||
Warnings will be logged when any of these options are encountered
|
Warnings are now logged when any of these options are encountered in
|
||||||
in ``named.conf``. In a future release, they will be made
|
``named.conf``. In a future release, they will be made nonfunctional.
|
||||||
nonfunctional. :gl:`#3781`
|
:gl:`#3781`
|
||||||
|
|
||||||
Feature Changes
|
Feature Changes
|
||||||
~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- The memory statistics were reduced to a single counter InUse (with Malloced as
|
- The memory statistics have been reduced to a single counter,
|
||||||
alias). Most of the counters were useful with the old BIND 9 internal memory
|
``InUse``; ``Malloced`` is an alias that holds the same value. The
|
||||||
allocator that has been removed. The InUse/Malloced counter is the only one
|
other counters were usable with the old BIND 9 internal memory
|
||||||
that bears any real value in production. :gl:`#3718`
|
allocator, but they are unnecessary now that the latter has been
|
||||||
|
removed. :gl:`#3718`
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
- A constant stream of zone additions and deletions via ``rndc reconfig`` could
|
- A constant stream of zone additions and deletions via ``rndc
|
||||||
cause increased memory consumption due to delayed cleaning of view memory.
|
reconfig`` could cause increased memory consumption due to delayed
|
||||||
This has been fixed. :gl:`#3801`
|
cleaning of view memory. This has been fixed. :gl:`#3801`
|
||||||
|
|
||||||
- Improve the speed of the message digest algorithms (MD5, SHA-1,
|
- The speed of the message digest algorithms (MD5, SHA-1, SHA-2), and of
|
||||||
SHA-2) and NSEC3 hashing. :gl:`#3795`
|
NSEC3 hashing, has been improved. :gl:`#3795`
|
||||||
|
|
||||||
- Setting :any:`parental-agents` to a resolver did not work because the RD bit
|
- Pointing :any:`parental-agents` to a resolver did not work because the
|
||||||
was not set on DS requests. This has been fixed. :gl:`#3783`
|
RD bit was not set on DS requests. This has been fixed. :gl:`#3783`
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user