summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-10-28 13:02:15 +0100
committerWerner Koch <wk@gnupg.org>2009-10-28 13:02:15 +0100
commita1b614285518c1e4928919b905e992f35f4a3224 (patch)
treeb8b0fdbc2459188fcdef689b32b17cf40871f644 /common
parent2009-10-20 Marcus Brinkmann <marcus@g10code.com> (diff)
downloadgnupg2-a1b614285518c1e4928919b905e992f35f4a3224.tar.xz
gnupg2-a1b614285518c1e4928919b905e992f35f4a3224.zip
[scd] Memory leak fix.
[g13] Send MOUNTPOINT status line
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog6
-rw-r--r--common/status.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index c6c43ec3f..1b09fd916 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,8 +1,12 @@
+2009-10-28 Werner Koch <wk@g10code.com>
+
+ * status.h (STATUS_MOUNTPOINT): New.
+
2009-10-16 Marcus Brinkmann <marcus@g10code.com>
* Makefile.am (libcommon_a_CFLAGS): Use LIBASSUAN_CFLAGS instead
of LIBASSUAN_PTH_CFLAGS.
-
+
2009-10-13 Werner Koch <wk@g10code.com>
* exechelp.c (gnupg_kill_process): New.
diff --git a/common/status.h b/common/status.h
index a11f2a38c..bb5429dc0 100644
--- a/common/status.h
+++ b/common/status.h
@@ -124,6 +124,8 @@ enum
STATUS_PKA_TRUST_GOOD,
STATUS_TRUNCATED,
+ STATUS_MOUNTPOINT,
+
STATUS_ERROR
};