Announcement of 9.1-RELEASE. Finally.
With hat on: re
This commit is contained in:
parent
864ecd2dae
commit
988d340d9c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=40515
9 changed files with 388 additions and 8 deletions
|
@ -7,7 +7,8 @@
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
DOCS= relnotes.xml \
|
DOCS= announce.xml \
|
||||||
|
relnotes.xml \
|
||||||
schedule.xml
|
schedule.xml
|
||||||
|
|
||||||
DATA= docbook.css \
|
DATA= docbook.css \
|
||||||
|
|
331
en_US.ISO8859-1/htdocs/releases/9.1R/announce.xml
Normal file
331
en_US.ISO8859-1/htdocs/releases/9.1R/announce.xml
Normal file
|
@ -0,0 +1,331 @@
|
||||||
|
<?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.1-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.1-RELEASE. This is the second release
|
||||||
|
from the stable/9 branch, which improves on the stability of
|
||||||
|
FreeBSD 9.0 and introduces some new features. Some of the
|
||||||
|
highlights:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p>New Intel GPU driver with GEM/KMS support</p></li>
|
||||||
|
<li><p>netmap(4) fast userspace packet I/O framework</p></li>
|
||||||
|
<li><p>ZFS improvements from illumos project</p></li>
|
||||||
|
<li><p>CAM Target Layer, a disk and processor device emulation subsystem</p></li>
|
||||||
|
<li><p>Optional new C++11 stack including LLVM libc++ and libcxxrt</p></li>
|
||||||
|
<li><p>Jail devfs, nullfs, zfs mounting and configuration file support</p></li>
|
||||||
|
<li><p>POSIX2008 extended locale support, including compatibility with
|
||||||
|
Darwin extensions</p></li>
|
||||||
|
<li><p>oce(4) driver for Emulex OneConnect 10Gbit Ethernet card</p></li>
|
||||||
|
<li><p>sfxge(4) driver for 10Gb Ethernet adapters based on Solarflare
|
||||||
|
SFC9000 controller</p></li>
|
||||||
|
<li><p>Xen Paravirtualized Backend Ethernet Driver (netback) improvement</p></li>
|
||||||
|
<li><p>hpt27xx(4) driver for HighPoint RocketRAID 27xx-based SAS 6Gb/s HBA</p></li>
|
||||||
|
<li><p>GEOM multipath class improvement</p></li>
|
||||||
|
<li><p>GEOM raid class is enabled by default supporting software RAID
|
||||||
|
by deprecated ataraid(8)</p></li>
|
||||||
|
<li><p>kernel support for the AVX FPU extension</p></li>
|
||||||
|
<li><p>Numerous improvements in IPv6 hardware offload support</p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p><b>Please note that precompiled third-party packages are not
|
||||||
|
available for 9.1-RELEASE at the time of release. See the <a
|
||||||
|
href="#availability">Availability section</a> below for further
|
||||||
|
details.</b></p>
|
||||||
|
|
||||||
|
<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.1R/relnotes.html">http://www.FreeBSD.org/releases/9.1R/relnotes.html</a></tt></p></li>
|
||||||
|
|
||||||
|
<li><p><tt><a href="http://www.FreeBSD.org/releases/9.1R/errata.html">http://www.FreeBSD.org/releases/9.1R/errata.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.1-RELEASE is now available for the amd64, i386,
|
||||||
|
powerpc64, and sparc64 architectures.</p>
|
||||||
|
|
||||||
|
<p>FreeBSD 9.1 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
|
||||||
|
or BitTorrent as described in the sections 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 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, a collection 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.1-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>Due to the security incident reported here:</p>
|
||||||
|
|
||||||
|
<p><a href="http://www.FreeBSD.org/news/2012-compromise.html">http://www.FreeBSD.org/news/2012-compromise.html</a></p>
|
||||||
|
|
||||||
|
<p>only the small third-party package set on the DVD image is
|
||||||
|
available at this time for users who require pre-built packages
|
||||||
|
(just GNOME and KDE windowing systems). The FreeBSD Project's
|
||||||
|
package building infrastructure is undergoing a complete review
|
||||||
|
and redesign. At this time we can not commit to a date the full
|
||||||
|
release package set will become available. A separate
|
||||||
|
announcement will be made when that becomes available. If you
|
||||||
|
wish to install 9.1-RELEASE now you can build your own packages
|
||||||
|
using portsnap(8) to obtain an up to date ports tree and then
|
||||||
|
build the packages. If you require pre-built packages you
|
||||||
|
should wait for the announcement of the full release package set
|
||||||
|
becoming available.</p>
|
||||||
|
|
||||||
|
<p>FreeBSD 9.1-RELEASE can also be purchased on CD-ROM or DVD from
|
||||||
|
several vendors. One of the vendors that will be offering FreeBSD
|
||||||
|
9.1-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.1-RELEASE available.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp7.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp8.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.au.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.uk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp2.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/">ftp://ftp.za.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/9.1/</a></tt></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>However before trying these sites please check your regional
|
||||||
|
mirror(s) first by going to:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><tt>ftp://ftp.<yourdomain>.FreeBSD.org/pub/FreeBSD</tt></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p>Any additional mirror sites will be labeled
|
||||||
|
<strong>ftp2</strong>, <strong>ftp3</strong> 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.1-RELEASE please see:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><tt><a
|
||||||
|
href="http://www.FreeBSD.org/releases/9.1R/installation.html">http://www.FreeBSD.org/releases/9.1R/installation.html</a></tt></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Support</h2>
|
||||||
|
|
||||||
|
<p>9.1-RELEASE is an extended support releases and will be
|
||||||
|
supported by the FreeBSD Security Team until it's End-of-Life
|
||||||
|
(EoL) date of December 31st 2014. As 9.1-RELEASE got delayed,
|
||||||
|
the EoL of 9.0-RELEASE has been pushed to March 31st 2013 to
|
||||||
|
allow people sufficient time to upgrade. As always all EoL dates
|
||||||
|
can be found at <a href="http://security.FreeBSD.org/">http://security.FreeBSD.org/</a>.</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.1
|
||||||
|
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.1-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,
|
||||||
|
amd64, i386, sparc64 Release Building,
|
||||||
|
Mirror Site Coordination</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Robert Watson <<a href="mailto:rwatson@FreeBSD.org">rwatson@FreeBSD.org</a>></td>
|
||||||
|
<td>Release Engineering, Security</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Konstantin Belousov <<a href="mailto:kib@FreeBSD.org">kib@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>Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org">jpaetzel@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>Bjoern Zeeb <<a href="mailto:bz@FreeBSD.org">bz@FreeBSD.org</a>></td>
|
||||||
|
<td>Release Engineering, Package Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Marcel Moolenaar <<a href="marcel@FreeBSD.org">marcel@FreeBSD.org</a>></td>
|
||||||
|
<td>ia64, powerpc Release Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Nathan Whitehorn <<a href="mailto:nwhitehorn@FreeBSD.org">nwhitehorn@FreeBSD.org</a>></td>
|
||||||
|
<td>powerpc64 Release Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Simon Nielsen <<a href="mailto:simon@FreeBSD.org">simon@FreeBSD.org</a>></td>
|
||||||
|
<td>Security Officer</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<h2>Trademark</h2>
|
||||||
|
|
||||||
|
<p>FreeBSD is a registered trademark of The FreeBSD Foundation.</p>
|
||||||
|
|
||||||
|
<h2>ISO Image Checksums</h2>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = 03ec0d36578a5b2092c75ac8e3eb1979
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = f0a320fd52383c42649d48ea545915a9
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 5da132138da8360491eb0efa24760859
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = 9fb2d4ad338df42f5d86cd1ae3a427c4</pre>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 0c2338e03b9249c9806b8c2b10f36dec
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = e37d86ce83908bf4b667fdae7298bca5
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = dd07dc30035806cabd136f99ccab7eac
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 149b98037944300927a21341aa9a455a</pre>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = f65cb227e049c48bbc369d79a72e2916
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 4febdf7210882e8a9f8eee35315722ce
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = a26c7c24a0497980ffc67e1f199a5bba</pre>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = 3fb02e9998e6341fea7fa75073dcf5ea
|
||||||
|
MD5 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = 7fdec91c78799263d88f3918b71e219f</pre>
|
||||||
|
|
||||||
|
<pre>SHA256 (FreeBSD-9.1-RELEASE-amd64-bootonly.iso) = a7e429071a409232f36024df2fc92eed15dc795445030b305fa242c88d6f4596
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-amd64-disc1.iso) = 776ba34df5ffb8b5f04b823aacea32210104204b5d3d1547334a22c86cf7090e
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-amd64-dvd1.iso) = 7955f97e25985915013c1568319752c4006e722539c65723685923e343c3b5dc
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-amd64-memstick.img) = d085657fc039f579a69598163de39cd0d5d09b3f5ba79ea93bb508e7958cdef4</pre>
|
||||||
|
|
||||||
|
<pre>SHA256 (FreeBSD-9.1-RELEASE-i386-bootonly.iso) = 73361f5947a71465797979a99e9fdee40797c3fc5ebc9dd4d3d31262f4940985
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-i386-disc1.iso) = 211f9562e0c122598e03aa3fdb38dd8a5c79197a9d09e6ad32f9ee9ba4eb6e0e
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-i386-dvd1.iso) = 46a53f57e21a7a1c2d1c014bf2cfafae3848c749174777f3a04543f1da25b678
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-i386-memstick.img) = 9d037fbf6ac62350bf5d39be820f843c215befac94f8668a5d9935f6bec8e37d</pre>
|
||||||
|
|
||||||
|
<pre>SHA256 (FreeBSD-9.1-RELEASE-powerpc64-bootonly.iso) = a2cd9f2d58571d3e9fbb5fadd13237622d4bf1a732d61acbe649e29153a16801
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-memstick) = 02d0bb7236335c6154683800a17c84eb810fbf7950da8c818a519bc09b7ef84e
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-powerpc64-release.iso) = b04fb13eab306424319bb8ecd280a655ca6df51dc1ff5dcd6adb6eaa3ff88dba</pre>
|
||||||
|
|
||||||
|
<pre>SHA256 (FreeBSD-9.1-RELEASE-sparc64-bootonly.iso) = be55f9950e70e4da13c29c90bae0c2110e176939085d72b77e18e23307bbfaea
|
||||||
|
SHA256 (FreeBSD-9.1-RELEASE-sparc64-disc1.iso) = aa57a02b2d7e46ad8ccca1adcef0ae9aad86b2f4fb5ee9d42e21a95ae2c29f47</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -113,7 +113,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>RELEASE announcement</td>
|
<td>RELEASE announcement</td>
|
||||||
<td>12 November 2012</td>
|
<td>12 November 2012</td>
|
||||||
<td>-</td>
|
<td>31 December 2012</td>
|
||||||
<td>9.1-RELEASE press release.</td>
|
<td>9.1-RELEASE press release.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
|
|
@ -102,6 +102,16 @@
|
||||||
Information</a> page.</p>
|
Information</a> page.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><b>9.0</b> (January 2012)
|
||||||
|
<em>
|
||||||
|
<a href="9.0R/announce.html">Announcement</a>:
|
||||||
|
<a href="9.0R/relnotes.html">Release Notes</a>:
|
||||||
|
<a href="9.0R/installation.html">Installation Instructions</a>:
|
||||||
|
<a href="9.0R/hardware.html">Hardware Notes</a>:
|
||||||
|
<a href="9.0R/readme.html">Readme</a>:
|
||||||
|
<a href="9.0R/errata.html">Errata</a>
|
||||||
|
</em></li>
|
||||||
|
|
||||||
<li><b>8.2</b> (February 2011)
|
<li><b>8.2</b> (February 2011)
|
||||||
<em>
|
<em>
|
||||||
<a href="8.2R/announce.html">Announcement</a>:
|
<a href="8.2R/announce.html">Announcement</a>:
|
||||||
|
|
|
@ -38,6 +38,14 @@ RELENG_7_3:
|
||||||
box width .9 "\s-3RELENG_7_3\s+3" dashed
|
box width .9 "\s-3RELENG_7_3\s+3" dashed
|
||||||
|
|
||||||
line -> right from RELENG_7_3_0_RELEASE.e
|
line -> right from RELENG_7_3_0_RELEASE.e
|
||||||
|
RELENG_7_4_0_RELEASE:
|
||||||
|
ellipse width .9 "\s-27.4-RELEASE\s+2"
|
||||||
|
|
||||||
|
line -> down from RELENG_7_4_0_RELEASE.s
|
||||||
|
RELENG_7_4:
|
||||||
|
box width .9 "\s-3RELENG_7_4\s+3" dashed
|
||||||
|
|
||||||
|
line -> right from RELENG_7_4_0_RELEASE.e
|
||||||
RELENG_7:box "\s-27-STABLE\s+2"
|
RELENG_7:box "\s-27-STABLE\s+2"
|
||||||
|
|
||||||
.PE
|
.PE
|
||||||
|
|
|
@ -14,6 +14,14 @@ RELENG_9_0:
|
||||||
box width .9 "\s-3RELENG_9_0\s+3" dashed
|
box width .9 "\s-3RELENG_9_0\s+3" dashed
|
||||||
|
|
||||||
line -> right from RELENG_9_0_0_RELEASE.e
|
line -> right from RELENG_9_0_0_RELEASE.e
|
||||||
|
RELENG_9_1_0_RELEASE:
|
||||||
|
ellipse width .9 "\s-29.1-RELEASE\s+2"
|
||||||
|
|
||||||
|
line -> down from RELENG_9_1_0_RELEASE.s
|
||||||
|
RELENG_9_1:
|
||||||
|
box width .9 "\s-3RELENG_9_1\s+3" dashed
|
||||||
|
|
||||||
|
line -> right from RELENG_9_1_0_RELEASE.e
|
||||||
RELENG_9:box "\s-29-STABLE\s+2"
|
RELENG_9:box "\s-29-STABLE\s+2"
|
||||||
|
|
||||||
.PE
|
.PE
|
||||||
|
|
|
@ -64,8 +64,8 @@ used in both environments.
|
||||||
<!-- The currently released version of FreeBSD. This value is used to
|
<!-- The currently released version of FreeBSD. This value is used to
|
||||||
create some links on web sites and such, so do NOT change it until
|
create some links on web sites and such, so do NOT change it until
|
||||||
it's really release time -->
|
it's really release time -->
|
||||||
<!ENTITY rel.current "9.0">
|
<!ENTITY rel.current "9.1">
|
||||||
<!ENTITY rel.current.date "January 2012">
|
<!ENTITY rel.current.date "December 2012">
|
||||||
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
<!ENTITY rel.current.notes 'http://www.FreeBSD.org/releases/&rel.current;R/notes.html'>
|
||||||
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
<!ENTITY rel.current.hardware 'http://www.FreeBSD.org/releases/&rel.current;R/hardware.html'>
|
||||||
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
<!ENTITY rel.current.errata 'http://www.FreeBSD.org/releases/&rel.current;R/errata.html'>
|
||||||
|
|
|
@ -33,6 +33,28 @@
|
||||||
<month>
|
<month>
|
||||||
<name>12</name>
|
<name>12</name>
|
||||||
|
|
||||||
|
<day>
|
||||||
|
<name>31</name>
|
||||||
|
|
||||||
|
<event>
|
||||||
|
<title>&os; 9.1-RELEASE Available</title>
|
||||||
|
|
||||||
|
<p><a href="&enbase;/releases/9.1R/announce.html">FreeBSD
|
||||||
|
9.1-RELEASE</a> is now available. Please be sure to
|
||||||
|
check the <a
|
||||||
|
href="&enbase;/releases/9.1R/relnotes.html">Release
|
||||||
|
Notes</a> (<a
|
||||||
|
href="&enbase;/releases/9.1R/relnotes-detailed.html">detailed
|
||||||
|
version</a>) and <a
|
||||||
|
href="&enbase;/releases/9.1R/errata.html">Release
|
||||||
|
Errata</a> before installation for any late-breaking
|
||||||
|
news and/or issues with 9.1. More information about
|
||||||
|
FreeBSD releases can be found on the <a
|
||||||
|
href="&enbase;/releases/index.html">Release
|
||||||
|
Information</a> page.</p>
|
||||||
|
</event>
|
||||||
|
</day>
|
||||||
|
|
||||||
<day>
|
<day>
|
||||||
<name>20</name>
|
<name>20</name>
|
||||||
|
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
don't have something in BETAn or RCn), then change %beta.testing
|
don't have something in BETAn or RCn), then change %beta.testing
|
||||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||||
|
|
||||||
<!ENTITY beta.testing "INCLUDE">
|
<!ENTITY beta.testing "IGNORE">
|
||||||
<!ENTITY % beta.testing "INCLUDE">
|
<!ENTITY % beta.testing "IGNORE">
|
||||||
<!ENTITY betarel.current '9.1'>
|
<!ENTITY betarel.current '9.1'>
|
||||||
<!ENTITY betarel.vers 'RC3'>
|
<!ENTITY betarel.vers 'RC3'>
|
||||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||||
|
@ -44,8 +44,8 @@
|
||||||
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
<!ENTITY u.betarel2.schedule '&base;/releases/&betarel2.current;R/schedule.html'>
|
||||||
|
|
||||||
<!ENTITY rel.current.major '9'>
|
<!ENTITY rel.current.major '9'>
|
||||||
<!ENTITY rel.current '&rel.current.major;.0'>
|
<!ENTITY rel.current '&rel.current.major;.1'>
|
||||||
<!ENTITY rel.current.date 'January 2012'>
|
<!ENTITY rel.current.date 'December 2012'>
|
||||||
|
|
||||||
<!-- URLs to information on the latest release -->
|
<!-- URLs to information on the latest release -->
|
||||||
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
<!ENTITY u.rel.notes '&base;/releases/&rel.current;R/relnotes.html'>
|
||||||
|
|
Loading…
Reference in a new issue