X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/28597d7353ffe8ce17bf21aad50e356fb4b58f20..2a659edb6a671334c442af2d4feb181a3523ce33:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 97ff009..c453a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-07-07 Ondřej Surý + * VERSION: 2.0.5 + * mod_vhost_ldap.c: Make a private copy of server config to each + request to be thread safe. (Courtesy Anders Kaseorg) + +2010-06-16 Ondřej Surý + * VERSION: 2.0.3 + * mod_vhost_ldap.c: Workaround concurrency issues with ap_document_root + by adding mutex before it is set and release before + handler is run. + 2010-06-09 Ondřej Surý * VERSION: 2.0.1 * mod_vhost_ldap.c: Remove cleanup routine, it was causing segfaults.