Add the 9.2-RELEASE announcement page.
Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
cfad920d76
commit
d33de9994b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42763
1 changed files with 334 additions and 0 deletions
334
en_US.ISO8859-1/htdocs/releases/9.2R/announce.xml
Normal file
334
en_US.ISO8859-1/htdocs/releases/9.2R/announce.xml
Normal file
|
@ -0,0 +1,334 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD 9.2-RELEASE Announcement">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.download">
|
||||
|
||||
<p>The FreeBSD Release Engineering Team is pleased to announce the
|
||||
availability of FreeBSD 9.2-RELEASE. This is the second release
|
||||
from the stable/9 branch, which improves on the stability of
|
||||
FreeBSD 9.1 and introduces some new features. Some of the
|
||||
highlights:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>The ZFS filesystem now supports TRIM when used on solid
|
||||
state drives.</p></li>
|
||||
<li><p>The virtio(4) drivers have been added to the GENERIC
|
||||
kernel configuration for amd64 and i386
|
||||
architectures.</p></li>
|
||||
<li><p>The ZFS filesystem now supports lz4 compression.</p></li>
|
||||
<li><p>OpenSSL has been updated to version 0.9.8y.</p></li>
|
||||
<li><p>DTrace hooks have been enabled by default in the GENERIC
|
||||
kernel.</p></li>
|
||||
<li><p>DTrace has been updated to version 1.9.0.</p></li>
|
||||
<li><p>Sendmail has been updated to version 8.14.7.</p></li>
|
||||
<li><p>OpenSSH has been updated to version 6.2p2.</p></li>
|
||||
<li><p>Import unmapped I/O support from head/.</p></li>
|
||||
</ul>
|
||||
|
||||
<p>For a complete list of new features and known problems, please
|
||||
see the online release notes and errata list, available at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.2R/relnotes.html">http://www.FreeBSD.org/releases/9.2R/relnotes.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For more information about FreeBSD release engineering
|
||||
activities, please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releng/">http://www.FreeBSD.org/releng/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="availability">Availability</h2>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE is now available for the amd64, i386, ia64,
|
||||
powerpc, powerpc64, and sparc64 architectures.</p>
|
||||
|
||||
<p>FreeBSD 9.2 can be installed from bootable ISO images or over
|
||||
the network. Some architectures also support installing from
|
||||
a USB memory stick. The required files can be downloaded via
|
||||
FTP as described in the section below. While some of the
|
||||
smaller FTP mirrors may not carry all architectures, they will
|
||||
all generally contain the more common ones such as amd64 and
|
||||
i386.</p>
|
||||
|
||||
<p>MD5 and SHA256 hashes for the release ISO and memory stick
|
||||
images are included at the bottom of this message.</p>
|
||||
|
||||
<p>The purpose of the images provided as part of the release are
|
||||
as follows:</p>
|
||||
|
||||
<dl>
|
||||
<dt>dvd1</dt>
|
||||
|
||||
<dd><p>This contains everything necessary to install the base
|
||||
FreeBSD operating system, the documentation, and a small
|
||||
set of pre-built packages aimed at getting a graphical
|
||||
workstation up and running. It also supports booting into
|
||||
a "livefs" based rescue mode. This should be all you need
|
||||
if you can burn and use DVD-sized media.</p></dd>
|
||||
|
||||
<dt>disc1</dt>
|
||||
|
||||
<dd><p>This contains the base FreeBSD operating system. It also
|
||||
supports booting into a "livefs" based rescue mode. There are
|
||||
no pre-built packages.</p></dd>
|
||||
|
||||
<dt>bootonly</dt>
|
||||
|
||||
<dd><p>This supports booting a machine using the CDROM drive but
|
||||
does not contain the support for installing FreeBSD from the
|
||||
CD itself. You would need to perform a network based install
|
||||
(e.g. from an FTP server) after booting from the CD.</p></dd>
|
||||
|
||||
<dt>memstick</dt>
|
||||
|
||||
<dd><p>This can be written to an USB memory stick (flash drive)
|
||||
and used to do an install on machines capable of booting off
|
||||
USB drives. It also supports booting into a "livefs" based
|
||||
rescue mode. There are no pre-built packages.</p>
|
||||
|
||||
<p>As one example of how to use the memstick image, assuming
|
||||
the USB drive appears as /dev/da0 on your machine something
|
||||
like this should work:</p>
|
||||
|
||||
<pre># dd if=FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
|
||||
|
||||
<p>Be careful to make sure you get the target (of=)
|
||||
correct.</p></dd>
|
||||
</dl>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE can also be purchased on CD-ROM or DVD from
|
||||
several vendors. One of the vendors that will be offering
|
||||
FreeBSD 9.2-based products is:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>FreeBSD Mall, Inc.<tt><a
|
||||
href="http://www.freebsdmall.com/">http://www.freebsdmall.com</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>FTP</h2>
|
||||
|
||||
<p>At the time of this announcement the following FTP sites have
|
||||
FreeBSD 9.2-RELEASE available.</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.2/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>However before trying these sites please check your regional
|
||||
mirror(s) first by going to:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a>ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>Any additional mirror sites will be labeled ftp2, ftp3 and so
|
||||
on.</p>
|
||||
|
||||
<p>More information about FreeBSD mirror sites can be found
|
||||
at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>For instructions on installing FreeBSD or updating an existing
|
||||
machine to 9.2-RELEASE please see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.2R/installation.html">http://www.FreeBSD.org/releases/9.2R/installation.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>FreeBSD 9.2-RELEASE will be supported until 2014-09-30. The
|
||||
End-of-Life dates can be found at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/security/">http://www.FreeBSD.org/security/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Other Projects Based on FreeBSD</h2>
|
||||
|
||||
<p>There are many "third party" Projects based on FreeBSD. The
|
||||
Projects range from re-packaging FreeBSD into a more "novice
|
||||
friendly" distribution to making FreeBSD available on Amazon's
|
||||
EC2 infrastructure. For more information about these Third
|
||||
Party Projects see:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a href="http://wiki.FreeBSD.org/3rdPartyProjects">http://wiki.FreeBSD.org/3rdPartyProjects</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Acknowledgments</h2>
|
||||
|
||||
<p>Many companies donated equipment, network access, or man-hours
|
||||
to support the release engineering activities for FreeBSD 9.2
|
||||
including The FreeBSD Foundation, Yahoo!, NetApp, Internet
|
||||
Systems Consortium, Sentex Communications, New York Internet,
|
||||
Juniper Networks, and iXsystems.</p>
|
||||
|
||||
<p>The release engineering team for 9.2-RELEASE includes:</p>
|
||||
|
||||
<table border="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Ken Smith <<a href="mailto:kensmith@FreeBSD.org">kensmith@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering Lead</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Marcus von Appen <<a href="mailto:mva@FreeBSD.org">mva@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Glen Barber <<a href="mailto:gjb@FreeBSD.org">gjb@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering, 9.2-RELEASE Release Engineer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Konstantin Belousov <<a href="mailto:kib@FreeBSD.org">kib@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Joel Dahl <<a href="mailto:joel@FreeBSD.org">joel@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Marc Fonvieille <<a href="mailto:blackend@FreeBSD.org">blackend@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Steven Kreuzer <<a href="mailto:skreuzer@FreeBSD.org">skreuzer@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Erwin Lansing <<a href="mailto:erwin@FreeBSD.org">erwin@FreeBSD.org</a>></td>
|
||||
<td>Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Xin Li <<a href="mailto:delphij@FreeBSD.org">delphij@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering, Security</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Simon L. B. Nielsen <<a href="mailto:simon@FreeBSD.org">simon@FreeBSD.org</a>></td>
|
||||
<td>Security Officer Emeritus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org">jpaetzel@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Colin Percival <<a href="mailto:cperciva@FreeBSD.org">cperciva@FreeBSD.org</a>></td>
|
||||
<td>Security Officer Emeritus</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Craig Rodrigues <<a href="mailto:rodrigc@FreeBSD.org">rodrigc@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Hiroki Sato <<a href="mailto:hrs@FreeBSD.org">hrs@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering, Documentation</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Gleb Smirnoff <<a href="mailto:glebius@FreeBSD.org">glebius@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Dag-Erling Smørgrav <<a href="mailto:des@FreeBSD.org">des@FreeBSD.org</a>></td>
|
||||
<td>Security Officer</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Marius Strobl <<a href="mailto:marius@FreeBSD.org">marius@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Robert Watson <<a href="mailto:rwatson@FreeBSD.org">rwatson@FreeBSD.org</a>></td>
|
||||
<td>Release Engineering, Security</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h2>Trademark</h2>
|
||||
|
||||
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
|
||||
|
||||
<h2>ISO Image Checksums</h2>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 63db06d3f468d219b308bb3fbc3f48e791134481fb1abf39e9b1ee415dcfc099
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = a8c1751b83646530148766618a89a97009e7500e7057a5cbe3afd74ef480c915
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 36c99ac1ffb90f2272df1bf10cafec999fde1b1a6bd289b5583836639c3639ae
|
||||
SHA256 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = fbc0c46f2db8c347145ee7c8308e4f3058dc5ec3155a9fb51d0f0e52ab2bf5cb</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-amd64-bootonly.iso) = 2338f255d0ddc4659d04545a3c27bfa1
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-disc1.iso) = cde180e3c5e3e370c97598a4feccb5b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-dvd1.iso) = 21448c2688ba938b42c1727449d69750
|
||||
MD5 (FreeBSD-9.2-RELEASE-amd64-memstick.img) = 8a7f0ee3cb2570785b2d0a760d99bad6</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = e2df14515911ab964a587c4ae5e23882c71908c4e589ae57f7848399232c161d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = 76093c27288f0ab939a5de14b621ec8eb1420d96343132c2b7c382747d35b67c
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = a1bba5668792cfc8197c0f81b28cdd17e912a1ae5816887f8518bf1536a99af8
|
||||
SHA256 (FreeBSD-9.2-RELEASE-i386-memstick.img) = aa635578fea1136da680420afaab21a8e0b7c39541566d28f468d6ebb7a1e3a8</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-i386-bootonly.iso) = c868d09dace9ec2d673fd62cbd1305b4
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-disc1.iso) = ba7ba7943177aee9626df228fb1ee6c2
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-dvd1.iso) = 917104df8d559f2ec981e98bfdf78e05
|
||||
MD5 (FreeBSD-9.2-RELEASE-i386-memstick.img) = affea2f784472cfbed9d16a6fdeab5ce</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 138b6f9fe7bbad418db956a53539ff75f77c918aedaf7fcc1d4960aa2ccca476
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = 906cfc5012504501547aa0c89292e66047faaed34f18e79594ab95635c43f6c2
|
||||
SHA256 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b178d6466f4b2eb9af0520eb8b434ce98ecab11b9d24bf6ad9478a30f9875531</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-ia64-bootonly.iso) = 2ef154556774c55ce0a5a27c7a674859
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-disc1.iso) = aa06455bfd9f54f1257c6b8484e81334
|
||||
MD5 (FreeBSD-9.2-RELEASE-ia64-memstick.img) = b047ea9791272a4fbc66cd9f401d6122</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 89fea7d441a71b96def24a80815566936b7b6eaab640030ae78518001806d626
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = b5f5adc9ab2392c2796881553582a1da1cfa99c62b62b57a3325fc7e6a7259c4
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = 3951ab28d6226f9c32a71f6d81d6ad9f9d05c9af5d11cf00118380f6ba20f282</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-powerpc-bootonly.iso) = 84ba491526faf1115827ee3c81593f92
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-disc1.iso) = 1a1f683a69d20419834d056d43c8e3de
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-memstick.img) = dd959ede1dff0971334d3722db8c8bcc</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = 092fa817a0a44fb49d05ed7aae44d98e78f4e3e0fc6e0297ee0d11ec8f8ccf37
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = 56daf1f49bff7ee9e31c3255170fe2373c8674cfce1c560e78deff4ae81c505d
|
||||
SHA256 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = be87c9edaa0b343a1223ebfb68dd161a023e287e067dd6550198c4ac23d47062</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-bootonly.iso) = c914b221a8f09ac8d004aa4d7db710a0
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-disc1.iso) = f471466df756ae85162fb8bb794d007a
|
||||
MD5 (FreeBSD-9.2-RELEASE-powerpc-powerpc64-memstick.img) = c6b739c889dd94e3ed3ac8ef277ced91</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = 76813e3a5b400ea56533a3d5762f76284746a736281b6e1bce882d9f0e2dd076
|
||||
SHA256 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 0a15095210058fa7c1572102e6af49407462fcd670d28a3af9dfc154efaeb72e</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-9.2-RELEASE-sparc64-bootonly.iso) = ae21e0dc63aa0d6327f44c733705c055
|
||||
MD5 (FreeBSD-9.2-RELEASE-sparc64-disc1.iso) = 7ce9c00d4b6e23124062cc2be8b56a74</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue