summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2006-08-24 14:45:56 +0000
committerbmah <bmah@FreeBSD.org>2006-08-24 14:45:56 +0000
commitb3006313bd1aa6545b4c461b0aafa14d52862eec (patch)
tree66278d90b1f500a3133e8b27446144363eaf5572 /release
parent6a84fb6ac0714a5581271822053eb301f43e76e2 (diff)
downloadFreeBSD-src-b3006313bd1aa6545b4c461b0aafa14d52862eec.zip
FreeBSD-src-b3006313bd1aa6545b4c461b0aafa14d52862eec.tar.gz
New release notes: IPFIREWALL_FORWARD_EXTENDED removed (+MFC),
fsdb(8) btime. Modified release notes: Changed Xbox note to only point to the platforms page (there are pointers to additional information there)...note MFC. MFCs noted: IPFilter 4.1.13.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml19
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml19
2 files changed, 30 insertions, 8 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index b4f2d972..d6190a2 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -350,9 +350,9 @@
implemented.</para>
<para>&os; now runs on the Xbox, whose architecture is nearly identical
- to the i386. For details of the latest development,
- see <ulink url="http://www.FreeBSD.org/platforms/xbox.html"></ulink>
- and <ulink url="http://xbox-bsd.nl"></ulink>.</para>
+ to the i386. For details of the latest development, see
+ <ulink url="http://www.FreeBSD.org/platforms/xbox.html"></ulink>.
+ &merged; </para>
<sect3 id="boot">
<title>Boot Loader Changes</title>
@@ -767,6 +767,13 @@ pipe tablearg ip from table(1) to any</programlisting>
for example, by using <literal>tagged</literal>
rule option. For more details, see &man.ipfw.8;.</para>
+ <para>The <literal>IPFIREWALL_FORWARD_EXTENDED</literal> kernel
+ option has been removed. This option was used to permit
+ &man.ipfw.4; to redirect packets with local destinations.
+ This behavior is now always enabled when
+ the <literal>IPFIREWALL_FORWARD</literal> kernel option is
+ enabled. &merged;</para>
+
<para>The ip6fw(8) packet filter has been removed. Since &man.ipfw.4; has gained
IPv6 support, it should be used instead. Please note that some rules might need
to be adjusted.</para>
@@ -1084,6 +1091,10 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
flag, which causes it to ignore files and directories with
the <literal>nodump</literal> flag set. &merged;</para>
+ <para>The &man.fsdb.8; utility now supports changing the birth
+ time of files on UFS2 file systems using the new
+ the <literal>btime</literal> command.</para>
+
<para>The &man.find.1; program now supports <option>-Btime</option>
and other related primaries, which can be used to create expressions
based on a file's creation time. &merged;</para>
@@ -1557,7 +1568,7 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
&merged;</para>
<para><application>IPFilter</application> has been updated from
- 4.1.8 to 4.1.13.</para>
+ 4.1.8 to 4.1.13. &merged;</para>
<para><application>less</application> has been updated from v381
to v394.</para>
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 b4f2d972..d6190a2 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -350,9 +350,9 @@
implemented.</para>
<para>&os; now runs on the Xbox, whose architecture is nearly identical
- to the i386. For details of the latest development,
- see <ulink url="http://www.FreeBSD.org/platforms/xbox.html"></ulink>
- and <ulink url="http://xbox-bsd.nl"></ulink>.</para>
+ to the i386. For details of the latest development, see
+ <ulink url="http://www.FreeBSD.org/platforms/xbox.html"></ulink>.
+ &merged; </para>
<sect3 id="boot">
<title>Boot Loader Changes</title>
@@ -767,6 +767,13 @@ pipe tablearg ip from table(1) to any</programlisting>
for example, by using <literal>tagged</literal>
rule option. For more details, see &man.ipfw.8;.</para>
+ <para>The <literal>IPFIREWALL_FORWARD_EXTENDED</literal> kernel
+ option has been removed. This option was used to permit
+ &man.ipfw.4; to redirect packets with local destinations.
+ This behavior is now always enabled when
+ the <literal>IPFIREWALL_FORWARD</literal> kernel option is
+ enabled. &merged;</para>
+
<para>The ip6fw(8) packet filter has been removed. Since &man.ipfw.4; has gained
IPv6 support, it should be used instead. Please note that some rules might need
to be adjusted.</para>
@@ -1084,6 +1091,10 @@ geli_da1s3a_keyfile0_name="/boot/keys/da1s3a.key"</programlisting>
flag, which causes it to ignore files and directories with
the <literal>nodump</literal> flag set. &merged;</para>
+ <para>The &man.fsdb.8; utility now supports changing the birth
+ time of files on UFS2 file systems using the new
+ the <literal>btime</literal> command.</para>
+
<para>The &man.find.1; program now supports <option>-Btime</option>
and other related primaries, which can be used to create expressions
based on a file's creation time. &merged;</para>
@@ -1557,7 +1568,7 @@ mdconfig_md1="-t vnode -f /var/foo.img"</programlisting>
&merged;</para>
<para><application>IPFilter</application> has been updated from
- 4.1.8 to 4.1.13.</para>
+ 4.1.8 to 4.1.13. &merged;</para>
<para><application>less</application> has been updated from v381
to v394.</para>
OpenPOWER on IntegriCloud