summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-28 16:32:10 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-28 16:32:10 +0000
commita4c02d8004d55af3eb48f4e55889401faab355ea (patch)
treef3e800cb19f336fd7327496151c90bc531109083
parenta8c7a62ad4a2401e1200cef2c180d34f95aaf7cc (diff)
- (bal) Updated INSTALL. PCRE moved to a new place.
-rw-r--r--ChangeLog5
-rw-r--r--INSTALL4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 61f98436..6e110f46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20010429
+ - (bal) Updated INSTALL. PCRE moved to a new place.
+
20010427
- (bal) Fixed uidswap.c so it should work on non-posix complient systems.
patch based on 2.5.2 version by djm.
@@ -5267,4 +5270,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1178 2001/04/27 05:50:48 tim Exp $
+$Id: ChangeLog,v 1.1179 2001/04/28 16:32:10 mouring Exp $
diff --git a/INSTALL b/INSTALL
index 256743fb..3fa9378b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,7 +52,7 @@ OpenSSH has only been tested with GNU make. It may work with other
'make' programs, but you are on your own.
PCRE (PERL-compatible Regular Expression library):
-ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
+ftp://ftp.cus.cam.ac.uk/pub/software/programing/pcre/
Most platforms do not require this. However older Unices may not have a
posix regex library. PCRE provides a POSIX interface.
@@ -227,4 +227,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.43 2001/04/20 20:56:21 stevesk Exp $
+$Id: INSTALL,v 1.44 2001/04/28 16:32:11 mouring Exp $