diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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) |