From 62f550bb0a9f5ce5305b2a00a6eb955c27dea60b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 8 Aug 1998 21:13:59 +0000 Subject: [PATCH] rel 0.3.3 --- README | 11 +++++++++++ TODO | 2 ++ VERSION | 2 +- zlib/Makefile | 2 +- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README b/README index aca4933ba..80b228a09 100644 --- a/README +++ b/README @@ -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 (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----- diff --git a/TODO b/TODO index 2228d5c65..e254d228d 100644 --- a/TODO +++ b/TODO @@ -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. + diff --git a/VERSION b/VERSION index bc0d165c4..1c09c74e2 100644 --- a/VERSION +++ b/VERSION @@ -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 =