1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* NEWS: Note --enable-key-cache, the OpenBSD/i386 and HPPA fixes, and

Elgamal removal.

* README, configure.ac: Add --enable-key-cache=SIZE configure option.
This sets the key/uid cache size.  Default is 4096.
This commit is contained in:
David Shaw 2004-01-28 01:00:53 +00:00
parent 385a19bd7b
commit 45bbdcc57c
4 changed files with 48 additions and 2 deletions

6
NEWS
View file

@ -6,6 +6,12 @@ Noteworthy changes in version 1.3.5 (unreleased)
embedded use where space is tight. --enable-minimal includes
--disable-rsa.
* Some performance improvements with large keyrings.
* Some portability fixes for the OpenBSD/i386 and HPPA platforms.
* The last support for Elgamal sign+encrypt keys has been removed.
Noteworthy changes in version 1.3.4 (2003-11-27)
------------------------------------------------