diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-16 08:15:43 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-16 08:15:43 +0000 |
commit | 06187df4765349c4b0d55d6bbdab32d9b37bf6cc (patch) | |
tree | 549350256681de88bc63640a32a2cb8c7cbf760d | |
parent | b3f6e5e9f1724906cc8fa735fc7ad887a0cad280 (diff) |
Notes
-rw-r--r-- | release/sysinstall/help/relnotes.hlp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/release/sysinstall/help/relnotes.hlp b/release/sysinstall/help/relnotes.hlp index b0208ec683d8..c7689e09f179 100644 --- a/release/sysinstall/help/relnotes.hlp +++ b/release/sysinstall/help/relnotes.hlp @@ -16,6 +16,34 @@ This is a snapshot made of RELENG_2_2 on a daily basis (and containing all the latest 2.2 fixes as of that date - you're looking at one now). +0. What's new since 2.2.1 +------------------------- +A number of bugs in the Adaptec 294x/394x (AHC) driver were fixed +which could cause instability on heavily loaded systems. + +NFSv3 is now the default, with fall-back to NFSv2 occuring as necessary. + +An lchown() system call has been added for changing the ownership of symlinks. + +Login classes added for setting default user limits (see login.conf(5)). + +ftpd now supports virtual FTP hosting. + +Numerous security fixes (buffer overflows and other potential exploits fixed). + +Better build support for C++ libraries added. + +Support for the GLOBAL text/HTML source tag system added (man global). + +/etc/sysconfig now replaced by /etc/rc.conf - a more concise customization +file with more knobs added. Other things in /etc were also neatened +up, /etc/netstart being replaced with /etc/rc.network + +User-mode ppp updated with various fixes and enhancements from 3.0-current. + +Texinfo documentation mechanisms cleaned up in source tree. + + 1. What's new since 2.1.7 ------------------------- |