coar 97/09/19 10:32:05
Modified: src CHANGES
Log:
Yark. I keep forgetting to update CHANGES.. *narf*
Revision Changes Path
1.444 +5 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.443
retrieving revision 1.444
diff -u -r1.443 -r1.444
--- CHANGES 1997/09/16 04:13:03 1.443
+++ CHANGES 1997/09/19 17:32:02 1.444
@@ -1,5 +1,10 @@
Changes with Apache 1.3b1
+ *) mod_include now uses symbolic names to check for request success
+ and return HTTP errors, and correctly handles all types of
+ redirections (previously it only did temporary redirect correctly).
+ [Ken Coar, Roy Fielding]
+
*) mod_userdir was modifying r->finfo in cases where it wasn't setting
r->filename. Since those two are meant to be in sync with each other
this is a bug. ["Paul B. Henson" <[EMAIL PROTECTED]>]