brian 97/09/11 13:49:59
Modified: src CHANGES
Log:
Note addition of mod_speling.
Revision Changes Path
1.433 +3 -0 apachen/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apachen/src/CHANGES,v
retrieving revision 1.432
retrieving revision 1.433
diff -u -r1.432 -r1.433
--- CHANGES 1997/09/10 17:43:17 1.432
+++ CHANGES 1997/09/11 20:49:54 1.433
@@ -1,5 +1,8 @@
Changes with Apache 1.3b1
+ *) New module, "mod_speling", which can help find files even when
+ the URL is slightly misspelled. [Martin Kraemer, Alexei Kosut]
+
*) API: New function child_terminate() triggers the child process to
exit, while allowing the child finish what it needs to for the
current request first.