1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

* configure.ac: Update copyright.

* README: Update version.

* NEWS: Note --max-output, --list-config, --min-cert-level, and AIX fix.
This commit is contained in:
David Shaw 2004-02-25 23:28:45 +00:00
parent ecb568502d
commit d08daf31e0
4 changed files with 31 additions and 8 deletions

18
NEWS
View file

@ -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)