aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog21
1 files changed, 20 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 84dd695eb..e1c3c4a24 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,7 +1,26 @@
+2001-01-11 Werner Koch <[email protected]>
+
+ * sig-check.c (do_check): Print the signature key expire message
+ only in verbose mode and added the keyID.
+
+2001-01-09 Werner Koch <[email protected]>
+
+ * status.c, status.h: New status USERID_HINT.
+ (write_status_text): Replace LF and CR int text by C-escape sequence.
+
+ * passphrase.c (passphrase_to_dek): Fixed the NEED_PASSPHRASE
+ output. It does now always print 2 keyIDs. Emit the new
+ USERID_HINT.
+
+2001-01-08 Werner Koch <[email protected]>
+
+ * g10.c, options.h: New option --no-expensive-trust-checks.
+ * keylist.c (list_keyblock): Act on this option.
+
2001-01-04 Werner Koch <[email protected]>
* g10.c (main): Set homedir only in the pre-parsing phase and
- replaces backslashes in the W32 version.
+ replace backslashes in the W32 version.
2001-01-03 Werner Koch <[email protected]>