diff --git a/ChangeLog b/ChangeLog index 713a900fd..ffac7384c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-04-07 David Shaw + + * acinclude.m4: Fix URL to faqprog.pl. + + * README: Add --enable-sha512 switch and update version number and + copyright date. + + * NEWS: Add note about SHA-256/384/512. + 2003-03-24 Werner Koch * configure.ac: Test for ranlib and ar. diff --git a/NEWS b/NEWS index dc732b993..b77310e16 100644 --- a/NEWS +++ b/NEWS @@ -36,6 +36,9 @@ Noteworthy changes in version 1.2.2 (unreleased) * Fixed a compatibility problem with CryptoEx by increasing the window size of the uncompressor. + * Add read-only support for the SHA-256 hash, and optional + read-only support for the SHA-384 and SHA-512 hashes. + Noteworthy changes in version 1.2.1 (2002-10-25) ------------------------------------------------ diff --git a/README b/README index 8276f621b..af95de20d 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.2.1 + Version 1.2.2 - Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright 1998-2003 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without @@ -523,6 +523,10 @@ disable any ability for the user to change it in their options file. + --enable-sha512 + Enable read-only SHA-384 and SHA-512 digest + support. + Installation Problems --------------------- diff --git a/acinclude.m4 b/acinclude.m4 index 558b5a96e..75ac88090 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -83,7 +83,7 @@ dnl *** dnl *** It seems that the faqprog.pl program is not installed; dnl *** however it is only needed if you want to change the FAQ. dnl *** (faqprog.pl should be available at: -dnl *** ftp://ftp.gnupg.org/pub/gcrypt/contrib/faqprog.pl ) +dnl *** ftp://ftp.gnupg.org/gcrypt/contrib/faqprog.pl ) dnl *** No need to worry about this warning. dnl ***]]) dnl fi