summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-08-02 20:54:53 +0200
committerWerner Koch <wk@gnupg.org>2010-08-02 20:54:53 +0200
commit819f3be3585e125328025113780e2f326cc7a3e9 (patch)
treec40e2f8c427aa29b78fbef0c44188986fb668ba6 /ChangeLog
parentFixed couple of build problems. However the W32 version is currently (diff)
downloadgnupg2-819f3be3585e125328025113780e2f326cc7a3e9.tar.xz
gnupg2-819f3be3585e125328025113780e2f326cc7a3e9.zip
Add code for a threaded LDAP access to replace the wrapper process.
Currently used for W32 and W32CE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9cb57997..4755b9d51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-02 Werner Koch <wk@g10code.com>
+
+ * configure.ac: Require libksba 1.1.0 due to the use of
+ ksba_reader_set_release_notify.
+
+2010-07-30 Werner Koch <wk@g10code.com>
+
+ * configure.ac (GNUPG_PTH_PATH) [W32]: Require version 2.0.3.
+
2010-07-25 Werner Koch <wk@g10code.com>
* configure.ac (USE_LDAPWRAPPER): AC_DEFINE and AM_CONDITIONAL it.