aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r--g10/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 7cd33b5fd..0a382e99a 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,11 @@
+2003-04-28 Werner Koch <[email protected]>
+
+ * filter.h: Remove const from WHAT.
+ * progress.c (handle_progress): Store a copy of NAME.
+ (progress_filter): Release WHAT, make sure not to print a NULL WHAT.
+ * openfile.c (open_sigfile): Adjust free for new progress semantics.
+ * plaintext.c (ask_for_detached_datafile): Don't dealloc pfx->WHAT.
+
2003-04-28 David Shaw <[email protected]>
* build-packet.c (build_sig_subpkt): Comments.