X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fmod-domaintree;a=blobdiff_plain;f=ChangeLog;h=a5df59d6ac959c7786c68e3dace0158e9a38aaf4;hp=ba7b6a3ee85f8b4599e76866493e451835f79fbf;hb=HEAD;hpb=fefcf1bb6a8456bf6fcd66c55b42562c7184616a diff --git a/ChangeLog b/ChangeLog index ba7b6a3..a5df59d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,8 +2,38 @@ mod_domaintree ChangeLog ======================== $Id$ +v1.6 -- 2007/05/07 +------------------- + * Added suexec hook and DomainTreeSuexec directory configuration directive + * Fixed `make clean` + +v1.5 -- 2006/12/08 +------------------- + * Fixed possible crash in strmatch() + * Added DomainTreeIgnore directive + * Added DomainTreeForbid directive + +v1.4 -- 2006/05/29 +------------------- + * Added per-server configuration merge hook + * #ifdef'd out pid logging + * Replaced links with actual files in tarball + * Add debug symbols by default + +v1.3 -- 2006/01/28 +-------------------- + * Code clean up + * Added configure etc. + * Added DomainTreeCache directive + * Added DomainTreeStatRoot directive + +v1.2 -- 2005/06/19 +~~~~~~~~~~~~~~~~~~~~ + * DomainTreeAlias now understands 2 simple placeholders, + ? for any char and * for any string until next matching char + v1.1 -- 2005/06/13 ~~~~~~~~~~~~~~~~~~~~ - * Added DomainTreeScriptAlias directive - * Added DomainTreeScriptRecursion directive + * Added DomainTreeAlias directive + * Added DomainTreeAliasRecursion directive