X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/39aee13c8c9154595b675e5b0495f22c393ae694..bef6afa6ff023680b473075d4506b56087193beb:/ChangeLog diff --git a/ChangeLog b/ChangeLog index fcf02cf..c453a5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +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. + +2010-06-08 Ondřej Surý + * VERSION: 2.0.0 release + * mod_vhost_ldap.c: Sleep for (fibonacci numbers) seconds after LDAP failure + * mod_vhost_ldap.c: Add a log WARNING when LDAP is unreachable + * mod_vhost_ldap.c: Don't set r->filename, return DECLINE on success, only + mangle documentroot and others, and let other apache + modules handle real filenames + * mod_vhost_ldap.c: Create and use function set_document_root inspired by apache2.2 + * mod_vhost_ldap.c: Return correct error codes on failures and not DECLINED + * mod_vhost_ldap.c: Put translate_name hook at FIRST place + 2006-11-01 Ondřej Surý * VERSION: 1.2.0 release * mod_vhost_ldap.c: release apache-2.2 version as 1.2.0