chuck 97/01/05 01:32:34
Modified: src CHANGES
Log:
Add stuff. Fix typo.
Revision Changes Path
1.112 +8 -1 apache/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache/src/CHANGES,v
retrieving revision 1.111
retrieving revision 1.112
diff -C3 -r1.111 -r1.112
*** CHANGES 1996/12/31 23:29:12 1.111
--- CHANGES 1997/01/05 09:32:33 1.112
***************
*** 1,11 ****
Changes with Apache 1.2b5
*) suEXEC wrapper was freeing memory that had not been malloc'ed.
*) Correctly allow access and auth directives in <Files> sections in
server config files. [Alexei Kosut]
! *) Fix bug with ServerPath that could cause certaub files to be not
found by the server. [Alexei Kosut]
Changes with Apache 1.2b4:
--- 1,18 ----
Changes with Apache 1.2b5
+ *) 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.
+ Still more code cleanup. [Chuck Murcko]
+
+ *) Fix byte ordering problems for REMOTE_PORT [Chuck Murcko]
+
*) suEXEC wrapper was freeing memory that had not been malloc'ed.
*) Correctly allow access and auth directives in <Files> sections in
server config files. [Alexei Kosut]
! *) Fix bug with ServerPath that could cause certain files to be not
found by the server. [Alexei Kosut]
Changes with Apache 1.2b4: