aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r--sm/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog
index 237365847..36bbbb335 100644
--- a/sm/ChangeLog
+++ b/sm/ChangeLog
@@ -1,6 +1,20 @@
+2002-06-25 Werner Koch <[email protected]>
+
+ * certdump.c (print_dn_part): Always print a leading slash,
+ removed NEED_DELIM arg and changed caller.
+
+ * export.c (gpgsm_export): Print LFs to FP and not stdout.
+ (print_short_info): Ditto. Make use of gpgsm_print_name.
+
+ * server.c (cmd_export): Use output-fd instead of data lines; this
+ was actually the specified way.
+
2002-06-24 Werner Koch <[email protected]>
+ * gpgsm.c: Removed duped help entry for --list-keys.
+
* gpgsm.c, gpgsm.h: New option --debug-no-path-validation.
+
* certpath.c (gpgsm_validate_path): Use it here instead of the
debug flag hack.