2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Add CHANGES and release notes for [GL #2308]

This commit is contained in:
Aram Sargsyan 2021-09-24 18:18:27 +00:00
parent 94a5712801
commit 3edaa0bde6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
5727. [bug] Ignore the missing zones when doing a reload on a
catalog zone, and make sure to restore them later on.
[GL #2308]
5726. [bug] Fix heap use after free when cheking for "http"
clauses duplicates. [GL #2924]

View File

@ -65,3 +65,6 @@ Bug Fixes
- Under specific circumstances, zone transfers over TCP and TLS could be
interrupted prematurely. This has been fixed. :gl:`#2917`
- Reloading a catalog zone that referenced a missing/deleted zone
caused a crash. This has been fixed. :gl:`#2308`