diff options
author | bmah <bmah@FreeBSD.org> | 2001-03-20 23:41:44 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-03-20 23:41:44 +0000 |
commit | 528e5cb4118d15115d17542f8c4da0b920dbf4bc (patch) | |
tree | ebe20484a80ecd8992a31d4722b56344cc3d8ac3 /release/texts | |
parent | a62b2252166458c23297f64100c152d5237b41ea (diff) | |
download | FreeBSD-src-528e5cb4118d15115d17542f8c4da0b920dbf4bc.zip FreeBSD-src-528e5cb4118d15115d17542f8c4da0b920dbf4bc.tar.gz |
New release notes: fxp(4) needs "device miibus", pkg_create(1)
dependency order (submitted by sobomax), "lprm -" works for remote
printers, mergemaster(8) updates, ftpd(8) updates.
Also make sure ESS Maestro-3/Allegro is mentioned in appropriate
hardware lists (submitted by scottl).
Diffstat (limited to 'release/texts')
-rw-r--r-- | release/texts/HARDWARE.TXT | 1 | ||||
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 18 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 17 |
3 files changed, 36 insertions, 0 deletions
diff --git a/release/texts/HARDWARE.TXT b/release/texts/HARDWARE.TXT index 565fb9a..8138984 100644 --- a/release/texts/HARDWARE.TXT +++ b/release/texts/HARDWARE.TXT @@ -1005,6 +1005,7 @@ Crystal Semiconductor CS461x/462x/428x ENSONIQ AudioPCI ES1370/1371 ESS ES1868, ES1869, ES1879 and ES1888 ESS Maestro-1, Maestro-2, and Maestro-2E +ESS Maestro-3/Allegro ForteMedia fm801 Gravis UltraSound MAX/PnP MSS/WSS Compatible DSPs diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 6d909dd..02f2eef 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -308,6 +308,10 @@ Kernel code has been added that allows older generation Alpha CPUs generations. This enables the use of binary-only programs like Adobe Acrobat 4 on EV4 and EV5. +The fxp(4) driver now requires a "device miibus" entry in the kernel +configuration file. + + 1.2. SECURITY FIXES ------------------- @@ -882,6 +886,20 @@ 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] +pkg_create(1) now records dependencies in dependency order rather than +in the order specified on the command line. This improves the +functioning of "pkg_add -r". [MERGED] + +"lprm -" now works for remote printer queues. [MERGED] + +mergemaster(8) now sources an /etc/mergemaster.rc file and also +prompts the user to run recommended commands (such as "newaliases") as +needed. [MERGED] + +ftpd(8) now supports a -r flag for read-only mode and a -E flag to +disable EPSV. It also has some fixes to reduce information leakage +and the ability to specify compile-time port ranges. [MERGED] + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index eb64921..07ad814 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -382,6 +382,9 @@ console devices, Ethernet and point-to-point network interfaces, and mass-storage devices. Entropy from the random(4) device is now periodically saved to files in /var/db/entropy. +The fxp(4) driver now requires a "device miibus" entry in the kernel +configuration file. + 1.2. SECURITY FIXES ------------------- @@ -971,6 +974,20 @@ 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] +pkg_create(1) now records dependencies in dependency order rather than +in the order specified on the command line. This improves the +functioning of "pkg_add -r". [MERGED] + +"lprm -" now works for remote printer queues. [MERGED] + +mergemaster(8) now sources an /etc/mergemaster.rc file and also +prompts the user to run recommended commands (such as "newaliases") as +needed. [MERGED] + +ftpd(8) now supports a -r flag for read-only mode and a -E flag to +disable EPSV. It also has some fixes to reduce information leakage +and the ability to specify compile-time port ranges. [MERGED] + 2. Supported Configurations --------------------------- |