aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 13d670366..8378f49c7 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,17 @@
+2003-06-04 David Shaw <[email protected]>
+
+ * options.skel: Use new hkp://subkeys.pgp.net as sample keyserver
+ since they at least handle subkeys correctly.
+
+ * mainproc.c (print_notation_data), parse-packet.c
+ (dump_sig_subpkt, parse_one_sig_subpkt, can_handle_critical): Add
+ read-only support for preferred keyserver subpackets. They're
+ basically policy URLs with a different name.
+
+ * g10.c (main): Add "--set-notation" as alias to "--notation-data"
+ this is to make things consistent with --set-policy-url meaning
+ both sigs and certs.
+
2003-05-31 David Shaw <[email protected]>
* main.h, misc.c (parse_options): New general option line parser.