diff options
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 21 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 21 | ||||
-rw-r--r-- | release/doc/share/mk/doc.relnotes.mk | 1 |
3 files changed, 37 insertions, 6 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 7574dd5..12b1337 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -348,7 +348,7 @@ <title>Network Protocols</title> <para>The IPv6 code is now based on a snapshot based on the KAME - Project's IPv6 stack as of 28 May, 2001.</para> + Project's IPv6 stack as of 28 May, 2001. &merged;</para> <para>&man.accept.filter.9;, a kernel feature to reduce overheads when accepting and reading new connections on listening sockets, @@ -1144,6 +1144,16 @@ <para>&man.lpr.1;, &man.lpq.1;, and &man.lpd.8; have received a few minor enhancements. &merged;</para> + <para>&man.lpd.8; now takes two new options: <option>-c</option> + will log all connection errors to &man.syslogd.8;, while + <option>-w</option> will allow connections from non-reserved + ports.</para> + + <para>&man.lpc.8; has been improved; <command>lpc clean</command> + is now somewhat safer, and a new <command>lpc tclean</command> + command has been added to check to see what files would be removed + by <command>lpc clean</command>.</para> + <para>If the first argument to &man.ancontrol.8; or &man.wicontrol.8; doesn't start with a <literal>-</literal>, it is assumed to be an interface.</para> @@ -1477,7 +1487,9 @@ only) are used together.</para> <para>&man.whois.1; now directs queries for IP addresses to - ARIN. &merged;</para> + ARIN. &merged; If a query to ARIN references APNIC or RIPE, the + appropriate server will also be queried, provided that the + <option>-Q</option> is not specified.</para> <para>A new utility &man.diskcheckd.8; has been added; it is a daemon which runs in the background, reading entire disks to find @@ -1524,6 +1536,9 @@ <para>The &man.kldconfig.8; utility has been added to make it easier to manipulate the kernel module search path.</para> + <para>&man.moused.8; now takes a <option>-a</option> to control + mouse acceleration.</para> + <sect3> <title>Contributed Software</title> @@ -1535,7 +1550,7 @@ <filename>libisc</filename>. &merged;</para> <para><application>Binutils</application> have been upgraded to - 2.11.0. &merged;</para> + 2.11.2.</para> <para><application>bzip2</application> 1.0.1 has been imported; this brings the &man.bzip2.1; program and the <filename>libbz2</filename> 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 7574dd5..12b1337 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -348,7 +348,7 @@ <title>Network Protocols</title> <para>The IPv6 code is now based on a snapshot based on the KAME - Project's IPv6 stack as of 28 May, 2001.</para> + Project's IPv6 stack as of 28 May, 2001. &merged;</para> <para>&man.accept.filter.9;, a kernel feature to reduce overheads when accepting and reading new connections on listening sockets, @@ -1144,6 +1144,16 @@ <para>&man.lpr.1;, &man.lpq.1;, and &man.lpd.8; have received a few minor enhancements. &merged;</para> + <para>&man.lpd.8; now takes two new options: <option>-c</option> + will log all connection errors to &man.syslogd.8;, while + <option>-w</option> will allow connections from non-reserved + ports.</para> + + <para>&man.lpc.8; has been improved; <command>lpc clean</command> + is now somewhat safer, and a new <command>lpc tclean</command> + command has been added to check to see what files would be removed + by <command>lpc clean</command>.</para> + <para>If the first argument to &man.ancontrol.8; or &man.wicontrol.8; doesn't start with a <literal>-</literal>, it is assumed to be an interface.</para> @@ -1477,7 +1487,9 @@ only) are used together.</para> <para>&man.whois.1; now directs queries for IP addresses to - ARIN. &merged;</para> + ARIN. &merged; If a query to ARIN references APNIC or RIPE, the + appropriate server will also be queried, provided that the + <option>-Q</option> is not specified.</para> <para>A new utility &man.diskcheckd.8; has been added; it is a daemon which runs in the background, reading entire disks to find @@ -1524,6 +1536,9 @@ <para>The &man.kldconfig.8; utility has been added to make it easier to manipulate the kernel module search path.</para> + <para>&man.moused.8; now takes a <option>-a</option> to control + mouse acceleration.</para> + <sect3> <title>Contributed Software</title> @@ -1535,7 +1550,7 @@ <filename>libisc</filename>. &merged;</para> <para><application>Binutils</application> have been upgraded to - 2.11.0. &merged;</para> + 2.11.2.</para> <para><application>bzip2</application> 1.0.1 has been imported; this brings the &man.bzip2.1; program and the <filename>libbz2</filename> diff --git a/release/doc/share/mk/doc.relnotes.mk b/release/doc/share/mk/doc.relnotes.mk index f242247..27fb71c 100644 --- a/release/doc/share/mk/doc.relnotes.mk +++ b/release/doc/share/mk/doc.relnotes.mk @@ -4,6 +4,7 @@ DOC_PREFIX?= ${RELN_ROOT}/../../../doc # Find the RELNOTESng document catalog EXTRA_CATALOGS+= ${RELN_ROOT}/share/sgml/catalog +EXTRA_CATALOGS+= ${RELN_ROOT}/${LANGCODE}/share/sgml/catalog # Use the appropriate architecture-dependent RELNOTESng stylesheet DSLHTML?= ${RELN_ROOT}/en_US.ISO8859-1/share/sgml/release.dsl |