From 5afbbdfb6cbf727089085056df06109f27fd89dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 23 Jul 2024 16:01:57 +0200 Subject: [PATCH 1/2] Update BIND version to 9.18.29-dev --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dbc72e3bdf..e1f0ee33fd 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # m4_define([bind_VERSION_MAJOR], 9)dnl m4_define([bind_VERSION_MINOR], 18)dnl -m4_define([bind_VERSION_PATCH], 28)dnl +m4_define([bind_VERSION_PATCH], 29)dnl m4_define([bind_VERSION_EXTRA], -dev)dnl m4_define([bind_DESCRIPTION], [(Extended Support Version)])dnl m4_define([bind_SRCID], [m4_esyscmd_s([git rev-parse --short HEAD | cut -b1-7])])dnl From 7c36c2d6a2d83aa168677df16d4bee8cf1a7168b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 23 Jul 2024 16:01:57 +0200 Subject: [PATCH 2/2] Set up release notes for BIND 9.18.29 --- doc/notes/notes-current.rst | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index f0101b9833..56aef919a8 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -9,7 +9,7 @@ .. See the COPYRIGHT file distributed with this work for additional .. information regarding copyright ownership. -Notes for BIND 9.18.28 +Notes for BIND 9.18.29 ---------------------- Security Fixes @@ -35,17 +35,7 @@ Feature Changes Bug Fixes ~~~~~~~~~ -- An RPZ response's SOA record TTL was set to 1 instead of the SOA TTL, if - ``add-soa`` was used. This has been fixed. :gl:`#3323` - -- When a query related to zone maintenance (NOTIFY, SOA) timed out close - to a view shutdown (triggered e.g. by :option:`rndc reload`), - :iscman:`named` could crash with an assertion failure. This has been - fixed. :gl:`#4719` - -- The statistics channel counters that indicated the number of currently - connected TCP IPv4/IPv6 clients were not properly adjusted in certain - failure scenarios. This has been fixed. :gl:`#4742` +- None. Known Issues ~~~~~~~~~~~~