X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/blobdiff_plain/301b7fc483d48398d63ed6bfb5f9d89e88ade7f6..427175b8b57d5f5799fa6f77a6fd899cb99f0770:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 58a2302..23c4839 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2006-04-21 Bart Vanbrabant + * VERSION: 1.0.1 release + * mod_vhost_ldap.c: add support for apache-2.2.x + +2006-01-30 Ondřej Surý + * VERSION: 1.0.0 release + * Fix small memory leak when used in subrequest (e.g. fastcgi) + +2005-10-03 Ondřej Surý + * mod_vhost_ldap.c: add support for running from subrequest (ie. mod_fastcgi) + * VERSION: 0.2.9 release + +2005-09-22 Ondřej Surý + * mod_vhost_ldap.c: add support for Fallback Virtual Host + * VERSION: 0.2.8 release + +2005-09-19 Ondřej Surý + * mod_vhost_ldap.c: add more information to log when vhost is not found + * VERSION: 0.2.7 release + +2005-09-16 Ondřej Surý + * mod_vhost_ldap.c: implement merge_server_config to allow different settings for different vhosts + * VERSION: 0.2.6 release + +2005-09-09 Ondřej Surý + * mod_vhost.ldap.c: implement workaround for fault mod_ldap caching + http://issues.apache.org/bugzilla/show_bug.cgi?id=33901 + * mod_vhost_ldap.c: change r->parsed_uri.path to more simpler r->uri + * vhost_ldap.conf: add note about mod_ldap module requirement + * VERSION: 0.2.5 release + 2005-08-30 Ondřej Surý * mod_vhost_ldap.c: use VERSION file as authoritative source for VERSION number * mod_vhost_ldap.c: MIN_UID/MIN_GID lowered to 100/100