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).
This commit is contained in:
Bruce A. Mah 2001-03-20 23:41:44 +00:00
parent 868a048106
commit fa21c6b472
3 changed files with 36 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@ Crystal Semiconductor CS461x/462x/428x
ENSONIQ AudioPCI ES1370/1371 ENSONIQ AudioPCI ES1370/1371
ESS ES1868, ES1869, ES1879 and ES1888 ESS ES1868, ES1869, ES1879 and ES1888
ESS Maestro-1, Maestro-2, and Maestro-2E ESS Maestro-1, Maestro-2, and Maestro-2E
ESS Maestro-3/Allegro
ForteMedia fm801 ForteMedia fm801
Gravis UltraSound MAX/PnP Gravis UltraSound MAX/PnP
MSS/WSS Compatible DSPs MSS/WSS Compatible DSPs

View File

@ -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 generations. This enables the use of binary-only programs like Adobe
Acrobat 4 on EV4 and EV5. 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 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 As part of an ongoing process, many manual pages were improved, both
in terms of their formatting markup and in their content. [MERGED] 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 2. Supported Configurations
--------------------------- ---------------------------

View File

@ -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 mass-storage devices. Entropy from the random(4) device is now
periodically saved to files in /var/db/entropy. 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 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 As part of an ongoing process, many manual pages were improved, both
in terms of their formatting markup and in their content. [MERGED] 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 2. Supported Configurations
--------------------------- ---------------------------