summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL8
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e9c4f5d4..844a71ffe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 --define "skip_gnome_askpass 1", --define "rh7 1" and make the 3 --define "skip_gnome_askpass 1", --define "rh7 1" and make the
4 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from 4 implicit rpm-3.0.5 dependancy explicit. Patch and suggestions from
5 Pekka Savola <pekkas@netcore.fi> 5 Pekka Savola <pekkas@netcore.fi>
6 - (djm) Clean up PCRE text in INSTALL
6 7
720010211 820010211
8 - (bal) OpenBSD Sync 9 - (bal) OpenBSD Sync
@@ -3899,4 +3900,4 @@
3899 - Wrote replacements for strlcpy and mkdtemp 3900 - Wrote replacements for strlcpy and mkdtemp
3900 - Released 1.0pre1 3901 - Released 1.0pre1
3901 3902
3902$Id: ChangeLog,v 1.745 2001/02/11 22:34:17 djm Exp $ 3903$Id: ChangeLog,v 1.746 2001/02/12 00:15:41 djm Exp $
diff --git a/INSTALL b/INSTALL
index a2eef6565..9b4672713 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,11 +49,11 @@ ftp://ftp.gnu.org/gnu/make/
49OpenSSH has only been tested with GNU make. It may work with other 49OpenSSH has only been tested with GNU make. It may work with other
50'make' programs, but you are on your own. 50'make' programs, but you are on your own.
51 51
52pcre (POSIX Regular Expression library): 52PCRE (PERL-compatible Regular Expression library):
53ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ 53ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/
54 54
55Most platforms do not required this. However older 4.3 BSD do not 55Most platforms do not require this. However older Unices may not have a
56have a posix regex library. 56posix regex library. PCRE provides a POSIX interface.
57 57
58S/Key Libraries: 58S/Key Libraries:
59http://www.sparc.spb.su/solaris/skey/ 59http://www.sparc.spb.su/solaris/skey/
@@ -215,4 +215,4 @@ Please refer to the "reporting bugs" section of the webpage at
215http://www.openssh.com/ 215http://www.openssh.com/
216 216
217 217
218$Id: INSTALL,v 1.39 2001/02/09 01:55:36 djm Exp $ 218$Id: INSTALL,v 1.40 2001/02/12 00:15:41 djm Exp $