From 501ac73a7c8abbc86c2f62187f215f87d99a29cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:57:12 +0200 Subject: [PATCH 1/5] Prepare release notes for BIND 9.16.30 --- doc/arm/notes.rst | 2 +- .../{notes-current.rst => notes-9.16.30.rst} | 25 ------------------- 2 files changed, 1 insertion(+), 26 deletions(-) rename doc/notes/{notes-current.rst => notes-9.16.30.rst} (80%) diff --git a/doc/arm/notes.rst b/doc/arm/notes.rst index 64debcae69..cc83a13579 100644 --- a/doc/arm/notes.rst +++ b/doc/arm/notes.rst @@ -44,7 +44,7 @@ https://www.isc.org/download/. There you will find additional information about each release, source code, and pre-compiled versions for Microsoft Windows operating systems. -.. include:: ../notes/notes-current.rst +.. include:: ../notes/notes-9.16.30.rst .. include:: ../notes/notes-9.16.29.rst .. include:: ../notes/notes-9.16.28.rst .. include:: ../notes/notes-9.16.27.rst diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-9.16.30.rst similarity index 80% rename from doc/notes/notes-current.rst rename to doc/notes/notes-9.16.30.rst index 046b9151bc..0ed5b5055a 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-9.16.30.rst @@ -12,31 +12,6 @@ Notes for BIND 9.16.30 ---------------------- -Security Fixes -~~~~~~~~~~~~~~ - -- None. - -Known Issues -~~~~~~~~~~~~ - -- None. - -New Features -~~~~~~~~~~~~ - -- None. - -Removed Features -~~~~~~~~~~~~~~~~ - -- None. - -Feature Changes -~~~~~~~~~~~~~~~ - -- None. - Bug Fixes ~~~~~~~~~ From ee8b00bdf2e75623bcd19148a1c112edb75adbe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:57:12 +0200 Subject: [PATCH 2/5] Tweak and reword release notes --- doc/notes/notes-9.16.30.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/notes/notes-9.16.30.rst b/doc/notes/notes-9.16.30.rst index 0ed5b5055a..eab5ff1e21 100644 --- a/doc/notes/notes-9.16.30.rst +++ b/doc/notes/notes-9.16.30.rst @@ -15,9 +15,10 @@ Notes for BIND 9.16.30 Bug Fixes ~~~~~~~~~ -- Key files were updated every time the ``dnssec-policy`` key manager ran, - whether the metadata has changed or not. BIND now checks if changes were - applied before writing out the key files. :gl:`#3302`. +- Key files were updated every time the ``dnssec-policy`` key manager + ran, whether the metadata had changed or not. :iscman:`named` now + checks whether changes were applied before writing out the key files. + :gl:`#3302` - DNSSEC-signed catalog zones were not being processed correctly. This - has been fixed. :gl:`#3380`. + has been fixed. :gl:`#3380` From 35aaf415161588b304b4dd06d5dc8be1ea53d577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:57:12 +0200 Subject: [PATCH 3/5] Reorder release notes --- doc/notes/notes-9.16.30.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/notes/notes-9.16.30.rst b/doc/notes/notes-9.16.30.rst index eab5ff1e21..ac54a90d6c 100644 --- a/doc/notes/notes-9.16.30.rst +++ b/doc/notes/notes-9.16.30.rst @@ -15,10 +15,10 @@ Notes for BIND 9.16.30 Bug Fixes ~~~~~~~~~ +- DNSSEC-signed catalog zones were not being processed correctly. This + has been fixed. :gl:`#3380` + - Key files were updated every time the ``dnssec-policy`` key manager ran, whether the metadata had changed or not. :iscman:`named` now checks whether changes were applied before writing out the key files. :gl:`#3302` - -- DNSSEC-signed catalog zones were not being processed correctly. This - has been fixed. :gl:`#3380` From e012953aeaa342e3f8d8d98cb7fdba744906a666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 2 Jun 2022 20:57:12 +0200 Subject: [PATCH 4/5] Add release note for GL #3327 --- doc/notes/notes-9.16.30.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/notes/notes-9.16.30.rst b/doc/notes/notes-9.16.30.rst index ac54a90d6c..37c79fe2ab 100644 --- a/doc/notes/notes-9.16.30.rst +++ b/doc/notes/notes-9.16.30.rst @@ -15,6 +15,12 @@ Notes for BIND 9.16.30 Bug Fixes ~~~~~~~~~ +- The ``fetches-per-server`` quota is designed to adjust itself downward + automatically when an authoritative server times out too frequently. + Due to a coding error, that adjustment was applied incorrectly, so + that the quota for a congested server was always set to 1. This has + been fixed. :gl:`#3327` + - DNSSEC-signed catalog zones were not being processed correctly. This has been fixed. :gl:`#3380` From 0842c032fd903877ff125ae321ebba5908b36982 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 2 Jun 2022 19:30:41 +0000 Subject: [PATCH 5/5] prep 9.16.30 --- CHANGES | 2 ++ configure | 2 +- version | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index c2af95bd44..0c52f31737 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ + --- 9.16.30 released --- + 5899. [func] Don't try to process DNSSEC-related and ZONEMD records in catz. [GL #3380] diff --git a/configure b/configure index cca05c2f4c..43c4f05e4d 100755 --- a/configure +++ b/configure @@ -15231,7 +15231,7 @@ $as_echo "#define HAVE_GEOIP2 1" >>confdefs.h MAXMINDDB_LIBS="$MAXMINDDB_LIBS $ac_cv_search_MMDB_open" { $as_echo "$as_me:${as_lineno-$LINENO}: GeoIP2 default database path set to $with_maxminddb/share/GeoIP" >&5 $as_echo "$as_me: GeoIP2 default database path set to $with_maxminddb/share/GeoIP" >&6;} - eval MAXMINDDB_PREFIX=$with_maxminddb + MAXMINDDB_PREFIX=$with_maxminddb else as_fn_error $? "GeoIP2 requested, but libmaxminddb not found" "$LINENO" 5 diff --git a/version b/version index b91b6b53d1..995567e1d1 100644 --- a/version +++ b/version @@ -8,4 +8,4 @@ MINORVER=16 PATCHVER=30 RELEASETYPE= RELEASEVER= -EXTENSIONS=-dev +EXTENSIONS=