aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-08-10 14:30:37 +0000
committerDavid Shaw <[email protected]>2004-08-10 14:30:37 +0000
commit3cbdcc3ab18f7357ff8cd8d9610410cc55381b18 (patch)
tree97ebee1584df610858163b7627ba95ccc06fe8d3
parent* configure.ac (ALL_LINGUAS): Removed. (diff)
downloadgnupg-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--ChangeLog5
-rw-r--r--NEWS5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index db15c67a7..0c195aae9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 999a43b10..2b1332804 100644
--- a/NEWS
+++ b/NEWS
@@ -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.