diff options
Diffstat (limited to 'release')
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 9 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 703d272..47baf87 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -645,6 +645,9 @@ fsck wrappers have been imported; this feature provides infrastructure for fsck(8) to work on different types of filesystems (analogous to mount(8) and mount_*(8)). +The behavior of fsck(8) when dealing with various passes (a la +/etc/fstab) has been modified to accomodate multiple-disk filesystems. + ncurses has been updated to ncurses-5.1-20001009. [MERGED] gperf has been updated to 2.7.2. [MERGED] @@ -694,9 +697,11 @@ and initialization. [MERGED] The lastlogin(1) utility, which prints the last login time of each user, has been imported from NetBSD. [MERGED] -newfs(1) now implements write combining, which can make creation of +newfs(8) now implements write combining, which can make creation of new filesystems up to seven times faster. [MERGED] +newfs(8) now takes a -U option to enable softupdates on a new filesystem. + A number of buffer overflows in config(8) have been fixed. [MERGED] pwd(1) can now double as realpath(1), a program to resolve pathnames @@ -968,6 +973,8 @@ has changed; this affects the behavior of ftp(1), which has gained the atacontrol(8) has been added to control various aspects of the ata(4) driver. +libcrypt now has support for Blowfish password hashing. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index e934655..87cab0d 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -738,6 +738,9 @@ fsck wrappers have been imported; this feature provides infrastructure for fsck(8) to work on different types of filesystems (analogous to mount(8) and mount_*(8)). +The behavior of fsck(8) when dealing with various passes (a la +/etc/fstab) has been modified to accomodate multiple-disk filesystems. + ncurses has been updated to ncurses-5.1-20001009. [MERGED] gperf has been updated to 2.7.2. [MERGED] @@ -787,9 +790,11 @@ and initialization. [MERGED] The lastlogin(1) utility, which prints the last login time of each user, has been imported from NetBSD. [MERGED] -newfs(1) now implements write combining, which can make creation of +newfs(8) now implements write combining, which can make creation of new filesystems up to seven times faster. [MERGED] +newfs(8) now takes a -U option to enable softupdates on a new filesystem. + A number of buffer overflows in config(8) have been fixed. [MERGED] pwd(1) can now double as realpath(1), a program to resolve pathnames @@ -1060,6 +1065,8 @@ has changed; this affects the behavior of ftp(1), which has gained the atacontrol(8) has been added to control various aspects of the ata(4) driver. +libcrypt now has support for Blowfish password hashing. + 2. Supported Configurations --------------------------- |