diff options
author | bmah <bmah@FreeBSD.org> | 2002-05-11 17:56:09 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-05-11 17:56:09 +0000 |
commit | 372b2111f69984ac7091abf2447deaeb09dbcf91 (patch) | |
tree | d414977ec61a5750e02c3de31d677b3cd3c41c1c /release | |
parent | 94b803cf52c4efc4aeaeec9a1c01d20d5757be94 (diff) | |
download | FreeBSD-src-372b2111f69984ac7091abf2447deaeb09dbcf91.zip FreeBSD-src-372b2111f69984ac7091abf2447deaeb09dbcf91.tar.gz |
New release notes: ng_split, lpd(8) rc (+MFC).
Deleted some release notes that were too vague to be useful: CAM
error recovery update, vinum update, lpr/lpq/lpd update.
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 17 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 17 |
2 files changed, 16 insertions, 18 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 3a78284..b1a6d22 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -891,6 +891,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> multiplexing and demultiplexing packets over multiple links has been added. &merged;</para> + <para>A new ng_split node type has been added for splitting a + bidirectional packet flow into two unidirectional flows.</para> + <para>A new sysctl <varname>net.inet.ip.check_interface</varname>, which is on by default, causes IP to verify that an incoming packet arrives @@ -1063,9 +1066,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> corruption problems on systems using the VIA 82C686B Southbridge chip. &merged;</para> -<!-- The following note needs to be made more specific or eliminated. --> - <para>The CAM error recovery code has been updated.</para> - <para>The &man.cd.4; driver now has support for write operations. This allows writing to DVD-RAM, PD and similar drives that probe as CD devices. Note that change affects @@ -1137,10 +1137,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para arch="i386">The &man.twe.4; 3ware ATA RAID driver has added. &merged;</para> -<!-- The following note needs to be made more specific or eliminated. --> - <para>The &man.vinum.4; volume manager has received some bug - fixes and enhancements.</para> - <para>The &man.wd.4; compatibility devices were removed from the &man.ata.4; driver. &merged;</para> </sect3> @@ -2330,8 +2326,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> cause &man.lpd.8; not to open a socket for network print jobs). &merged;</para> - <para>&man.lpr.1;, &man.lpq.1;, and &man.lpd.8; have received a - few minor enhancements. &merged;</para> + <para>&man.lpd.8; now implements a new <literal>rc</literal> + printcap option. When specified in a print queue for a remote + host, boolean option causes &man.lpd.8; to resend the data file + for each copy the user requested via <command>lpr + -#<replaceable>n</replaceable></command>. &merged;</para> <para>Catching up with most other network utilities in the base system, &man.lpr.1;, &man.lpd.8;, &man.syslogd.8;, and 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 3a78284..b1a6d22 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -891,6 +891,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> multiplexing and demultiplexing packets over multiple links has been added. &merged;</para> + <para>A new ng_split node type has been added for splitting a + bidirectional packet flow into two unidirectional flows.</para> + <para>A new sysctl <varname>net.inet.ip.check_interface</varname>, which is on by default, causes IP to verify that an incoming packet arrives @@ -1063,9 +1066,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> corruption problems on systems using the VIA 82C686B Southbridge chip. &merged;</para> -<!-- The following note needs to be made more specific or eliminated. --> - <para>The CAM error recovery code has been updated.</para> - <para>The &man.cd.4; driver now has support for write operations. This allows writing to DVD-RAM, PD and similar drives that probe as CD devices. Note that change affects @@ -1137,10 +1137,6 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para arch="i386">The &man.twe.4; 3ware ATA RAID driver has added. &merged;</para> -<!-- The following note needs to be made more specific or eliminated. --> - <para>The &man.vinum.4; volume manager has received some bug - fixes and enhancements.</para> - <para>The &man.wd.4; compatibility devices were removed from the &man.ata.4; driver. &merged;</para> </sect3> @@ -2330,8 +2326,11 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> cause &man.lpd.8; not to open a socket for network print jobs). &merged;</para> - <para>&man.lpr.1;, &man.lpq.1;, and &man.lpd.8; have received a - few minor enhancements. &merged;</para> + <para>&man.lpd.8; now implements a new <literal>rc</literal> + printcap option. When specified in a print queue for a remote + host, boolean option causes &man.lpd.8; to resend the data file + for each copy the user requested via <command>lpr + -#<replaceable>n</replaceable></command>. &merged;</para> <para>Catching up with most other network utilities in the base system, &man.lpr.1;, &man.lpd.8;, &man.syslogd.8;, and |