dgaudet 98/03/17 00:31:03
Modified: src CHANGES
Log:
time for bed
Revision Changes Path
1.718 +5 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -r1.717 -r1.718
--- CHANGES 1998/03/16 19:34:56 1.717
+++ CHANGES 1998/03/17 08:31:00 1.718
@@ -1,5 +1,10 @@
Changes with Apache 1.3b6
+ *) API: Various core functions that are definately not part of the API
+ have been made static, and a few have been marked API_EXPORT. Still
+ more have been marked CORE_EXPORT and are not intended for general
+ use by modules. [Doug MacEachern, Dean Gaudet]
+
*) mod_proxy was not clearing the Proxy-Connection header from
requests; now it does. This did not violate any spec, however
causes poor interactions when you are talking to remote proxies.