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 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 ~~~~~~~~~~~~