summaryrefslogtreecommitdiffstats
path: root/common/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-05-11 11:54:52 +0200
committerWerner Koch <wk@gnupg.org>2004-05-11 11:54:52 +0200
commitac791c0a9a4bcd6ec1785d1689994b578a9edf82 (patch)
treebcb849c3c523ddb29e996cafc055c75491fd9ce8 /common/ChangeLog
parentAlso print agent and dirmngr info. (diff)
downloadgnupg2-ac791c0a9a4bcd6ec1785d1689994b578a9edf82.tar.xz
gnupg2-ac791c0a9a4bcd6ec1785d1689994b578a9edf82.zip
* sysutils.c (disable_core_dumps): Only set the current limit.
(enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
Diffstat (limited to 'common/ChangeLog')
-rw-r--r--common/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 8e81baa0c..a39f17aaa 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-11 Werner Koch <wk@gnupg.org>
+
+ * sysutils.c (disable_core_dumps): Only set the current limit.
+ (enable_core_dumps): New.
+
2004-04-13 Werner Koch <wk@gnupg.org>
* simple-pwquery.c (copy_and_escape): Relaxed quoting.