]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.18.25
authorPetr Špaček <pspacek@isc.org>
Thu, 7 Mar 2024 09:38:43 +0000 (10:38 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 7 Mar 2024 09:38:43 +0000 (10:38 +0100)
doc/arm/notes.rst
doc/notes/notes-9.18.25.rst [moved from doc/notes/notes-current.rst with 88% similarity]

index a4a9754866b3233fdc4c5fff4ad187307101db86..48921f9588febf0930fdd3f13d21c3cb9b718944 100644 (file)
@@ -35,6 +35,7 @@ information about each release, and source code.
 
 .. include:: ../notes/notes-known-issues.rst
 
+.. include:: ../notes/notes-9.18.25.rst
 .. include:: ../notes/notes-9.18.24.rst
 .. include:: ../notes/notes-9.18.23.rst
 .. include:: ../notes/notes-9.18.22.rst
similarity index 88%
rename from doc/notes/notes-current.rst
rename to doc/notes/notes-9.18.25.rst
index f9a7315aaf9c1f54eaeb491d02f41ca61b8cbfc9..0781387e46e70078103f9f9b23ce216764435cf3 100644 (file)
 Notes for BIND 9.18.25
 ----------------------
 
-Security Fixes
-~~~~~~~~~~~~~~
-
-- None.
-
-New Features
-~~~~~~~~~~~~
-
-- None.
-
-Removed Features
-~~~~~~~~~~~~~~~~
-
-- None.
-
-Feature Changes
-~~~~~~~~~~~~~~~
-
-- None.
-
 Bug Fixes
 ~~~~~~~~~
 
-- A use-after-free assertion might get triggered when the overmem cache
-  cleaning triggers. :gl:`#4595`
-
-  ISC would like to thank to Jinmei Tatuya from Infoblox for bringing
-  this issue to our attention.
-
 - A regression in cache-cleaning code enabled memory use to grow
   significantly more quickly than before, until the configured
   :any:`max-cache-size` limit was reached. This has been fixed.
   :gl:`#4596`
 
-
 - Using :option:`rndc flush` inadvertently caused cache cleaning to
   become less effective. This could ultimately lead to the configured
   :any:`max-cache-size` limit being exceeded and has now been fixed.
   :gl:`#4621`
 
+- A use-after-free assertion might get triggered when the overmem cache
+  cleaning triggers. :gl:`#4595`
+
+  ISC would like to thank to Jinmei Tatuya from Infoblox for bringing
+  this issue to our attention.
+
 Known Issues
 ~~~~~~~~~~~~