aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1999-09-03 08:15:32 +0000
committerWerner Koch <[email protected]>1999-09-03 08:15:32 +0000
commit39fe1cbfdee9399dfab923d524fda9eae75cc0d2 (patch)
tree6403bc9d283ec7f4a47a06c2d7dd2896d1b6ab3b /g10/ChangeLog
parentoops, found two serious problems after setting version to .11; (diff)
downloadgnupg-0-9-11.tar.gz
gnupg-0-9-11.zip
See ChangeLog: Fri Sep 3 10:06:06 CEST 1999 Werner KochV0-9-11
Diffstat (limited to '')
-rw-r--r--g10/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 10f889312..30d2c6b5e 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,15 @@
+Fri Sep 3 10:04:45 CEST 1999 Werner Koch <[email protected]>
+
+
+ * pkclist.c (build_pk_list): Skip keys set with --encrypt-to also
+ when asking for a key.
+
+ * plaintext.c (handle_plaintext): Make sure that we don't read a
+ second EOF in the read loop for partial length packets.
+
+ * mainproc.c (check_sig_and_print): print user ID as utf-8.
+
+
Thu Sep 2 16:40:55 CEST 1999 Werner Koch <[email protected]>