diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2000-12-28 22:12:30 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2000-12-28 22:12:30 +0000 |
| commit | fbf8ea30df10258e858cbf4a380adc1a546f9ecf (patch) | |
| tree | 3c315c49e703f7faf8f3d59ecde1ea7050e53f6e | |
| parent | 4151f14722513f2df34d23f9ea5fc0e54918dd4b (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 9 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 11 |
2 files changed, 20 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 67fd5c3ed285..cfa61d7a62d4 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -55,6 +55,10 @@ A bug in the machine-dependent code for AlphaServer 1000 and 1000A has been fixed that caused only EV4-equipped AS1000 and EV5-equipped AS1000A to work. +The an(4) driver for Cisco Aironet cards now supports Wired Equivalent +Privacy (WEP) encryption, settable via ancontrol(8). + + 1.2. SECURITY FIXES ------------------- @@ -90,6 +94,11 @@ indent(1) has gained some new formatting options. sysinstall now uses some more intuitive defaults thanks to some new dialog support functions. +rm(1) -v now displays the entire pathname of a file being +removed. + +lpr(1), lpq(1), and lpd(8) have received a few minor enhancements. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index b9c277cb490a..2ad3c36d6200 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -54,6 +54,9 @@ upon card insertion and removal. The twe(4) driver for 3Ware Escalade controllers has been updated. +The an(4) driver for Cisco Aironet cards now supports Wired Equivalent +Privacy (WEP) encryption, settable via ancontrol(8). + 1.2. SECURITY FIXES ------------------- @@ -90,6 +93,14 @@ indent(1) has gained some new formatting options. sysinstall now uses some more intuitive defaults thanks to some new dialog support functions. +libdisk can now do install-time configuration of the i386 boot0 boot +loader. + +rm(1) -v now displays the entire pathname of a file being +removed. + +lpr(1), lpq(1), and lpd(8) have received a few minor enhancements. + 2. Supported Configurations --------------------------- |
