diff options
author | Werner Koch <wk@gnupg.org> | 2010-08-02 20:54:53 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-08-02 20:54:53 +0200 |
commit | 819f3be3585e125328025113780e2f326cc7a3e9 (patch) | |
tree | c40e2f8c427aa29b78fbef0c44188986fb668ba6 /dirmngr/ChangeLog | |
parent | Fixed couple of build problems. However the W32 version is currently (diff) | |
download | gnupg2-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 'dirmngr/ChangeLog')
-rw-r--r-- | dirmngr/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dirmngr/ChangeLog b/dirmngr/ChangeLog index 378a74721..9ceafe3f7 100644 --- a/dirmngr/ChangeLog +++ b/dirmngr/ChangeLog @@ -1,3 +1,8 @@ +2010-07-26 Werner Koch <wk@g10code.com> + + * dirmngr_ldap.c (print_ldap_entries): Remove special fwrite case + for W32 because that is now handles by estream. + 2010-07-25 Werner Koch <wk@g10code.com> * Makefile.am (dirmngr_SOURCES) [!USE_LDAPWRAPPER]: Build |