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

Glen Barber gjb at FreeBSD.org
Sat Jan 10 22:03:57 UTC 2015


Author: gjb
Date: Sat Jan 10 22:03:56 2015
New Revision: 276925
URL: https://svnweb.freebsd.org/changeset/base/276925

Log:
  Add an 'abi-compat' subsection to the 'userland' section.
  
  Document r271982, compat.linux.osrelease updated after
  support for CentOS 6 ports has been added.
  
  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	Sat Jan 10 22:03:53 2015	(r276924)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sat Jan 10 22:03:56 2015	(r276925)
@@ -400,6 +400,17 @@
     <para revision="271482">Support for adding empty partitions has
       been added to the &man.mkimg.1; utility.</para>
 
+    <sect3 xml:id="abi-compat">
+      <title><acronym>ABI</acronym> Compatibility</title>
+
+      <para revision="271982">The &linux; compatiblity version has
+	been updated to <literal>2.6.18</literal>.  The
+	<literal>compat.linux.osrelease</literal> &man.sysctl.8; is
+	evaluated when building the <filename
+	  role="package">emulators/linux-c6</filename> and related
+	ports.</para>
+    </sect3>
+
     <sect3 xml:id="rc-scripts">
       <title><filename>/etc/rc.d</filename> Scripts</title>
 


More information about the svn-src-all mailing list