chuck 96/12/09 14:47:32
Modified: src CHANGES
Log:
Note proxy and DEC OSF/1 changes.
Revision Changes Path
1.79 +10 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.78
retrieving revision 1.79
diff -C3 -r1.78 -r1.79
*** CHANGES 1996/12/09 05:57:36 1.78
--- CHANGES 1996/12/09 22:47:31 1.79
***************
*** 1,5 ****
--- 1,15 ----
Changes with Apache 1.2b2:
+ *) changes for DEC AXP running OSF/1 v3.0. [Marc Evans]
+
+ *) proxy_http.c bugfixes: [Chuck Murcko]
+ 1) fixes possible NULL pointer reference w/NoCache
+ 2) fixes NoCache behavior when using ProxyRemote (ProxyRemote
+ host would cache nothing if it was in the local domain,
+ and the local domain was in the NoCache list)
+ 3) Adds Host: header when not available
+ 4) Some code cleanup and clarification
+
*) mod_include.c bugfixes:
1) Fixed an ommission that caused include variables to not
be parsed in config errmsg directives [Howard Fear]