dgaudet 98/02/14 05:42:46
Modified: src CHANGES
Log:
PR: 1639
Revision Changes Path
1.295 +2 -0 apache-1.2/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /export/home/cvs/apache-1.2/src/CHANGES,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- CHANGES 1998/02/14 03:39:18 1.294
+++ CHANGES 1998/02/14 13:42:44 1.295
@@ -1,5 +1,7 @@
Changes with Apache 1.2.6
+ *) PORT: Add -lm to LIBS for HPUX. [Dean Gaudet] PR#1639
+
*) SECURITY: "UserDir /abspath" without a * in the path would allow
remote users to access "/~.." and bypass access restrictions
(but note /~../.. was handled properly).