diff options
author | David Shaw <[email protected]> | 2003-04-07 21:32:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2003-04-07 21:32:54 +0000 |
commit | d605ac20ab57f8330c65ed237b7337168291e138 (patch) | |
tree | 6e79245d3c2a551bb598bba7c277cc4935177f68 | |
parent | * Makefile.am: Allow CVS version to build without faqprog.pl. (diff) | |
download | gnupg-d605ac20ab57f8330c65ed237b7337168291e138.tar.gz gnupg-d605ac20ab57f8330c65ed237b7337168291e138.zip |
* 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.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | acinclude.m4 | 2 |
4 files changed, 19 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2003-04-07 David Shaw <[email protected]> + + * 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 <[email protected]> * configure.ac: Test for ranlib and ar. @@ -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) ------------------------------------------------ @@ -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 |