diff options
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | zlib/Makefile | 2 |
4 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,5 @@ +-----BEGIN PGP SIGNED MESSAGE----- + GNUPG - The GNU Privacy Guard ------------------------------- Version 0.3 @@ -333,3 +335,12 @@ post them to the mailing list <g10@net.lut.ac.uk> (this is a closed list, please subscribe before posting). +-----BEGIN PGP SIGNATURE----- +Version: GNUPG v0.3.2b (GNU/Linux) +Comment: Get GNUPG from ftp://ftp.guug.de/pub/gcrypt/ + +iQB1AwUBNcy3yh0Z9MEMmFelAQEUXwMAg8h8GaecR1jWVwCqaWO4oGCyWgaxvi0yfQR1Y1GC +j6Hpo5Hwa3d2UAYETL3M42/M32uxe0Wh8PMgLTWTfhV9XjwxCNg3BBDm2Zb5Enpr9UEIFOdN +OCV3J4gED4jXDOtO +=oPV/ +-----END PGP SIGNATURE----- @@ -51,3 +51,5 @@ * Is it okay to use gettext for the help system??? + * There are still problems with old v3 keys after passphrase change. + @@ -1 +1 @@ -0.3.2c +0.3.3 diff --git a/zlib/Makefile b/zlib/Makefile index 4b228b760..96197a80c 100644 --- a/zlib/Makefile +++ b/zlib/Makefile @@ -92,7 +92,7 @@ POSUB = po RANLIB = ranlib USE_INCLUDED_LIBINTL = yes USE_NLS = yes -VERSION = 0.3.2c +VERSION = 0.3.3 ZLIBS = l = |