summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-04-19 06:11:37 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-04-19 06:11:37 +0000
commit5c8b5d24dcd36b860085ae859e0f198e40d396a0 (patch)
treee917c1fe0e0c76883d219f72e2c30049e5eefa22
parent06ce69a7200c54b6ee04f96f8d726448eb402025 (diff)
Notes
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml14
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml14
2 files changed, 28 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index ee57c0e30b45..426f2855c2c6 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -569,6 +569,13 @@
to prevent system overloads caused by starting several
compression jobs on big files simultaneously. &merged;</para>
+ <para>&man.nsdispatch.3; is now thread-safe and implements support
+ for Name Service Switch (NSS) modules. NSS modules may be
+ statically built into <filename>libc</filename> or dynamically
+ loaded via &man.dlopen.3;. They are loaded/initialized at
+ configuration time (i.e. when &man.nsdispatch.3; is called and
+ &man.nsswitch.conf.5; is read or re-read).</para>
+
<para>A new &man.pam.chroot.8; module has been added, which does a
&man.chroot.2; operation for users into either a predetermined
directory or one derived from their home directory.</para>
@@ -747,6 +754,13 @@
change reduces the disk space and inodes used by the ports
tree. &merged;</para>
+ <para>When fetching distfiles for building a port, the
+ <varname>FETCH_REGET</varname> <filename>Makefile</filename>
+ variable can be used to specify the number of times to try
+ continuing to fetch a distfile if it fails its MD5 checksum.
+ The port infrastructure also supports re-fetching interrupted
+ distfiles.</para>
+
<para>&man.pkg.create.1; now supports a <option>-C</option>
option, which allows packages to register a list of other
packages with which they conflict. They will refuse to install
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 ee57c0e30b45..426f2855c2c6 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -569,6 +569,13 @@
to prevent system overloads caused by starting several
compression jobs on big files simultaneously. &merged;</para>
+ <para>&man.nsdispatch.3; is now thread-safe and implements support
+ for Name Service Switch (NSS) modules. NSS modules may be
+ statically built into <filename>libc</filename> or dynamically
+ loaded via &man.dlopen.3;. They are loaded/initialized at
+ configuration time (i.e. when &man.nsdispatch.3; is called and
+ &man.nsswitch.conf.5; is read or re-read).</para>
+
<para>A new &man.pam.chroot.8; module has been added, which does a
&man.chroot.2; operation for users into either a predetermined
directory or one derived from their home directory.</para>
@@ -747,6 +754,13 @@
change reduces the disk space and inodes used by the ports
tree. &merged;</para>
+ <para>When fetching distfiles for building a port, the
+ <varname>FETCH_REGET</varname> <filename>Makefile</filename>
+ variable can be used to specify the number of times to try
+ continuing to fetch a distfile if it fails its MD5 checksum.
+ The port infrastructure also supports re-fetching interrupted
+ distfiles.</para>
+
<para>&man.pkg.create.1; now supports a <option>-C</option>
option, which allows packages to register a list of other
packages with which they conflict. They will refuse to install