aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-07 10:58:51 +0000
committerWerner Koch <[email protected]>2010-10-07 10:58:51 +0000
commitc2ef39811db27cb28d9ce0eafc64c82d0f66df82 (patch)
tree8396b4b9fa5817b67bb5a89c402c897d65e24deb /src/ChangeLog
parentReturn GPG_ERR_MISSING_ISSUER_CERT. (diff)
downloadgpgme-c2ef39811db27cb28d9ce0eafc64c82d0f66df82.tar.gz
gpgme-c2ef39811db27cb28d9ce0eafc64c82d0f66df82.zip
Enable debugging feature for W32CE.
kFreeBSD portability fix.
Diffstat (limited to '')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 311764fc..50b0b689 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2010-10-07 Werner Koch <[email protected]>
+
+ * gpgme-tool.c (ARGP_ERR_UNKNOWN): Use EDEADLK if available.
+
+ * w32-util.c (_gpgme_w32ce_get_debug_envvar) [W32CE]: New.
+ * debug.c (debug_init) [W32CE]: Use new function.
+
2010-09-16 Werner Koch <[email protected]>
* import.c: Include "util.h".