chuck 97/01/07 13:55:40
Modified: src CHANGES
Log:
updated for the latest changes...
Revision Changes Path
1.113 +6 -0 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.112
retrieving revision 1.113
diff -C3 -r1.112 -r1.113
*** CHANGES 1997/01/05 09:32:33 1.112
--- CHANGES 1997/01/07 21:55:38 1.113
***************
*** 1,5 ****
--- 1,11 ----
Changes with Apache 1.2b5
+ *) Replace instances of inet_ntoa() with inet_addr() for ProxyBlock.
+ It's more portable. [Martin Kraemer]
+
+ *) Replace references to make in Makefile.tmpl with $(MAKE).
+ [Chuck Murcko]
+
*) Add ProxyBlock directive w/IP address caching. Add IP address
caching to NoCache directive as well. ProxyBlock works with all
handlers; NoCache now also works with FTP for anonymous logins.