[interchange-cvs] interchange - kwalsh modified WHATSNEW

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Mar 26 17:43:13 EST 2004


User:      kwalsh
Date:      2004-03-26 22:43:12 GMT
Modified:  .        WHATSNEW
Log:
	* Changes made to mod_interchange between versions 1.29 and 1.30.

Revision  Changes    Path
2.199     +25 -0     interchange/WHATSNEW


rev 2.199, prev_rev 2.198
Index: WHATSNEW
===================================================================
RCS file: /var/cvs/interchange/WHATSNEW,v
retrieving revision 2.198
retrieving revision 2.199
diff -u -r2.198 -r2.199
--- WHATSNEW	3 Mar 2004 00:59:29 -0000	2.198
+++ WHATSNEW	26 Mar 2004 22:43:12 -0000	2.199
@@ -302,6 +302,31 @@
 
 * Check for existence of expireall binary in cron script.
 
+Mod_interchange
+---------------
+
+* Fixed a weird bug where null HTTP variables were being passed
+  under certain circumstances.
+
+* Added a SUN_LEN() macro for those operating systems that don't
+  have one already.  I think this was done for Solaris.  I can't
+  remember now. :-)
+
+* Fixed a bunch of potential buffer overflows.  Each of them would
+  have a very remote possibility of being tripped, unless intentionally.
+
+* Added a "OrdinaryFileList" directive to DECLINE requests where the
+  path starts with one of the values in the list.  If this module
+  DECLINEs a request then Apache will attempt to serve the request
+  instead.  This is useful for creating excptions to <Location />,
+  for image files etc.
+
+* Added a "InterchangeScript" directive.  The new directive can be used
+  to specify a SCRIPT_NAME to pass to Interchange.  The value will override
+  the SCRIPT_NAME=/foo that would default from <Location /foo>.
+
+* Lots of minor cleanups.
+
 ------------------------------------------------------------------------------
 
 (end)








More information about the interchange-cvs mailing list