diff options
-rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 13 | ||||
-rw-r--r-- | release/texts/i386/RELNOTES.TXT | 10 |
2 files changed, 22 insertions, 1 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 8946a96..d709ee6 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -76,6 +76,12 @@ when they are mmap(2)ed. [MERGED] Added support for PCI ethernet adapters based on the National Semiconductor DP83815 chipset, including the NetGear FA312-TX. +Due to a licensing change, softupdates have been integrated into the +main portion of the kernel source tree. As a consequence, softupdates +are now available with the GENERIC kernel. [MERGED] + +ipfilter has been updated to 3.4.9. + The tap driver, a virtual Ethernet device driver for bridged configurations, has been added. [MERGED] @@ -95,6 +101,13 @@ Ethernet and Netgear GA620T 1000baseT Gigabit cards. [MERGED] SMP support has been largely reworked, incorporating code from BSD/OS 5.0. +The boot loader has been updated. The new default kernel is now +/boot/kernel/kernel.ko. The new default module location is +/boot/kernel/. + +A filesystem snapshot capability has been added to FFS. Details can +be found in /usr/src/sys/ufs/ffs/README.snapshot. + 1.2. SECURITY FIXES ------------------- diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index a0fd184..8eb7466 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -86,7 +86,7 @@ are now available with the GENERIC kernel. [MERGED] A driver for AGP hardware has been added. [MERGED] -ipfilter has been updated to 3.4.8. [MERGED] +ipfilter has been updated to 3.4.9. Various fixes and improvements to the IPv6 code have been merged in from the KAME project, including significantly-improved IPSEC @@ -119,6 +119,14 @@ SMP support has been largely reworked, incorporating code from BSD/OS The xl(4) driver now supports the 3Com 3C556 and 3C556B MiniPCI adapters used on some laptops. [MERGED] +The boot loader has been updated. The new default kernel is now +/boot/kernel/kernel.ko. The new default module location is +/boot/kernel/. + +A filesystem snapshot capability has been added to FFS. Details can +be found in /usr/src/sys/ufs/ffs/README.snapshot. + + 1.2. SECURITY FIXES ------------------- |