aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ChangeLog')
-rw-r--r--tools/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index 688a22ef1..1c4b3bdd2 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,12 +1,14 @@
2004-03-23 Marcus Brinkmann <[email protected]>
+ * gpgconf-comp.c (gc_flag): Add missing flags.
+
* gpgconf-comp.c: Include <signal.h>.
(gc_backend): Add new member runtime_change.
(gpg_agent_runtime_change): New function.
(gc_component_change_options): New variable runtime. Initialize
it. If an option is changed that has the GC_OPT_FLAG_RUNTIME bit
set, also set the corresponding runtime variable. Finally, call
- the runtime_change callback of the backend if needed.
+ the runtime_change callback of the backend if needed.
2004-03-16 Werner Koch <[email protected]>