svn commit: r270547 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 11:46:39 UTC 2014


Author: gjb
Date: Mon Aug 25 11:46:38 2014
New Revision: 270547
URL: http://svnweb.freebsd.org/changeset/base/270547

Log:
  Document r266632, fetch(3) looks in /usr/local/etc/ssl/ before
  /etc/ssl/ for the root CA.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 11:46:37 2014	(r270546)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 11:46:38 2014	(r270547)
@@ -526,6 +526,12 @@
 	set, &man.gstat.8; will display statistics for operations
 	such as <literal>BIO_FLUSH</literal>.</para>
 
+      <para revision="266632">The &man.fetch.3; library has been
+	updated to look for root <acronym>SSL</acronym> certificates
+	in <filename class="directory">/usr/local/etc/ssl/</filename>
+	before <filename
+	  class="directory">/etc/ssl/</filename>.</para>
+
       <para revision="266890">The &man.pmcstat.8; utility has been
 	updated to include a new flag, <literal>-l</literal>, which
 	ends event collection after the specified number of


More information about the svn-src-all mailing list