[Pgp-tools-commit] r147 - in trunk: caff debian
Thijs Kinkhorst
kink-guest at costa.debian.org
Wed Jul 27 10:09:52 UTC 2005
Author: kink-guest
Date: 2005-07-27 10:09:51 +0000 (Wed, 27 Jul 2005)
New Revision: 147
Modified:
trunk/caff/caff
trunk/debian/changelog
Log:
+ Create unique attachment filenames, thanks Robin H. Johnson
(Closes: #318469).
Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff 2005-07-25 23:36:38 UTC (rev 146)
+++ trunk/caff/caff 2005-07-27 10:09:51 UTC (rev 147)
@@ -588,9 +588,9 @@
Type => "application/pgp-keys",
Disposition => 'attachment',
Encoding => "7bit",
- Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).')',
+ Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).'), signed by 0x'.$CONFIG{'keyid'}[0],
Data => $key->{'key'},
- Filename => "0x$key_id.".$key->{'serial'}.".asc");
+ Filename => "0x$key_id.".$key->{'serial'}.".signed-by-0x".$CONFIG{'keyid'}[0].".asc");
};
if ($can_encrypt) {
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2005-07-25 23:36:38 UTC (rev 146)
+++ trunk/debian/changelog 2005-07-27 10:09:51 UTC (rev 147)
@@ -12,6 +12,8 @@
+ allows to BCC the signer, thanks Joost van Baal (Closes: #316176).
+ new option to pause before continuing to the signing step,
thanks Christof Douma (Closes: #316129).
+ + Create unique attachment filenames, thanks Robin H. Johnson
+ (Closes: #318469).
* Depend on libtext-template-perl as caff needs it.
* Update to Standards-Version 3.6.2, no changes necessary.
More information about the Pgp-tools-commit
mailing list