mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add CHANGES and release note for [GL #3693]
(cherry picked from commit 32e0df2a13)
This commit is contained in:
parent
349b0f433b
commit
469579e71e
2 changed files with 9 additions and 0 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,3 +1,8 @@
|
|||
6027. [bug] Fix assertion failure in isc_http API used by
|
||||
statschannel if the read callback would be called
|
||||
on HTTP request that has been already closed.
|
||||
[GL #3693]
|
||||
|
||||
6026. [cleanup] Deduplicate time unit conversion factors.
|
||||
[GL !7033]
|
||||
|
||||
|
|
|
|||
|
|
@ -47,9 +47,13 @@ Bug Fixes
|
|||
10 to 100 to accomodate for some browsers that send more that 10
|
||||
headers by default. :gl:`#3670`
|
||||
|
||||
|
||||
- Copy TLS identifier when setting up primaries for catalog member
|
||||
zones. :gl:`#3638`
|
||||
|
||||
- Fix an assertion failure in the statschannel caused by reading from the HTTP
|
||||
connection closed prematurely (connection error, shutdown). :gl:`#3693`
|
||||
|
||||
Known Issues
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue