svn commit: r284831 - head/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Thu Jun 25 18:44:37 UTC 2015


Author: gjb
Date: Thu Jun 25 18:44:36 2015
New Revision: 284831
URL: https://svnweb.freebsd.org/changeset/base/284831

Log:
  Move the crypt(3) entries from userland-programs to
  userland-libraries.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Jun 25 18:44:34 2015	(r284830)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Jun 25 18:44:36 2015	(r284831)
@@ -220,10 +220,6 @@
 	to filter by &man.jail.8; ID or name, in followup to the
 	&man.ps.1; change in <literal>r265229</literal>.</para>
 
-      <para revision="265995">The Blowfish &man.crypt.3; default
-	format has been changed to
-	<literal>$2b$</literal>.</para>
-
       <para revision="266209">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
@@ -371,10 +367,6 @@
 	    acquisition are now reported.</para>
 	</listitem>
       </itemizedlist>
-
-      <para revision="284483" contrib="sponsor"
-	sponsor="&scaleenegine;">The Blowfish &man.crypt.3; library
-	has been updated to support $2y$ hashes.</para>
     </sect2>
 
     <sect2 xml:id="userland-contrib">
@@ -542,6 +534,10 @@
     <sect2 xml:id="userland-libraries">
       <title>Runtime Libraries and API</title>
 
+      <para revision="265995">The Blowfish &man.crypt.3; default
+	format has been changed to
+	<literal>$2b$</literal>.</para>
+
       <para revision="268461">The &man.readline.3; library is now
 	statically linked in software within the base system, and the
 	shared library is no longer installed, allowing the Ports
@@ -611,6 +607,10 @@
 	<filename>malloc.h</filename> headers have been updated to
 	make use of the <application>gcc</application>
 	<literal>alloc_align()</literal> attribute.</para>
+
+      <para revision="284483" contrib="sponsor"
+	sponsor="&scaleengine;">The Blowfish &man.crypt.3; library
+	has been updated to support $2y$ hashes.</para>
     </sect2>
 
     <sect2 xml:id="userland-abi">


More information about the svn-src-head mailing list