mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:32:05 -04:00
Add CHANGES and release note for GL #3783
News worthy.
(cherry picked from commit dbbacd910f)
This commit is contained in:
parent
89089817d3
commit
8ab8918c64
2 changed files with 5 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -4,6 +4,8 @@
|
|||
6074. [func] Refactor the isc_nm_xfr_allowed() function to return
|
||||
isc_result_t instead of boolean. [GL #3808]
|
||||
|
||||
6073. [bug] Set RD=1 on DS requests to parental-agents. [GL #3783]
|
||||
|
||||
6072. [bug] Avoid the OpenSSL lock contention when initializing
|
||||
Message Digest Contexts by using explicit algorithm
|
||||
fetching, initializing static contexts for every
|
||||
|
|
|
|||
|
|
@ -42,6 +42,9 @@ Bug Fixes
|
|||
- Improve the speed of the message digest algorithms (MD5, SHA-1,
|
||||
SHA-2) and NSEC3 hashing. :gl:`#3795`
|
||||
|
||||
- Setting :any:`parental-agents` to a resolver did not work because the RD bit
|
||||
was not set on DS requests. This has been fixed. :gl:`#3783`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue