diff options
author | David Shaw <[email protected]> | 2004-02-25 23:28:45 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-02-25 23:28:45 +0000 |
commit | d08daf31e0f9726371a80f4decfb83ee195f9ef0 (patch) | |
tree | 482afb8595bfbfa670fa0d633941e446f567b94c | |
parent | * encode.c (encode_simple): Show cipher with --verbose. (diff) | |
download | gnupg-d08daf31e0f9726371a80f4decfb83ee195f9ef0.tar.gz gnupg-d08daf31e0f9726371a80f4decfb83ee195f9ef0.zip |
* configure.ac: Update copyright.
* README: Update version.
* NEWS: Note --max-output, --list-config, --min-cert-level, and AIX fix.
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 18 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
4 files changed, 31 insertions, 8 deletions
@@ -1,3 +1,12 @@ +2004-02-25 David Shaw <[email protected]> + + * configure.ac: Update copyright. + + * README: Update version. + + * NEWS: Note --max-output, --list-config, --min-cert-level, and + AIX fix. + 2004-01-27 David Shaw <[email protected]> * NEWS: Note --enable-key-cache and OpenBSD/i386 and HPPA fixes. @@ -1,9 +1,23 @@ Noteworthy changes in version 1.2.5 (unreleased) ------------------------------------------------ - * Some performance improvements with large keyrings. + * New --min-cert-level option to disregard key signatures that are + under a specified level. - * Some portability fixes for the OpenBSD/i386 and HPPA platforms. + * New --max-output option to limit the amount of plaintext output + generated by GnuPG. This option can be used by programs which + call GnuPG to process messages that may result in plaintext + larger than the calling program is prepared to handle. This is + sometimes called a "Decompression Bomb". + + * New --list-config command for frontends and other programs that + call GnuPG. See doc/DETAILS for the specifics of this. + + * Some performance improvements with large keyrings. See + --enable-key-cache=SIZE in the README file for details. + + * Some portability fixes for the OpenBSD/i386, HPPA, and AIX + platforms. Noteworthy changes in version 1.2.4 (2003-12-23) @@ -1,10 +1,10 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.2.4 + Version 1.2.5 - Copyright 1998, 1999, 2000, 2001, 2002, 2003 - Free Software Foundation, Inc. + Copyright 1998, 1999, 2000, 2001, 2002, 2003, + 2004 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 @@ -37,7 +37,7 @@ more information on this subject, including what to do if you are legally entitled to use IDEA. - The default public key algorithms are DSA and ElGamal, but RSA is + The default public key algorithms are DSA and Elgamal, but RSA is also supported. Symmetric algorithms available are AES (with 128, 192, and 256 bit keys), 3DES, Blowfish, CAST5 and Twofish. Digest algorithms available are MD5, RIPEMD/160, SHA-1, SHA-256, SHA-384, diff --git a/configure.ac b/configure.ac index 65bfa6cf8..e18451110 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Configure.ac script for GnuPG -dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, -dnl 2003 Free Software Foundation, Inc. +dnl Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, +dnl 2004 Free Software Foundation, Inc. dnl dnl This file is part of GnuPG. dnl |