Mercurial > p > roundup > code
changeset 5501:dd242cd7a182
mention change from pyme to gpg module for PGP processing
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Wed, 15 Aug 2018 21:38:52 +0100 |
| parents | 3c61c771c8fb |
| children | 497ab896397d |
| files | doc/upgrading.txt |
| diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Aug 15 07:11:46 2018 +0100 +++ b/doc/upgrading.txt Wed Aug 15 21:38:52 2018 +0100 @@ -20,6 +20,16 @@ .. contents:: :local: +Migrating from 1.6.0 to x.y.0 +============================= + +PGP mail processing +------------------- + +Roundup now uses the ``gpg`` module instead of ``pyme`` to process PGP +mail. If you have PGP processing enabled, make sure the ``gpg`` +module is installed. + Migrating from 1.5.1 to 1.6.0 =============================
