diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2000-02-16 19:38:20 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2000-02-16 19:38:20 +0000 |
| commit | c2ebb466e57077c7d5851580569936c90ba1e24d (patch) | |
| tree | bb4f3be0580fb70885459ac75e71a0c0485d3255 | |
| parent | 8a668b90496a7e00d6a1d830bbbdd8f73a057383 (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 2 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 20381313648b..4e27d3053678 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -198,6 +198,8 @@ release for FreeBSD/alpha. Numerous fixes have been applied to improve the security of FreeBSD code as part of the FreeBSD Auditing Project. +FreeBSD's threads library, libc_r, has had many features and performance +improvements added, which makes it almost completely POSIX-compliant. 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 53138ddb8f7a..520f6e5c101f 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -197,12 +197,16 @@ identification. Groff/troff/eqn has been updated to version 1.15. -Gdb has been updated to version 4.18 and is now part of the standard -release for FreeBSD/alpha. +Gdb has been updated to version 4.18. Numerous fixes have been applied to improve the security of FreeBSD code as part of the FreeBSD Auditing Project. +FreeBSD's threads library, libc_r, has had many features and performance +improvements added, which makes it almost completely POSIX-compliant. In +addition, Linux's kernel-supported LinuxThreads library is now available as +a port (ports/devel/linuxthreads), which can be used for native FreeBSD +programs. 2. Supported Configurations --------------------------- |
