Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 00:42:48 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r42741 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Message-ID:  <201309300042.r8U0gmPC070399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Mon Sep 30 00:42:48 2013
New Revision: 42741
URL: http://svnweb.freebsd.org/changeset/doc/42741

Log:
  Add 'svn.rev' macro to shorten the hrefs to svnweb.
  Add virtio(4) and firewire(4) manual links.
  Document r246321, r247306, r247309.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 00:23:19 2013	(r42740)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml	Mon Sep 30 00:42:48 2013	(r42741)
@@ -3,7 +3,10 @@
 "http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
 <!ENTITY release.version "9.2-RELEASE">
 <!ENTITY title "&os; &release.version; Release Notes">
+<!ENTITY svn.rev "http://svn.FreeBSD.org/viewvc/base?view=revision&amp;revision=">;
 <!ENTITY manlink.begin "http://www.FreeBSD.org/cgi/man.cgi?manpath=&os;+&release.version;">;
+<!ENTITY man.firewire.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=firewire&amp;sektion=4'>firewire(4)</a>">
+<!ENTITY man.virtio.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=virtio&amp;sektion=4'>virtio(4)</a>">
 <!--
      Sample manual page entity:
      <!ENTITY man.fstab.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&amp;query=fstab&amp;sektion=5'>fstab(5)</a>">
@@ -32,8 +35,21 @@
 
     <h2>Release Highlights</h2>
 
-    <p>This section will be updated while we proceed with the
-      &os;&nbsp;9.2-RELEASE cycle.</p>
+    <p>The highlights in the &release.version; include the following.</p>
+
+    <ul>
+      <li><p>The &man.firewire.4; drivers have been removed from the
+	  GENERIC kernel configuration for all architectures.  [<a
+	  href="&svn.rev;246321">r246321</a>]</p></li>
+
+      <li><p>The &man.virtio.4; drivers have been added to the GENERIC
+	kernel configuration for amd64 and i386 architectures.  [<a
+	  href="&svn.rev;247306">r247306</a>]</p></li>
+
+      <li><p>The ZFS filesystem now supports lz4 compression.
+	[<a href="&svn.rev;247309">r247309</a>]</p></li>
+    </ul>
+
 
   </body>
 </html>



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