summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2006-07-25 21:30:58 +0000
committerbmah <bmah@FreeBSD.org>2006-07-25 21:30:58 +0000
commite18f13876305128e9119c1ac056d0f522e2aa310 (patch)
tree001c213531a6796b9ddc111ad387473c3b8cf5be /release
parent773098d748b002882983a2552a73d7bb416acc79 (diff)
downloadFreeBSD-src-e18f13876305128e9119c1ac056d0f522e2aa310.zip
FreeBSD-src-e18f13876305128e9119c1ac056d0f522e2aa310.tar.gz
New release notes: acpi_thermal(4) temperature overrides, interface
groups, mount(8) late/-l, FILE 4.17. Modified release notes: Improved padlock(4) crypto support (+MFC), OpenBSM 1.0alpha7.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml25
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml25
2 files changed, 46 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 4bb2c1a..23fc6a1 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -398,6 +398,10 @@
<para>The &man.acpi.thermal.4; driver now supports
passive cooling. &merged;</para>
+ <para>The &man.acpi.thermal.4; driver now supports overriding
+ the <literal>_PSV</literal>, <literal>_HOT</literal>, and
+ <literal>_CRT</literal> temperature values.</para>
+
<!-- The following note should remain MI (i.e. don't set arch="alpha") --
-- because the alpha docs will be disappearing at some point before --
-- 7.0-RELEASE. -->
@@ -414,7 +418,8 @@
<para>The <literal>est</literal> &man.cpufreq.4; driver now supports
frequency control for the VIA C7-M family of processors.</para>
- <para>Support for the PadLock Security Co-processor in VIA C3
+ <para>Support for the PadLock Security Co-processor in VIA C3,
+ Eden, and C7
processors has been added to the &man.crypto.9; subsystem.
More information can be found in the &man.padlock.4; manual
page.
@@ -665,6 +670,13 @@
&man.wlan.ccmp.4;, and &man.wlan.tkip.4; drivers
have been included in the <filename>GENERIC</filename>
kernel by default.</para>
+
+ <para>The network interface groups feature has been imported
+ from OpenBSD. This feature allows an administrator to, for
+ example, apply firewall rules to an entire group of
+ interfaces. More information can be found in
+ &man.ifconfig.8;.</para>
+
</sect4>
</sect3>
@@ -1261,6 +1273,12 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
a read-only mount to read-write via <command>mount -u -o rw</command>,
has been fixed.</para>
+ <para>The &man.mount.8; utility now supports a
+ <literal>late</literal> keyword in &man.fstab.5;, along with a
+ corresponding <option>-l</option> command-line option to specify
+ that these <quote>late</quote> file systems should be
+ mounted.</para>
+
<para>The &man.moused.8; daemon now supports an <option>-H</option> flag
to enable horizontal virtual scrolling similar to the
<option>-V</option> flag for vertical virtual scrolling.
@@ -1523,6 +1541,9 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
been updated to a snapshot from DRI CVS as of 20060517.
&merged;</para>
+ <para><application>FILE</application> has been updated from 4.12
+ to 4.17.</para>
+
<para><application>netcat</application> has been updated from the
version in a 4 February 2005 OpenBSD snapshot to the version
included in OpenBSD 3.9.</para>
@@ -1555,7 +1576,7 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
<application>tzdata2006g</application> release. &merged;</para>
<para>TrustedBSD <application>OpenBSM</application>,
- version 1.0 alpha 6, an implementation of the documented Sun Basic
+ version 1.0 alpha 7, an implementation of the documented Sun Basic
Security Module (BSM) Audit API and file format, as well as local
extensions to support the Mac OS X and FreeBSD operating systems
has been added. This also includes command line tools for audit
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 4bb2c1a..23fc6a1 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -398,6 +398,10 @@
<para>The &man.acpi.thermal.4; driver now supports
passive cooling. &merged;</para>
+ <para>The &man.acpi.thermal.4; driver now supports overriding
+ the <literal>_PSV</literal>, <literal>_HOT</literal>, and
+ <literal>_CRT</literal> temperature values.</para>
+
<!-- The following note should remain MI (i.e. don't set arch="alpha") --
-- because the alpha docs will be disappearing at some point before --
-- 7.0-RELEASE. -->
@@ -414,7 +418,8 @@
<para>The <literal>est</literal> &man.cpufreq.4; driver now supports
frequency control for the VIA C7-M family of processors.</para>
- <para>Support for the PadLock Security Co-processor in VIA C3
+ <para>Support for the PadLock Security Co-processor in VIA C3,
+ Eden, and C7
processors has been added to the &man.crypto.9; subsystem.
More information can be found in the &man.padlock.4; manual
page.
@@ -665,6 +670,13 @@
&man.wlan.ccmp.4;, and &man.wlan.tkip.4; drivers
have been included in the <filename>GENERIC</filename>
kernel by default.</para>
+
+ <para>The network interface groups feature has been imported
+ from OpenBSD. This feature allows an administrator to, for
+ example, apply firewall rules to an entire group of
+ interfaces. More information can be found in
+ &man.ifconfig.8;.</para>
+
</sect4>
</sect3>
@@ -1261,6 +1273,12 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
a read-only mount to read-write via <command>mount -u -o rw</command>,
has been fixed.</para>
+ <para>The &man.mount.8; utility now supports a
+ <literal>late</literal> keyword in &man.fstab.5;, along with a
+ corresponding <option>-l</option> command-line option to specify
+ that these <quote>late</quote> file systems should be
+ mounted.</para>
+
<para>The &man.moused.8; daemon now supports an <option>-H</option> flag
to enable horizontal virtual scrolling similar to the
<option>-V</option> flag for vertical virtual scrolling.
@@ -1523,6 +1541,9 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
been updated to a snapshot from DRI CVS as of 20060517.
&merged;</para>
+ <para><application>FILE</application> has been updated from 4.12
+ to 4.17.</para>
+
<para><application>netcat</application> has been updated from the
version in a 4 February 2005 OpenBSD snapshot to the version
included in OpenBSD 3.9.</para>
@@ -1555,7 +1576,7 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
<application>tzdata2006g</application> release. &merged;</para>
<para>TrustedBSD <application>OpenBSM</application>,
- version 1.0 alpha 6, an implementation of the documented Sun Basic
+ version 1.0 alpha 7, an implementation of the documented Sun Basic
Security Module (BSM) Audit API and file format, as well as local
extensions to support the Mac OS X and FreeBSD operating systems
has been added. This also includes command line tools for audit
OpenPOWER on IntegriCloud