]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Prepare release notes for BIND 9.18.45
authorPetr Špaček <pspacek@isc.org>
Wed, 4 Feb 2026 14:00:18 +0000 (15:00 +0100)
committerPetr Špaček <pspacek@isc.org>
Wed, 4 Feb 2026 14:00:18 +0000 (15:00 +0100)
doc/arm/notes.rst
doc/notes/notes-9.18.45.rst [new file with mode: 0644]

index 9ff2fe7abeadc6aae2e33abe6c54af54325054f5..e55819751f2755a3fb819784042beaae63aa5dbb 100644 (file)
@@ -45,6 +45,7 @@ The list of known issues affecting the latest version in the 9.18 branch can be
 found at
 https://gitlab.isc.org/isc-projects/bind9/-/wikis/Known-Issues-in-BIND-9.18
 
+.. include:: ../notes/notes-9.18.45.rst
 .. include:: ../notes/notes-9.18.44.rst
 .. include:: ../notes/notes-9.18.43.rst
 .. include:: ../notes/notes-9.18.42.rst
diff --git a/doc/notes/notes-9.18.45.rst b/doc/notes/notes-9.18.45.rst
new file mode 100644 (file)
index 0000000..9d9d6f6
--- /dev/null
@@ -0,0 +1,43 @@
+.. Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+..
+.. SPDX-License-Identifier: MPL-2.0
+..
+.. 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.18.45
+----------------------
+
+Feature Changes
+~~~~~~~~~~~~~~~
+
+- Update requirements for system test suite.
+
+  Python 3.10 or newer is now required for running the system test
+  suite. The required python packages and their version requirements are
+  now tracked in `bin/tests/system/requirements.txt`.
+
+  Support for pytest 9.0.0 has been added its minimum supported version
+  has been raised to 7.0.0. The minimum supported dnspython version has
+  been raised to 2.3.0. :gl:`#5690`  :gl:`#5614`
+
+Bug Fixes
+~~~~~~~~~
+
+- Fix brid and hhit implementation.
+
+  Fix bugs in BRID and HHIT implementation and enable the unit tests.
+  :gl:`#5710`
+
+- DSYNC record incorrectly used two octets for the Scheme Field.
+
+  When creating the `DSYNC` record from a structure, `uint16_tobuffer`
+  was used instead of `uint8_tobuffer` when adding the scheme, causing a
+  `DSYNC` record that was one octet too long. This has been fixed.
+  :gl:`#5711`
+
+