Add CHANGES note for [GL #3583]

This commit is contained in:
Ondřej Surý 2022-10-06 18:06:05 +02:00
parent 04a5477eb2
commit 3b9295fcd9
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -1,3 +1,11 @@
6010. [func] Make the initial interface scan happen before
dropping the privileges. This requires exiting
exclusive mode before scanning the interfaces
and re-entering it again when we are done. This
is because starting the listening on interfaces
requires the loopmgr to be running and not paused.
[GL #3583]
6009. [bug] Don't trust a placeholder KEYDATA from the managed-keys
zone by adding it into secroots. [GL #2895]