summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2001-03-20 06:08:45 +0000
committerbmah <bmah@FreeBSD.org>2001-03-20 06:08:45 +0000
commit04b6035e52719cca521aa3a0ee84147bbe7f6769 (patch)
tree2a5779302286d12d572371bec9fa0bd644e50ef4 /release
parentc9aa16df5e203e70417f6d48b370238218deb9a2 (diff)
downloadFreeBSD-src-04b6035e52719cca521aa3a0ee84147bbe7f6769.zip
FreeBSD-src-04b6035e52719cca521aa3a0ee84147bbe7f6769.tar.gz
New release notes: Kerberos compatability with OpenSSH, dump(8)
and nodump flag, ISC DHCP client update to 2.0pl5, split(1) support for large files, units(1) update, netstat(1) per-address packet counting, manpage updates. Fix up notes on Adaptec SCSI RAID and DPT SmartRAID V/VI SCSI RAID controllers (reviewed by scottl).
Diffstat (limited to 'release')
-rw-r--r--release/texts/HARDWARE.TXT7
-rw-r--r--release/texts/alpha/RELNOTES.TXT19
-rw-r--r--release/texts/i386/RELNOTES.TXT21
3 files changed, 40 insertions, 7 deletions
diff --git a/release/texts/HARDWARE.TXT b/release/texts/HARDWARE.TXT
index 294bf9f..565fb9a 100644
--- a/release/texts/HARDWARE.TXT
+++ b/release/texts/HARDWARE.TXT
@@ -388,7 +388,7 @@ Adaptec 152x series ISA SCSI controllers
Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
and SoundBlaster SCSI cards.
-Adaptec 1400, 2100S, 3200S, and 3400S SCSI RAID controllers.
+Adaptec 2100S, 2400A, 3200S, and 3400S SCSI RAID controllers.
Adaptec FSA family RAID controllers:
Adaptec AAC-2622
@@ -424,9 +424,8 @@ supported.
DPT SmartCACHE Plus, SmartCACHE III, SmartRAID III, SmartCACHE IV and
SmartRAID IV SCSI/RAID controllers.
-DPT SmartRAID V and VI SCSI RAID, and Adaptec SCSI RAID controllers:
- PM1554, PM2554, PM2654, PM2865, PM2754, PM3755, PM3757,
- 2100S, 3200S, 3400S
+DPT SmartRAID V and VI SCSI RAID controllers:
+ PM1554, PM2554, PM2654, PM2865, PM2754, PM3755, PM3757
AMI MegaRAID Express and Enterprise family RAID controllers:
MegaRAID Series 418
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT
index 48edc3e..6d909dd 100644
--- a/release/texts/alpha/RELNOTES.TXT
+++ b/release/texts/alpha/RELNOTES.TXT
@@ -459,6 +459,8 @@ PAM support for OpenSSH has been added.
A long-standing bug in SSH, which sometimes resulted in a dropped
session when an X11-forwarded client was closed, was fixed.
+Kerberos compatability has been added to OpenSSH. [MERGED]
+
Support for USB devices was added to the GENERIC kernel and to the
installation programs to support USB devices out of the box. Note that
SRM does not support USB devices at the moment, so you must still use
@@ -653,7 +655,7 @@ to their underlying physical paths. [MERGED]
file(1) has been contribify-ed, and imported as version 3.33. [MERGED]
stty(1) now has support for an "erase2" control character, so that
-both "delete" and "backspace" can be used to erase characters.
+both "delete" and "backspace" can be used to erase characters. [MERGED]
The ibcs2(8), linux(8), osf1(8), and svr4(8) scripts, whose sole
purpose was to load emulation kernel modules, have been removed. The
@@ -865,6 +867,21 @@ verify the signatures on binary package files. [MERGED]
/usr/src/share/examples/BSD_daemon/ now contains a scalable Beastie
graphic. [MERGED]
+dump(8) now supports inheritance of the "nodump" flag down a
+hierarchy. [MERGED]
+
+The ISC DHCP client has been updated to 2.0pl5. [MERGED]
+
+split(1) now has the ability to split a file longer than 2GB. [MERGED]
+
+units(1) has received some updates and bugfixes. [MERGED]
+
+netstat(1) now keeps track of input and output packets on a
+per-address basis for each interface. [MERGED]
+
+As part of an ongoing process, many manual pages were improved, both
+in terms of their formatting markup and in their content. [MERGED]
+
2. Supported Configurations
---------------------------
diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT
index 0d97cd9..eb64921 100644
--- a/release/texts/i386/RELNOTES.TXT
+++ b/release/texts/i386/RELNOTES.TXT
@@ -534,6 +534,8 @@ PAM support for OpenSSH has been added.
A long-standing bug in SSH, which sometimes resulted in a dropped
session when an X11-forwarded client was closed, was fixed.
+Kerberos compatability has been added to OpenSSH. [MERGED]
+
Support for USB devices was added to the GENERIC kernel and to the
installation programs to support USB devices out of the box. Note that
an AT keyboard must still be used during the initial install, but it
@@ -747,7 +749,7 @@ to their underlying physical paths. [MERGED]
file(1) has been contribify-ed, and imported as version 3.33. [MERGED]
stty(1) now has support for an "erase2" control character, so that
-both "delete" and "backspace" can be used to erase characters.
+both "delete" and "backspace" can be used to erase characters. [MERGED]
The ibcs2(8), linux(8), osf1(8), and svr4(8) scripts, whose sole
purpose was to load emulation kernel modules, have been removed. The
@@ -954,6 +956,21 @@ verify the signatures on binary package files. [MERGED]
/usr/src/share/examples/BSD_daemon/ now contains a scalable Beastie
graphic. [MERGED]
+dump(8) now supports inheritance of the "nodump" flag down a
+hierarchy. [MERGED]
+
+The ISC DHCP client has been updated to 2.0pl5. [MERGED]
+
+split(1) now has the ability to split a file longer than 2GB. [MERGED]
+
+units(1) has received some updates and bugfixes. [MERGED]
+
+netstat(1) now keeps track of input and output packets on a
+per-address basis for each interface. [MERGED]
+
+As part of an ongoing process, many manual pages were improved, both
+in terms of their formatting markup and in their content. [MERGED]
+
2. Supported Configurations
---------------------------
@@ -985,7 +1002,7 @@ Adaptec 152x series ISA SCSI controllers
Adaptec AIC-6260 and AIC-6360 based boards, which includes the AHA-152x
and SoundBlaster SCSI cards.
-Adaptec 1400, 2100S, 3200S, and 3400S SCSI RAID controllers.
+Adaptec 2100S, 2400A, 3200S, and 3400S SCSI RAID controllers.
Adaptec FSA family RAID controllers:
Adaptec AAC-2622
OpenPOWER on IntegriCloud