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

Glen Barber gjb at FreeBSD.org
Mon Aug 25 09:06:50 UTC 2014


Author: gjb
Date: Mon Aug 25 09:06:49 2014
New Revision: 270527
URL: http://svnweb.freebsd.org/changeset/base/270527

Log:
  Document r265879, crypt(3) defaults to sha512.
  
  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 09:06:47 2014	(r270526)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 09:06:49 2014	(r270527)
@@ -430,6 +430,9 @@
 	  inet6</literal> address specifiers, <literal>-4</literal>
 	and <literal>-6</literal>, respectively.</para>
 
+      <para revision="265879">The &man.crypt.3; library now defaults
+	to SHA512 for password hashing.</para>
+
       <para revision="266279">The &man.ps.1; utility has been
 	updated to include the <literal>-J</literal> flag, used to
 	filter output by matching &man.jail.8; IDs and names.


More information about the svn-src-stable-10 mailing list