2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 01:59:26 +00:00

Fix Sphinx build failures on generated changelog for BIND 9.21.3

This commit is contained in:
Petr Špaček 2024-12-02 15:13:30 +01:00
parent 55734f9257
commit 2707c794c7

View File

@ -100,10 +100,10 @@ Removed Features
time and it's not possible to configure RBTDB as the database backend
in the configuration file. :gl:`#5027` :gl:`!9733`
- Remove namedconf port/tls deprecated check on *-source[-v6] options.
- Remove namedconf port/tls deprecated check on `*-source[-v6]` options.
``29f1d4bb6f``
The usage of port and tls arguments in *-source and *-source-v6 named
The usage of port and tls arguments in `*-source` and `*-source-v6` named
configuration options has been previously removed. Remove various
configuration check deprecating usage of those arguments. :gl:`!9738`
@ -208,8 +208,10 @@ Feature Changes
- Add two new clang-format options that help with code formatting.
``94b65f5eb0``
* Add new clang-format option to remove redundant semicolons * Add new
clang-format option to remove redundant parentheses :gl:`!9749`
* Add new clang-format option to remove redundant semicolons
* Add new clang-format option to remove redundant parentheses
:gl:`!9749`
- Assume IPv6 is universally available (on the kernel level)
``b72a2300b9``
@ -236,7 +238,7 @@ Feature Changes
- Enforce type checking for dns_dbversion_t. ``4b47c96a89``
Originally, the dns_dbversion_t was typedef'ed to void type. This
allowed some flexibility, but using (void *) just removes any
allowed some flexibility, but using `(void *)` just removes any
type-checking that C might have. Instead of using:
typedef void dns_dbversion_t;
@ -408,7 +410,7 @@ Bug Fixes
- Enforce type checking for dns_dbnode_t. ``4b47c4f628``
Originally, the dns_dbnode_t was typedef'ed to void type. This
allowed some flexibility, but using (void *) just removes any
allowed some flexibility, but using `(void *)` just removes any
type-checking that C might have. Instead of using:
typedef void dns_dbnode_t;