marc 97/02/07 16:44:04
Modified: src CHANGES
Log:
Sync with reality.
Revision Changes Path
1.148 +5 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.147
retrieving revision 1.148
diff -C3 -r1.147 -r1.148
*** CHANGES 1997/02/07 06:36:06 1.147
--- CHANGES 1997/02/08 00:44:03 1.148
***************
*** 1,8 ****
Changes with Apache 1.2b7
*) Fix handling of lang_index in is_variant_better(). This was
causing problems which resulted in the server sending the
! wrong language document in some cases.
*) Remove free() from clean_env() in suexec wrapper. This was nuking
the clean environment on some systems.
--- 1,12 ----
Changes with Apache 1.2b7
+ *) Return a 302 response code to the client when sending a redirect
+ due to a missing trailing '/' on a directory instead of a 301; now
+ it is cacheable. [Markus Gyger]
+
*) Fix handling of lang_index in is_variant_better(). This was
causing problems which resulted in the server sending the
! wrong language document in some cases. [Petr Lampa]
*) Remove free() from clean_env() in suexec wrapper. This was nuking
the clean environment on some systems.