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:
parent
868a048106
commit
fa21c6b472
@ -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
|
||||
|
@ -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
|
||||
---------------------------
|
||||
|
@ -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
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user