Add notes and change entry

(cherry picked from commit c6afef236199f3ec69cd5a3db17f8cfc8a337f5e)
This commit is contained in:
Matthijs Mekking
2022-11-02 12:23:04 +01:00
parent 7e68928ee1
commit 18dd7e36db
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1,3 +1,6 @@
6012. [bug] Fix inline-signing bugs related to the multisigner
model (RFC 8901). [GL #2710]
6011. [func] Refactor the privilege setting part of named_os unit
to make libcap on Linux mandatory and use setreuid
and setregid if available. [GL #3583]
+5
View File
@@ -63,3 +63,8 @@ Bug Fixes
enter into a state where it would not recover without stopping ``named``,
manually deleting ``managed-keys.bind`` and ``managed-keys.bind.jnl`` files,
and starting ``named`` again. :gl:`#2895`
- Fix bugs related to ``inline-signing`` zones that are subject to a
multisigner model (RFC 8901). In some cases it was not possible to update
the zone with a DNSKEY, CDS or CDNSKEY from the other provider, or the
record would be removed again after a re-sign of the zone. :gl:`#2710`