Add announcement for 8.4-RELEASE.
Approved by: re (implicit)
This commit is contained in:
parent
e6ddf694b5
commit
5b78b40085
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41851
4 changed files with 359 additions and 5 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/8.4R/announce.xml
Normal file
331
en_US.ISO8859-1/htdocs/releases/8.4R/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 8.4-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 8.4-RELEASE. This is the fifth release
|
||||||
|
from the 8-STABLE branch which improves on the functionality of
|
||||||
|
FreeBSD 8.3 and introduces some new features. Some of the
|
||||||
|
highlights:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p>Gnome version 2.32.1, KDE version 4.10.1</p></li>
|
||||||
|
<li><p>Feature flags 5000 version of the ZFS filesystem.</p></li>
|
||||||
|
<li><p>Support for all shipping LSI storage controllers.</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/8.4R/relnotes.html">http://www.FreeBSD.org/releases/8.4R/relnotes.html</a></tt></p></li>
|
||||||
|
<li><p><tt><a href="http://www.FreeBSD.org/releases/8.4R/errata.html">http://www.FreeBSD.org/releases/8.4R/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>
|
||||||
|
|
||||||
|
<p>FreeBSD 8.4-RELEASE is now available for the amd64 and i386
|
||||||
|
architectures. Images for the pc98 architecture should be
|
||||||
|
available within the next 24 hours.</p>
|
||||||
|
|
||||||
|
<p>FreeBSD 8.4 can be installed from bootable ISO images or over
|
||||||
|
the network. Some architectures (currently amd64 and i386) also
|
||||||
|
support installing from a USB memory stick. The required files
|
||||||
|
can be downloaded via FTP 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>SHA256 and MD5 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, a collection of pre-built
|
||||||
|
packages, and the documentation. 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 and the
|
||||||
|
English documentation package for CDROM-sized media. There
|
||||||
|
are no other packages.</p></dd>
|
||||||
|
|
||||||
|
<dt>livefs:</dt>
|
||||||
|
|
||||||
|
<dd><p>This contains support for booting into a "livefs" based
|
||||||
|
rescue mode but does not support doing an install from the
|
||||||
|
CD itself. It is meant to help rescue an existing system
|
||||||
|
but could be used to do a network based install if
|
||||||
|
necessary.</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. The documentation packages are provided but no
|
||||||
|
other 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-8.4-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 8.4-RELEASE can also be purchased on CD-ROM or DVD from
|
||||||
|
several vendors. One of the vendors that will be offering FreeBSD
|
||||||
|
8.4-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 8.4-RELEASE available.</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp5.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp10.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp10.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.cn.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.cz.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.dk.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.jp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp1.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp1.ru.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp4.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp4.tw.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp5.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp5.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</a></tt></li>
|
||||||
|
<li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/">ftp://ftp10.us.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/8.4/</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 8.4-RELEASE please see:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><tt><a
|
||||||
|
href="http://www.FreeBSD.org/releases/8.4R/installation.html">http://www.FreeBSD.org/releases/8.4R/installation.html</a></tt></p></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Support</h2>
|
||||||
|
|
||||||
|
<p>The FreeBSD Security Team currently plans to support FreeBSD 8.4
|
||||||
|
until June 30, 2015. For more information on the Security Team
|
||||||
|
and their support of the various FreeBSD branches see:</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><p><tt><a
|
||||||
|
href="http://www.FreeBSD.org/security/">http://www.FreeBSD.org/security/</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 8.4
|
||||||
|
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 8.4-RELEASE includes:</p>
|
||||||
|
|
||||||
|
<table border="0">
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Josh Paetzel <<a href="mailto:jpaetzel@FreeBSD.org">jpaetzel@FreeBSD.org</a>></td>
|
||||||
|
<td>Release Engineering, 8.4-RELEASE Release Engineer</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Ken Smith <<a href="mailto:kensmith@FreeBSD.org">kensmith@FreeBSD.org</a>></td>
|
||||||
|
<td>Release Engineering, Release Engineering Team Lead,
|
||||||
|
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>Hiroki Sato <<a href="mailto:hrs@FreeBSD.org">hrs@FreeBSD.org</a>></td>
|
||||||
|
<td>Release Engineering, Documentation</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</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Joel Dahl <<a href="mailto:joel@FreeBSD.org">joel@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Steven Kreuzer <<a href="mailto:skreuzer@FreeBSD.org">skreuzer@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Xlt;in Li <<a href="mailto:delphij@FreeBSD.org">delphij@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Craig Rodrigues <<a href="mailto:rodrigc@FreeBSD.org">rodrigc@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Gleb Smirnoff <<a href="mailto:glebius@FreeBSD.org">glebius@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Marius Strobl <<a href="mailto:marius@FreeBSD.org">marius@FreeBSD.org></a></td>
|
||||||
|
<td>Release Engineering</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Takahashi Yoshihiro <<a href="nyan@FreeBSD.org">nyan@FreeBSD.org</a>></td>
|
||||||
|
<td>PC98 Release Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Joe Marcus Clarke <<a href="mailto:marcus@FreeBSD.org">marcus@FreeBSD.org</a>></td>
|
||||||
|
<td>Package Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Erwin Lansing <<a href="mailto:erwin@FreeBSD.org">erwin@FreeBSD.org</a>></td>
|
||||||
|
<td>Package Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Mark Linimon <<a href="mailto:linimon@FreeBSD.org">linimon@FreeBSD.org</a>></td>
|
||||||
|
<td>Package Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Martin Wilke <<a href="mailto:miwi@FreeBSD.org">miwi@FreeBSD.org</a>></td>
|
||||||
|
<td>Package Building</td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<td>Dag-Erling Smørgrav <<a href="mailto:des@FreeBSD.org">des@FreeBSD.org</a>></td>
|
||||||
|
<td>Security Officer Emeritus</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>Simon L. B. Nielsen <<a href="mailto:simon@FreeBSD.org">simon@FreeBSD.org</a>></td>
|
||||||
|
<td>Security Officer Emeritus</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-8.4-RELEASE-amd64-bootonly.iso) = c167d11721c2e505c062ccec4d0923fe18839d56c49e99e0646ab0de04294338
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-amd64-disc1.iso) = 2fb17d77d4eba34736eb98c142c56546dd73a4e7ac38895bb6c8517949282438
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-amd64-dvd1.iso) = 0a1acf77dee7fca7f71864e39804414ef53ad0540f2205bf0bfb954150f171f2
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-amd64-livefs.iso) = 6c0e004556e931da711d48bd530aaf45c056e4336b15acc00495cde128d8337a
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-amd64-memstick.img) = fe6686ce9f1c9afd3d1ee41d6c842d2173cfc8fed700fb76954fa2e2bef149cd</pre>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-8.4-RELEASE-amd64-bootonly.iso) = 6d0cb38073c803d5f76cdbd89e0a6f24
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-amd64-disc1.iso) = 642aba9299a30f06aca521abe0abb102
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-amd64-dvd1.iso) = c8dfd45a0b4d6afca1aa79b7374682fe
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-amd64-livefs.iso) = 72631f6b8a494390393db9f7c7a877bf
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-amd64-memstick.img) = 36823c5c2613220ebc304d2508874cf6</pre>
|
||||||
|
|
||||||
|
<pre>SHA256 (FreeBSD-8.4-RELEASE-i386-bootonly.iso) = 8a92bea891f2e9bb3a4c8613c3e075c72491a5f3904219abea00eadf3c8d4258
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-i386-disc1.iso) = 73ecc5ba0c36e7682c4862e7351d385e2e07bc97a09f9dff326d3cc1ec690cf8
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-i386-dvd1.iso) = 28fcba3954f5014b67748f9870b7db9a95797a88e68956523f39dea8824fa694
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-i386-livefs.iso) = 7ed52fd38bc399603ff2f69013df54032f44fb431bcf1cfb4e30230cd37e323b
|
||||||
|
SHA256 (FreeBSD-8.4-RELEASE-i386-memstick.img) = 071d889db802fc144c977023a94aece94dbe5a9e4019e85f7449128153110031</pre>
|
||||||
|
|
||||||
|
<pre>MD5 (FreeBSD-8.4-RELEASE-i386-bootonly.iso) = aca12a59ee988cccd19e4835ef8e6291
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-i386-disc1.iso) = 051bfda6a9521ca950548b5449c8c5ce
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-i386-dvd1.iso) = ca3ae875d0880e6b966f8eee2b13da40
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-i386-livefs.iso) = 13ca52edd45284fb64133ceef804f890
|
||||||
|
MD5 (FreeBSD-8.4-RELEASE-i386-memstick.img) = 52affc47ba90c9fa8df823a8c8c046e0</pre>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -33,6 +33,28 @@
|
||||||
<month>
|
<month>
|
||||||
<name>6</name>
|
<name>6</name>
|
||||||
|
|
||||||
|
<day>
|
||||||
|
<name>7</name>
|
||||||
|
|
||||||
|
<event>
|
||||||
|
<title>&os; 8.4-RELEASE Available</title>
|
||||||
|
|
||||||
|
<p><a href="&enbase;/releases/8.4R/announce.html">&os;
|
||||||
|
8.4-RELEASE</a> is now available. Please be sure to
|
||||||
|
check the <a
|
||||||
|
href="&enbase;/releases/8.4R/relnotes.html">Release
|
||||||
|
Notes</a> (<a
|
||||||
|
href="&enbase;/releases/8.4R/relnotes-detailed.html">detailed
|
||||||
|
version</a>) and <a
|
||||||
|
href="&enbase;/releases/8.4R/errata.html">Release
|
||||||
|
Errata</a> before installation for any late-breaking
|
||||||
|
news and/or issues with 8.4. More information about
|
||||||
|
&os; releases can be found on the <a
|
||||||
|
href="&enbase;/releases/index.html">Release
|
||||||
|
Information</a> page.</p>
|
||||||
|
</event>
|
||||||
|
</day>
|
||||||
|
|
||||||
<day>
|
<day>
|
||||||
<name>4</name>
|
<name>4</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 '8.4'>
|
<!ENTITY betarel.current '8.4'>
|
||||||
<!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'>
|
||||||
|
@ -57,8 +57,8 @@
|
||||||
|
|
||||||
<!-- Secondary "current release" entities -->
|
<!-- Secondary "current release" entities -->
|
||||||
<!ENTITY rel2.current.major '8'>
|
<!ENTITY rel2.current.major '8'>
|
||||||
<!ENTITY rel2.current '8.3'>
|
<!ENTITY rel2.current '8.4'>
|
||||||
<!ENTITY rel2.current.date 'April 2012'>
|
<!ENTITY rel2.current.date 'June 2013'>
|
||||||
|
|
||||||
<!-- URLs to information on the latest release -->
|
<!-- URLs to information on the latest release -->
|
||||||
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes-detailed.html'>
|
<!ENTITY u.rel2.notes '&base;/releases/&rel2.current;R/relnotes-detailed.html'>
|
||||||
|
|
Loading…
Reference in a new issue