]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set up release notes for BIND 9.16.25
authorPetr Špaček <pspacek@isc.org>
Wed, 15 Dec 2021 15:50:21 +0000 (16:50 +0100)
committerPetr Špaček <pspacek@isc.org>
Thu, 16 Dec 2021 12:29:31 +0000 (13:29 +0100)
doc/arm/notes.rst
doc/notes/notes-current.rst [new file with mode: 0644]

index 91af90c7fb7f91f4b5a042454c03aedd463425fe..d22f2e1612d3dde24f850a5353cb0f5b96c1cdfc 100644 (file)
@@ -59,6 +59,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.24.rst
 .. include:: ../notes/notes-9.16.23.rst
 .. include:: ../notes/notes-9.16.22.rst
diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst
new file mode 100644 (file)
index 0000000..4433300
--- /dev/null
@@ -0,0 +1,47 @@
+.. 
+   Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+   
+   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.16.25
+----------------------
+
+Security Fixes
+~~~~~~~~~~~~~~
+
+- None.
+
+Known Issues
+~~~~~~~~~~~~
+
+- None.
+
+New Features
+~~~~~~~~~~~~
+
+- None.
+
+Removed Features
+~~~~~~~~~~~~~~~~
+
+- None.
+
+Feature Changes
+~~~~~~~~~~~~~~~
+
+- The default memory allocator has been switched from ``internal`` to
+  ``external`` and new command line option ``-M internal`` has been added to
+  ``named``. :gl:`#2398`
+
+Bug Fixes
+~~~~~~~~~
+
+- On FreeBSD, a TCP connection would leak a small amount of heap memory leading
+  to out-of-memory problem in a long run. This has been fixed. :gl:`#3051`
+
+- Overall memory use by ``named`` was optimized and reduced.  :gl:`#2398`