aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index f6a5c0779..75c0d45b7 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-20 David Shaw <[email protected]>
+
+ * g10.c (main), keydb.h, keydb.c (keydb_rebuild_caches),
+ keyring.h, keyring.c (keyring_rebuild_cache): Add "noisy" flag so
+ cache rebuilds can remain noisy when called for itself, and quiet
+ when called as part of the trustdb rebuild.
+
+ * trustdb.c (validate_keys): Rebuild the sig caches before
+ building the trustdb. Note that this is going to require some
+ architectual re-thinking, as it is agonizingly slow.
+
2004-01-19 David Shaw <[email protected]>
* sig-check.c (check_key_signature2): Comments.