New release notes: FFS dirpref speedup, GNATS 3.113, BSDPAN.
This commit is contained in:
parent
a8209d83f8
commit
ce59954505
@ -335,6 +335,9 @@ the TrustedBSD Project. More details can be found in
|
||||
|
||||
The CAM error recovery code has been updated.
|
||||
|
||||
The directory layout preference algorithm for FFS has been changed to
|
||||
improve its speed on large filesystems.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
@ -856,7 +859,7 @@ purposes. [MERGED]
|
||||
|
||||
pkg_version(1) now has a version number comparison routine that
|
||||
corresponds to the Porters Handbook. It also has a -t option for
|
||||
testing address comparisons.
|
||||
testing address comparisons. [MERGED]
|
||||
|
||||
libc is now thread-safe by default; libc_r contains only thread functions.
|
||||
|
||||
@ -998,6 +1001,11 @@ libcrypt now has support for Blowfish password hashing.
|
||||
|
||||
The functions from libposix1e have been integrated into libc.
|
||||
|
||||
GNATS has been updated to 3.113. [MERGED]
|
||||
|
||||
BSDPAN, a collection of modules that provides tighter integration of
|
||||
Perl into the FreeBSD Ports Collection, has been added.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
@ -409,6 +409,9 @@ the TrustedBSD Project. More details can be found in
|
||||
|
||||
The CAM error recovery code has been updated.
|
||||
|
||||
The directory layout preference algorithm for FFS has been changed to
|
||||
improve its speed on large filesystems.
|
||||
|
||||
|
||||
1.2. SECURITY FIXES
|
||||
-------------------
|
||||
@ -952,7 +955,7 @@ purposes. [MERGED]
|
||||
|
||||
pkg_version(1) now has a version number comparison routine that
|
||||
corresponds to the Porters Handbook. It also has a -t option for
|
||||
testing address comparisons.
|
||||
testing address comparisons. [MERGED]
|
||||
|
||||
libc is now thread-safe by default; libc_r contains only thread functions.
|
||||
|
||||
@ -1090,6 +1093,11 @@ libcrypt now has support for Blowfish password hashing.
|
||||
|
||||
The functions from libposix1e have been integrated into libc.
|
||||
|
||||
GNATS has been updated to 3.113. [MERGED]
|
||||
|
||||
BSDPAN, a collection of modules that provides tighter integration of
|
||||
Perl into the FreeBSD Ports Collection, has been added.
|
||||
|
||||
|
||||
2. Supported Configurations
|
||||
---------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user