summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2007-07-09 15:53:56 +0000
committerbmah <bmah@FreeBSD.org>2007-07-09 15:53:56 +0000
commit8fcc626717d320cf523b650e56712f83797547a2 (patch)
treedd31cdbff729285cf39ef5ed3aa215f96cec9eb5 /release
parente9fb7bb14fb9baab6af20361662306a4f0e9b6fb (diff)
downloadFreeBSD-src-8fcc626717d320cf523b650e56712f83797547a2.zip
FreeBSD-src-8fcc626717d320cf523b650e56712f83797547a2.tar.gz
New release notes: sed(1) case-insensitive matching, setenv(3)
API change. Modified release notes: Clarify architectures for nfe(4) note and mention that it replaces nve(4) in i386/amd64 GENERIC [1]. Suggested by: Michael Plass [1] Approved by: re (implicitly)
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml16
1 files changed, 14 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 2b3ed81..c0a9129 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -857,9 +857,10 @@
adapters, has been added. For more details, see
&man.mxge.4;. &merged;</para>
- <para>The &man.nfe.4; driver, an open-source driver for nForce
+ <para>[&arch.amd64;, &arch.i386;] The &man.nfe.4; driver, an open-source driver for nForce
Ethernet devices, has been added, originally from
- OpenBSD.</para>
+ OpenBSD. This driver has replaced the &man.nve.4; driver in
+ the <filename>GENERIC</filename> kernel.</para>
<para>[&arch.arm;] The &man.npe.4; driver, which supports the
Intel XScale Network Processing Engine, has been
@@ -1938,6 +1939,17 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
incorrect calculation of pattern space length in some cases
has been fixed.</para>
+ <para>The &man.sed.1; utility now supports case-insensitive
+ pattern matching; this feature can be enabled by using
+ the <literal>I</literal> flag after the closing delimiter for a
+ regular expression.</para>
+
+ <para>The behavior of the &man.setenv.3; family of library calls
+ has been changed from the historic BSD API to the
+ behavior mandated by POSIX. As a result, several base system
+ utility that relied on the old API have been updated to track
+ this change.</para>
+
<para>The <option>-h</option> flag to &man.setfacl.1; now properly
sets the ACL on a symbolic link, not the link target.</para>
OpenPOWER on IntegriCloud