jim 98/04/21 05:10:28
Modified: . STATUS
src CHANGES
Log:
report closed PRs
Revision Changes Path
1.315 +1 -0 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -r1.314 -r1.315
--- STATUS 1998/04/21 08:04:58 1.314
+++ STATUS 1998/04/21 12:10:09 1.315
@@ -55,6 +55,7 @@
* Dean's httpd -S command line option to dump parsed vhost setup
* HP-UX 11 port by Jeff Earickson
* Ralf's fix for the install-config target to get correct MimeMagicFile
+ * PRs 2081 and 2082 closed
Available Patches:
1.780 +4 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.779
retrieving revision 1.780
diff -u -r1.779 -r1.780
--- CHANGES 1998/04/21 08:04:59 1.779
+++ CHANGES 1998/04/21 12:10:20 1.780
@@ -1,5 +1,9 @@
Changes with Apache 1.3b7
+ *) PR2082: Closed... NeXT required strdup() in support/logresolve.c
+
+ *) PR2081: Closed... AIX required sys/select.h in support/ab.c
+
*) Fix the path to the MimeMagicFile in the install-config target, too.
[Ralf S. Engelschall, PR#2089]