ben 97/01/12 08:58:01
Modified: src CHANGES
Log:
Document HTTP/1.0 response and env var access control.
Revision Changes Path
1.117 +4 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.116
retrieving revision 1.117
diff -C3 -r1.116 -r1.117
*** CHANGES 1997/01/12 07:13:12 1.116
--- CHANGES 1997/01/12 16:58:00 1.117
***************
*** 1,5 ****
--- 1,9 ----
Changes with Apache 1.2b5
+ *) Add HTTP/1.0 response forcing. [Ben Laurie]
+
+ *) Add access control via environment variables. [Ben Laurie]
+
*) Add rflush() function. [Alexei Kosut]
*) remove duplicate pcalloc() call in new_connection().