diff options
author | David Shaw <[email protected]> | 2004-08-10 14:30:37 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-08-10 14:30:37 +0000 |
commit | 3cbdcc3ab18f7357ff8cd8d9610410cc55381b18 (patch) | |
tree | 97ebee1584df610858163b7627ba95ccc06fe8d3 | |
parent | * configure.ac (ALL_LINGUAS): Removed. (diff) | |
download | gnupg-3cbdcc3ab18f7357ff8cd8d9610410cc55381b18.tar.gz gnupg-3cbdcc3ab18f7357ff8cd8d9610410cc55381b18.zip |
* NEWS: Minor tweak to news to clarify that --enable-key-cache is a
build-time option.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2004-08-10 David Shaw <[email protected]> + + * NEWS: Minor tweak to news to clarify that --enable-key-cache is + a build-time option. + 2004-08-09 Werner Koch <[email protected]> * configure.ac (ALL_LINGUAS): Removed. @@ -25,8 +25,9 @@ Noteworthy changes in version 1.2.5 (2004-07-26) * New --gpgconf-list command for internal use by the gpgconf utility from gnupg 1.9.x. - * Some performance improvements with large keyrings. See - --enable-key-cache=SIZE in the README file for details. + * Some performance improvements with large keyrings. See the + build time option --enable-key-cache=SIZE in the README file for + details. * Some portability fixes for the OpenBSD/i386, HPPA, and AIX platforms. |