diff --git a/debian/changelog b/debian/changelog index c87ec6e..3fef340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ propellor (0.9.3) UNRELEASED; urgency=medium * Added prosody module, contributed by Félix Sipma. * Can be used to configure tor hidden services. Thanks, Félix Sipma. + * When multiple gpg keys are added, ensure that the privdata file + can be decrypted by all of them. -- Joey Hess Mon, 10 Nov 2014 11:15:27 -0400 diff --git a/doc/todo/multi_gpg_key_privdata.mdwn b/doc/todo/multi_gpg_key_privdata.mdwn index 754aa7e..9804196 100644 --- a/doc/todo/multi_gpg_key_privdata.mdwn +++ b/doc/todo/multi_gpg_key_privdata.mdwn @@ -4,3 +4,5 @@ To support multiple gpg keys added with --add-key, propellor should listed in `privdata/keyring.gpg` * When --add-key adds a new key, it should re-encrypt the privdata, so that this new key can access it. + +[[done]]