svn commit: r42751 - head/en_US.ISO8859-1/htdocs/releases/9.2R
Glen Barber
gjb at FreeBSD.org
Mon Sep 30 02:33:43 UTC 2013
Author: gjb
Date: Mon Sep 30 02:33:43 2013
New Revision: 42751
URL: http://svnweb.freebsd.org/changeset/doc/42751
Log:
Document r248313, r249549, r249856, r251135, r251154, r251302,
r251302, r251897, r252222, r252495, r246373, r248062, r248272
Add man page references for:
- bsdinstall(8)
- less(1)
- cam(4)
- nvme(4)
- awk(1)
- oce(4)
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 02:30:34 2013 (r42750)
+++ head/en_US.ISO8859-1/htdocs/releases/9.2R/relnotes.xml Mon Sep 30 02:33:43 2013 (r42751)
@@ -5,12 +5,18 @@
<!ENTITY title "&os; &release.version; Release Notes">
<!ENTITY svn.rev "http://svn.FreeBSD.org/viewvc/base?view=revision&revision=">
<!ENTITY manlink.begin "http://www.FreeBSD.org/cgi/man.cgi?manpath=&os;+&release.version;">
+<!ENTITY man.awk.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=awk&sektion=1'>awk(1)</a>">
+<!ENTITY man.less.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=less&sektion=1'>less(1)</a>">
<!ENTITY man.xz.1 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=xz&sektion=1'>xz(1)</a>">
+<!ENTITY man.cam.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=cam&sektion=4'>cam(4)</a>">
<!ENTITY man.firewire.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=firewire&sektion=4'>firewire(4)</a>">
<!ENTITY man.virtio.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=virtio&sektion=4'>virtio(4)</a>">
+<!ENTITY man.nvme.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=nvme&sektion=4'>nvme(4)</a>">
+<!ENTITY man.oce.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=oce&sektion=4'>oce(4)</a>">
<!ENTITY man.vlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=vlan&sektion=4'>vlan(4)</a>">
<!ENTITY man.wlan.4 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=wlan&sektion=4'>wlan(4)</a>">
<!ENTITY man.rc.conf.5 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rc.conf&sektion=5'>rc.conf(5)</a>">
+<!ENTITY man.bsdinstall.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=bsdinstall&sektion=8'>bsdinstall(8)</a>">
<!ENTITY man.hostapd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=hostapd&sektion=8'>hostapd(8)</a>">
<!ENTITY man.rarpd.8 "<a xmlns='http://www.w3.org/1999/xhtml' href='&manlink.begin;&query=rarpd&sektion=8'>rarpd(8)</a>">
<!--
@@ -85,6 +91,10 @@
href="&svn.rev;246321">r246321</a>]</p></li>
<li>
+ <p>&man.awk.1; has been updated to version 20121220. [<a
+ href="&svn.rev;246373">r246373</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>
@@ -94,9 +104,28 @@
href="&svn.rev;247309">r247309</a>]</p></li>
<li>
- <p><b class="application">ISC BIND</b> has been updated to
- version 9.8.4-P2. [<a
- href="&svn.rev;248808">r248808</a>]</p></li>
+ <p>The &man.oce.4; has been updated to version 4.6.95.0.
+ [<a href="&svn.rev;248062">r248062</a>]</p></li>
+
+ <li>
+ <p><b class="application">OpenSSL</b> has been updated to
+ version 0.9.8y. [<a
+ href="&svn.rev;248272">r248272</a>]</p></li>
+
+ <li>
+ <p>The &man.bsdinstall.8; installer now supports installation
+ over HTTP. [<a
+ href="&svn.rev;248313">r248313</a>]</p></li>
+
+ <li>
+ <p><b class="application">DTrace</b> hooks have been enabled
+ by default in the GENERIC kernel. [<a
+ href="&svn.rev;249549">r249549</a>]</p></li>
+
+ <li>
+ <p><b class="application">DTrace</b> has been updated to
+ version 1.9.0. [<a
+ href="&svn.rev;249856">r249856</a>]</p></li>
<li>
<p><b class="application">Sendmail</b> has been updated to
@@ -107,11 +136,37 @@
href="&svn.rev;r249875">r249875</a>]</p></li>
<li>
+ <p><b class="application">OpenSSH</b> has been updated to
+ version 6.2p2. [<a
+ href="&svn.rev;251135">r251135</a>]</p></li>
+
+ <li>
+ <p>&man.less.1; has been updated to version 458. [<a
+ href="&svn.rev;251154">r251154</a>]</p></li>
+
+ <li>
+ <p>Add ATA pass-through support to &man.cam.4;. [<a
+ href="&svn.rev;251302">r251302</a>]</p></li>
+
+ <li>
<p>Implement new &man.rc.conf.5; syntax for &man.hostapd.8;.
The new format is: <code>ifconfig_wlanX="HOSTAP"</code>,
where <code>X</code> represents the &man.wlan.4; interface.
[<a
href="&svn.rev;252748">r252748</a>]</p></li>
+
+ <li>
+ <p>Import unmapped I/O support from <code>head/</code>. [<a
+ href="&svn.rev;251897">r251897</a>]</p></li>
+
+ <li>
+ <p>Merge &man.nvme.4; from <code>head/</code>. [<a
+ href="&svn.rev;252222">r252222</a>]</p></li>
+
+ <li>
+ <p>Add support for the Chelsio 40G T5. [<a
+ href="&svn.rev;252495">r252495</a>]</p></li>
+
</ul>
</body>
More information about the svn-doc-head
mailing list