diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-11 13:00:14 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-11 13:00:33 -0400 |
| commit | be27ae1503f55a18b3b5813186248e4b182a60d9 (patch) | |
| tree | d304c125c8edc0fe5ac6c24ea8dc57b157610526 | |
| parent | 84304821bebf9b794fae56f616b50ae1d06014d2 (diff) | |
changelog
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | doc/todo/multi_gpg_key_privdata.mdwn | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c87ec6e1..3fef3404 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 <joeyh@debian.org> 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 754aa7e9..9804196d 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]] |
