Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2018 16:55:18 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r52200 - head/en_US.ISO8859-1/books/porters-handbook/versions
Message-ID:  <201809051655.w85GtI8t040815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Sep  5 16:55:18 2018
New Revision: 52200
URL: https://svnweb.freebsd.org/changeset/doc/52200

Log:
  Document FreeBSD versions 1200079 through 1200083.
  
  If you did one of these bumps, please review the text to ensure my
  description is accurate.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml	Tue Sep  4 18:03:54 2018	(r52199)
+++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml	Wed Sep  5 16:55:18 2018	(r52200)
@@ -756,6 +756,48 @@ is spelled &amp;, < is &lt; and > is &gt;.
 	    <entry>12.0-CURRENT after exec.created hook for jails.</entry>
 	  </row>
 
+	  <row>
+	    <entry>1200079</entry>
+	    <entry><revnumber>r338061</revnumber></entry>
+	    <entry>August 19, 2018</entry>
+	    <entry>12.0-CURRENT after converting
+	      <function>arc4random</function> to using the Chacha20
+	      algorithm and deprecating
+	      <function>arc4random_stir</function> and
+	      <function>arc4random_addrandom</function>.</entry>
+	  </row>
+
+	  <row>
+	    <entry>1200080</entry>
+	    <entry><revnumber>r338172</revnumber></entry>
+	    <entry>August 22, 2018</entry>
+	    <entry>12.0-CURRENT after removing the drm drivers.</entry>
+	  </row>
+
+	  <row>
+	    <entry>1200081</entry>
+	    <entry><revnumber>r338182</revnumber></entry>
+	    <entry>August 22, 2018</entry>
+	    <entry>12.0-CURRENT after restoring the userland NVMe API.</entry>
+	  </row>
+
+	  <row>
+	    <entry>1200082</entry>
+	    <entry><revnumber>r338285</revnumber></entry>
+	    <entry>August 24, 2018</entry>
+	    <entry>12.0-CURRENT after reverting the removal of the drm
+	      drivers.</entry>
+	  </row>
+
+	  <row>
+	    <entry>1200083</entry>
+	    <entry><revnumber>r338331</revnumber></entry>
+	    <entry>August 26, 2018</entry>
+	    <entry>12.0-CURRENT after removing
+	      <function>arc4random_stir</function> and
+	      <function>arc4random_addrandom</function>.</entry>
+	  </row>
+
 	</tbody>
       </tgroup>
     </table>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809051655.w85GtI8t040815>