aboutsummaryrefslogtreecommitdiffstats
path: root/g10
diff options
context:
space:
mode:
Diffstat (limited to 'g10')
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/gpg.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index bc2475feb..c4e6b38d9 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-19 Werner Koch <[email protected]>
+
+ * gpg.c (gpgconf_list): Add "group".
+
2008-06-18 Marcus Brinkmann <[email protected]>
* gpg.c (enum cmd_and_opt_values): New option
diff --git a/g10/gpg.c b/g10/gpg.c
index a568bb97e..9019cf22d 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -1562,7 +1562,7 @@ gpgconf_list (const char *configfile)
printf ("allow-pka-lookup:%lu:\n", GC_OPT_FLAG_NONE);
printf ("log-file:%lu:\n", GC_OPT_FLAG_NONE);
printf ("debug-level:%lu:\"none:\n", GC_OPT_FLAG_DEFAULT);
-
+ printf ("group:%lu:\n", GC_OPT_FLAG_NONE);
xfree (configfile_esc);
}