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

index 5925f8ce4f564bd87472c29a9298b1d5f605c254..9e9c3ec534e17c73de7695dc45f7a8b94ddb74bb 100644 (file)
@@ -18,6 +18,7 @@ Changelog
    development. Regular users should refer to :ref:`Release Notes <relnotes>`
    for changes relevant to them.
 
+.. include:: ../changelog/changelog-9.18.45.rst
 .. include:: ../changelog/changelog-9.18.44.rst
 .. include:: ../changelog/changelog-9.18.43.rst
 .. include:: ../changelog/changelog-9.18.42.rst
diff --git a/doc/changelog/changelog-9.18.45.rst b/doc/changelog/changelog-9.18.45.rst
new file mode 100644 (file)
index 0000000..22f9b64
--- /dev/null
@@ -0,0 +1,48 @@
+.. 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.
+
+BIND 9.18.45
+------------
+
+Feature Changes
+~~~~~~~~~~~~~~~
+
+- Update requirements for system test suite. ``37bd997a39``
+
+  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` :gl:`!11470`
+
+Bug Fixes
+~~~~~~~~~
+
+- Use const pointer with strchr of const pointer. ``2b10ee4f13``
+
+  :gl:`#5694` :gl:`!11464`
+
+- Fix brid and hhit implementation. ``e3caaa16f1``
+
+  Fix bugs in BRID and HHIT implementation and enable the unit tests.
+  :gl:`#5710` :gl:`!11493`
+
+- DSYNC record incorrectly used two octets for the Scheme Field.
+  ``6fd748d1fc``
+
+  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` :gl:`!11484`
+
+