diff options
author | bmah <bmah@FreeBSD.org> | 2000-09-08 05:58:18 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2000-09-08 05:58:18 +0000 |
commit | 720d601c5f70abdc27cfb18b7c1ca753867b9012 (patch) | |
tree | 0e278ab756ef6ad72d207c1150e7426ee65803d6 | |
parent | 9795d67faf9fcd609f4b25ad8ede736bebfe4278 (diff) | |
download | FreeBSD-src-720d601c5f70abdc27cfb18b7c1ca753867b9012.zip FreeBSD-src-720d601c5f70abdc27cfb18b7c1ca753867b9012.tar.gz |
New relnotes: SMPng, clarification to nsswitch.conf(5)
that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by
recent commits to UPDATING.
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 7 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index c28831a..8946a96 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -92,6 +92,9 @@ installed on another Alpha works well. [MERGED] The ti(4) driver now supports the Alteon AceNIC 1000baseT Gigabit Ethernet and Netgear GA620T 1000baseT Gigabit cards. [MERGED] +SMP support has been largely reworked, incorporating code from BSD/OS +5.0. + 1.2. SECURITY FIXES ------------------- @@ -172,7 +175,7 @@ finger.conf(5) file. [MERGED] nsswitch support has been merged from NetBSD. By creating an nsswitch.conf(5) file, FreeBSD can be configured so that various databases such as passwd(5) and group(5) can be looked up using flat -files, NIS, or Hesiod. +files, NIS, or Hesiod. The old hosts.conf(5) file is no longer used. sshd X11Forwarding is now turned on by default on server (any risk is to the client, where it is already disabled by default). @@ -185,6 +188,8 @@ required for USA residents. [MERGED] sshd now enabled by default on new installs. [MERGED] +perl has been updated to version 5.6.0. + 2. Supported Configurations --------------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index db33ca0..564ac38 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -113,6 +113,9 @@ The asr(4) driver, which provides support for the Adaptec SCSI RAID controller family, as well as the DPT SmartRAID V and VI families, has been added. +SMP support has been largely reworked, incorporating code from BSD/OS +5.0. + 1.2. SECURITY FIXES ------------------- @@ -212,7 +215,7 @@ finger.conf(5) file. [MERGED] nsswitch support has been merged from NetBSD. By creating an nsswitch.conf(5) file, FreeBSD can be configured so that various databases such as passwd(5) and group(5) can be looked up using flat -files, NIS, or Hesiod. +files, NIS, or Hesiod. The old hosts.conf(5) file is no longer used. sshd X11Forwarding is now turned on by default on server (any risk is to the client, where it is already disabled by default). @@ -225,6 +228,8 @@ required for USA residents. [MERGED] sshd now enabled by default on new installs. [MERGED] +perl has been updated to version 5.6.0. + 2. Supported Configurations --------------------------- |