diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-08 17:46:06 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-02-08 17:46:06 +0000 |
| commit | 9e6e907a18d44620e5f5b7991a6043e726459901 (patch) | |
| tree | ed0b162b43a84e03090d291e1606c1b20840d6bd /release | |
| parent | dccedb5e05d3f3bc59a88f4c072fefc656a63899 (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/help/install.hlp | 10 | ||||
| -rw-r--r-- | release/sysinstall/help/readme.hlp | 6 | ||||
| -rw-r--r-- | release/sysinstall/help/relnotes.hlp | 25 |
3 files changed, 23 insertions, 18 deletions
diff --git a/release/sysinstall/help/install.hlp b/release/sysinstall/help/install.hlp index dbe42df524ab..1b20bc502a0f 100644 --- a/release/sysinstall/help/install.hlp +++ b/release/sysinstall/help/install.hlp @@ -1,4 +1,4 @@ - QUICK INSTALLATION GUIDE FOR FREEBSD 2.1.6 + QUICK INSTALLATION GUIDE FOR FREEBSD 2.1.7 This manual documents the process of installing FreeBSD on your machine. Please also see the Hardware Guide (HARDWARE.TXT, or @@ -204,14 +204,14 @@ DOS using files copied from the CDROM, you might do something like this: C> MD C:\FREEBSD - C> XCOPY /S E:\DISTS\BIN C:\FREEBSD\BIN + C> XCOPY /S E:\BIN C:\FREEBSD\BIN Asssuming that `C:' was where you had free space and `E:' was where your CD was mounted. -For as many `DISTS' as you wish to install from DOS (and you have free -space for), install each one in a directory under `C:\FREEBSD' - the -BIN dist is only the minimal requirement. +For as many distributions as you wish to install from DOS (and you +have free space for), install each one in a directory under +`C:\FREEBSD' - the BIN dist is only the minimal requirement. 2.4 Before installing from QIC/SCSI Tape: diff --git a/release/sysinstall/help/readme.hlp b/release/sysinstall/help/readme.hlp index 92d62ab7ef31..7155a26f6b02 100644 --- a/release/sysinstall/help/readme.hlp +++ b/release/sysinstall/help/readme.hlp @@ -1,11 +1,11 @@ ----------------------------------------- - FreeBSD 2.1.6 --- RELEASE Version +1 , , + FreeBSD 2.1.7 --- RELEASE Version , , ----------------------------------------- /( )` \ \___ / | -Welcome to the 2.1.6 RELEASE version of FreeBSD! /- _ `-/ ' +Welcome to the 2.1.7 RELEASE version of FreeBSD! /- _ `-/ ' This is the follow-on release to 2.1R, and focuses (/\/ \ \ /\ primarily on fixing bugs, closing security holes / / | ` \ -and conservative enhancements. This is also the O O ) / | +and conservative enhancements. This remains the O O ) / | last planned release along the 2.1-STABLE branch, `-^--'`< ' though it's possible that less significant point (_.) _ ) / releases may appear at some point in the future. `.___/` / diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index c80b8cef4c18..268b29ccd12f 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -1,20 +1,25 @@ RELEASE NOTES - FreeBSD Release 2.1.6 RELEASE + FreeBSD Release 2.1.7 RELEASE 0. What is this release? ------------------------ -FreeBSD 2.1.6R is the follow-on release to 2.1.5R and focuses primarily -on fixing bugs, closing security holes and making the system easier to -install than 2.1.5. +FreeBSD 2.1.7R is the follow-on release to 2.1.6R and focuses primarily +on fixing bugs and closing security holes, the most notable being the +setlocale() bug (see ftp://freefall.freebsd.org/pub/CERT) in 2.1.6R. For more information on our bleeding-edge development, please see http://www.freebsd.org/handbook/current.html. -[ SPECIAL NOTE: This release is actually 2.1.6.1, a 2.1.6 release which was - modified in the 11th hour to fix the sendmail 8.8.3 security bug and - implement a simpler fix to the SYN attack problem than the approach taken - in 2.2 - other, smaller, cosmetic changes were also made and the bsd.port.mk - file updated to support modern ports ] +0. What's New since 2.1.6-RELEASE? +---------------------------------- +Since the setlocale() security hole forced us to do another release +along the 2.1-STABLE branch, we focused on pulling in a lot of +additional bug fixes and security enhancements as well, taking +also some time to upgrade sysinstall to deal with the MSDOSFS +installation bugs which have hosed so many people & to upgrade +a few selected utilities. Aside from these, there are few functional +changes in 2.1.7R. + 1. What's New since 2.1.0-RELEASE? ---------------------------------- @@ -532,5 +537,5 @@ We sincerely hope you enjoy this release of FreeBSD! The FreeBSD Core Team -$Id: relnotes.hlp,v 1.1.2.29 1996/11/15 18:44:20 jkh Exp $ +$Id: relnotes.hlp,v 1.1.2.30 1996/11/24 09:01:52 jkh Exp $ LocalWords: Adaptec |
