fielding 98/09/25 16:24:19
Modified: src CHANGES
Log:
Add log entry for the save errno fix that we both committed at the
same time.
Revision Changes Path
1.1080 +4 -2 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1079
retrieving revision 1.1080
diff -u -r1.1079 -r1.1080
--- CHANGES 1998/09/25 17:17:52 1.1079
+++ CHANGES 1998/09/25 23:24:18 1.1080
@@ -1,7 +1,9 @@
Changes with Apache 1.3.3
- *) Non-existant .htaccess files being returned as FORBIDDEN instead
- of not-existing. [Roy Fielding]
+ *) The ap_pfopen and ap_pfdopen routines were failing to protect the
+ errno on an error, which leads to one error being mistaken for
+ another when reading non-existant .htaccess files.
+ [Jim Jagielski, Roy Fielding]
*) OS/2: The new header tests get things right, need to update
ap_config.h. [Brian Havard]