- fix unixd.h include
[m6w6/mod-domaintree] / ChangeLog
index ba7b6a3ee85f8b4599e76866493e451835f79fbf..4da7c4ca5f5cbefc8a39e76cab0cc81580f7fb32 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,37 @@ mod_domaintree ChangeLog
 ========================
 $Id$
 
+v1.6  -- 2006/05/??
+-------------------
+       * Added suexec hook and DomainTreeSuexec directory configuration directive
+
+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