2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

Add CHANGES and release note for [GL #4367]

This commit is contained in:
Ondřej Surý
2023-10-16 16:31:56 +02:00
parent 3737ea592b
commit ec41e8c763
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
6268. [func] Offload the IXFR and AXFR processing to unblock
the networking threads. [GL #4367]
6267. [func] Adjust UDP timeouts used in zone maintenance. [GL #4260]
6266. [func] The zone option 'inline-signing' is ignored from now

View File

@@ -28,11 +28,14 @@ New Features
queries, so that resolution can be performed over a NAT64 connection.
:gl:`#608`
- Processing large incremental transfers (IXFR) can take a long time.
Offload the processing to a separate work thread that doesn't block
networking threads and keeps them free to process regular traffic.
:gl:`#4367`
Removed Features
~~~~~~~~~~~~~~~~
- None.
- Configuring control channel to use Unix Domain Socket has an fatal error since
BIND 9.18. Completely remove the feature and make ``named-checkconf`` also
report this as an error in the configuration. :gl:`#4311`