mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:52:10 -04:00
BIND 9.19.13
-----BEGIN PGP SIGNATURE----- iQJDBAABCgAtFiEENKwGS3ftSQfs1TU17QVz/8hFYQUFAmRY+ukPHG1pY2hhbEBp c2Mub3JnAAoJEO0Fc//IRWEFksoP/Rx7KTI4Htbh7+oE630S23Yi5NpxUVJWLEtV 0fL97kg3Yq3/AIwYXs+Gr3GzsTOYGZAxYi/n7q+OyLBQjsigAegmdHGwyUzzr9yY o3WRi3GH/PH3CUg/Be6wh2y747b1O/aXRAAFf429Qe4IVX2iLcNveqVx6Z6otI9B pf7ZrqhK2Na5FCms58XfMbMLNDdZGaJ0/oWjtwnnbKEtAzMqsiAfLH67FfLL8L5H rymlHSpMSOZpBFv0m8aHMsf7tfFqL4ouOvOhiSpuyDLAkuvF5LUoKKpYUQOp7kj/ 9Bem2Yf1zCq8o2YdKGF/zPkK4sjga15JIC+E6qLY6gXPhyGiTwUJLocvx47nLds3 PN9Q9y/AA79MOTN5yRD0EC/gkTYDolfZg0nkM6K3aM00DccUl0OeNZMj1dxYT3Vn JQxnoL9VPlKyaKxuqcDwl0IX7FSguYn6BPwVsSSHOfGqq6+MFHLdEOtxlSBVgV+2 gnCMp3YkSwGs1rVu+zxr9DT0Gr2x+E5/Zv75Xaz1/z81FxZdYyyHTwR8MU+fSz/c yxD4TIOEhsaeuhwvzMIvHKwbQ68/vnKIesRPao+jtkrtQ+3l5b/XohWtPPqDGFtK rZ88HsnLVnL8BT0294/yYM/WJQaD7gKYSj0/VJkw3xslBW2JJiWzz9cseo0hLrTp 52sp68Bt =sw5x -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAg25GGAuUyFX1gxo7QocNm8V6J/8 frHSduYX7Aqk4iJLwAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQItgB8Uzd8nX/JAJsnR7vqOIyPjMA4+mq730TN43PBT/CFnQngS1ARI6VuXym/i4Mg a68t/1QoApXb4/5ESrwwA= -----END SSH SIGNATURE----- Merge tag 'v9.19.13' BIND 9.19.13
This commit is contained in:
commit
ddbbb8612d
4 changed files with 71 additions and 7 deletions
6
CHANGES
6
CHANGES
|
|
@ -38,6 +38,8 @@
|
|||
dighost_shutdown() callback twice and cause problems
|
||||
if the callback function was not idempotent. [GL #4039]
|
||||
|
||||
--- 9.19.13 released ---
|
||||
|
||||
6164. [bug] Set the rndc idle read timeout back to 60 seconds,
|
||||
from the netmgr default of 30 seconds, in order to
|
||||
match the behavior of 9.16 and earlier. [GL #4046]
|
||||
|
|
@ -62,14 +64,14 @@
|
|||
|
||||
6157. [bug] When removing delegations in an OPTOUT range
|
||||
empty-non-terminal NSEC3 records generated by
|
||||
those delegations where not removed. [GL #4027]
|
||||
those delegations were not removed. [GL #4027]
|
||||
|
||||
6156. [bug] Reimplement the maximum and idle timeouts for incoming
|
||||
zone tranfers. [GL #4004]
|
||||
|
||||
6155. [bug] Treat ISC_R_INVALIDPROTO as a networking error
|
||||
in the dispatch code to avoid retrying with the
|
||||
same server. [GL #4005]<
|
||||
same server. [GL #4005]
|
||||
|
||||
6154. [func] Add spinlock implementation. The spinlock is much
|
||||
smaller (8 bytes) than pthread_mutex (40 bytes), so
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ information about each release, and source code.
|
|||
.. include:: ../notes/notes-known-issues.rst
|
||||
|
||||
.. include:: ../notes/notes-current.rst
|
||||
.. include:: ../notes/notes-9.19.13.rst
|
||||
.. include:: ../notes/notes-9.19.12.rst
|
||||
.. include:: ../notes/notes-9.19.11.rst
|
||||
.. include:: ../notes/notes-9.19.10.rst
|
||||
|
|
|
|||
66
doc/notes/notes-9.19.13.rst
Normal file
66
doc/notes/notes-9.19.13.rst
Normal file
|
|
@ -0,0 +1,66 @@
|
|||
.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
..
|
||||
.. SPDX-License-Identifier: MPL-2.0
|
||||
..
|
||||
.. This Source Code Form is subject to the terms of the Mozilla Public
|
||||
.. License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
.. file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
..
|
||||
.. See the COPYRIGHT file distributed with this work for additional
|
||||
.. information regarding copyright ownership.
|
||||
|
||||
Notes for BIND 9.19.13
|
||||
----------------------
|
||||
|
||||
New Features
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- :iscman:`dnstap-read` can now print long timestamps with millisecond
|
||||
precision. :gl:`#2360`
|
||||
|
||||
Bug Fixes
|
||||
~~~~~~~~~
|
||||
|
||||
- When the same :any:`notify-source` address and port number was
|
||||
configured for multiple destinations and zones, an unresponsive server
|
||||
could tie up the relevant network socket until it timed out; in the
|
||||
meantime, NOTIFY messages for other servers silently failed.
|
||||
:iscman:`named` will now retry sending such NOTIFY messages over TCP.
|
||||
Furthermore, NOTIFY failures are now logged at the INFO level.
|
||||
:gl:`#4001` :gl:`#4002`
|
||||
|
||||
- The :any:`max-transfer-time-in` and :any:`max-transfer-idle-in` have
|
||||
not had any effect since the BIND 9 networking stack was refactored in
|
||||
version 9.16. The missing functionality has been re-implemented and
|
||||
incoming zone transfers now time out properly when not progressing.
|
||||
:gl:`#4004`
|
||||
|
||||
- The read timeout in :iscman:`rndc` is now 60 seconds, matching the
|
||||
behavior in BIND 9.16 and earlier. It had previously been lowered to
|
||||
30 seconds by mistake. :gl:`#4046`
|
||||
|
||||
- When the ``ISC_R_INVALIDPROTO`` (``ENOPROTOOPT``, ``EPROTONOSUPPORT``)
|
||||
error code is returned by libuv, it is now treated as a network
|
||||
failure: the server for which that error code is returned gets marked
|
||||
as broken and is not contacted again during a given resolution
|
||||
process. :gl:`#4005`
|
||||
|
||||
- When removing delegations from an opt-out range, empty-non-terminal
|
||||
NSEC3 records generated by those delegations were not cleaned up. This
|
||||
has been fixed. :gl:`#4027`
|
||||
|
||||
- A flaw in reworked code responsible for accepting TCP connections has
|
||||
been addressed. This issue could cause a visible performance drop for
|
||||
TCP queries on some platforms, notably FreeBSD, and has now been
|
||||
fixed. :gl:`#3985`
|
||||
|
||||
- Log file rotation code did not clean up older versions of log files
|
||||
when the logging :any:`channel` had an absolute path configured as a
|
||||
``file`` destination. This has been fixed. :gl:`#3991`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
- There are no new known issues with this release. See :ref:`above
|
||||
<relnotes_known_issues>` for a list of all known issues affecting this
|
||||
BIND 9 branch.
|
||||
|
|
@ -44,8 +44,3 @@ Known Issues
|
|||
structure being used for storing information about the zones to serve.
|
||||
This slowdown is considered to be a bug and will be addressed in a
|
||||
future BIND 9.19.x development release. :gl:`#4006`
|
||||
|
||||
- A flaw in reworked code responsible for accepting TCP connections may
|
||||
cause a visible performance drop for TCP queries on some platforms,
|
||||
notably FreeBSD. This issue will be fixed in a future BIND 9.19.x
|
||||
development release. :gl:`#3985`
|
||||
|
|
|
|||
Loading…
Reference in a new issue