From: Petr Špaček Date: Wed, 4 Feb 2026 14:02:29 +0000 (+0100) Subject: Tweak and reword release notes X-Git-Tag: v9.18.45~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b45629c630f673d1a1b5e2cac8cbeb396ddb615;p=thirdparty%2Fbind9.git Tweak and reword release notes --- diff --git a/doc/notes/notes-9.18.45.rst b/doc/notes/notes-9.18.45.rst index 9d9d6f67c78..b0cf0db95b7 100644 --- a/doc/notes/notes-9.18.45.rst +++ b/doc/notes/notes-9.18.45.rst @@ -17,27 +17,14 @@ 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`. + 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 the + file `bin/tests/system/requirements.txt`. :gl:`#5690` :gl:`#5614` - 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` - +- Fix implementation of BRID and HHIT record types. :gl:`#5710` +- Fix implementation of DSYNC record type. :gl:`#5711`