7.3-RELEASE is released.
Hat on: re
This commit is contained in:
parent
55a461f6aa
commit
f116ac45e1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35565
8 changed files with 431 additions and 20 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/7.3R/Makefile,v 1.2 2010/03/19 18:50:42 hrs Exp $
|
||||
# $FreeBSD: www/en/releases/7.3R/Makefile,v 1.3 2010/03/23 13:48:13 hrs Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,7 +8,8 @@
|
|||
.endif
|
||||
|
||||
DOCS= schedule.sgml \
|
||||
relnotes.sgml
|
||||
relnotes.sgml \
|
||||
announce.sgml
|
||||
|
||||
DATA= docbook.css \
|
||||
errata.html \
|
||||
|
|
378
en/releases/7.3R/announce.sgml
Normal file
378
en/releases/7.3R/announce.sgml
Normal file
|
@ -0,0 +1,378 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD 7.3-RELEASE Announcement">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>The FreeBSD Release Engineering Team is pleased to announce the
|
||||
availability of FreeBSD 7.3-RELEASE. This is the fourth release
|
||||
from the 7-STABLE branch which improves on the functionality of
|
||||
FreeBSD 7.2 and introduces a few new features. There will be one
|
||||
more release from this branch to allow future improvements to be
|
||||
made available in the 7-STABLE branch but at this point most
|
||||
developers are focused on 8-STABLE.</p>
|
||||
|
||||
<p>Some of the highlights:</p>
|
||||
|
||||
<ul>
|
||||
<li><p>ZFS updated to version 13</p></li>
|
||||
<li><p>new boot loader gptzfsboot supports GPT and ZFS</p></li>
|
||||
<li><p>hwpmc(4) enhancements including support for Core2/i7 processor
|
||||
and pmcannotate(8)</p></li>
|
||||
<li><p>new mfiutil and mptutil tools for widely used RAID controllers</p></li>
|
||||
<li><p>NULL pointer vulnerability mitigation</p></li>
|
||||
<li><p>bind updated to 9.4-ESV</p></li>
|
||||
<li><p>Gnome updated to 2.28.2</p></li>
|
||||
<li><p>KDE updated to 4.3.5</p></li>
|
||||
<li><p>Perl updated to 5.10</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/7.3R/relnotes.html">http://www.FreeBSD.org/releases/7.3R/relnotes.html</a></tt></p></li>
|
||||
|
||||
<li><p><tt><a href="http://www.FreeBSD.org/releases/7.3R/errata.html">http://www.FreeBSD.org/releases/7.3R/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>Availability</h2>
|
||||
|
||||
<p>FreeBSD 7.3-RELEASE is now available for the amd64, i386, pc98,
|
||||
and sparc64 architectures.</p>
|
||||
|
||||
<p>FreeBSD 7.3 can be installed from bootable ISO images or over the
|
||||
network. 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,
|
||||
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
|
||||
xorg packages for CDROM-sized media. There are no other
|
||||
packages on this image but there are more packages (mostly
|
||||
Gnome and KDE) on the disc2 and disc3 images. If you choose
|
||||
to install packages post-install you should just need disc1,
|
||||
you only need disc2/disc3 if you want to install Gnome or KDE
|
||||
during install.</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>
|
||||
</dl>
|
||||
|
||||
<p>FreeBSD 7.3-RELEASE can also be purchased on CD-ROM or DVD from
|
||||
several vendors. One of the vendors that will be offering FreeBSD
|
||||
7.3-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>BitTorrent</h2>
|
||||
|
||||
<p>7.3-RELEASE ISOs are available via BitTorrent. A collection of
|
||||
torrent files to download the images is available at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a
|
||||
href="http://torrents.FreeBSD.org:8080/">http://torrents.FreeBSD.org:8080/</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>FTP</h2>
|
||||
|
||||
<p>At the time of this announcement the following FTP sites have
|
||||
FreeBSD 7.3-RELEASE available.</p>
|
||||
|
||||
<ul>
|
||||
<li><tt><a href="ftp://ftp.freebsd.org/pub/FreeBSD/">ftp://ftp.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp1.freebsd.org/pub/FreeBSD/">ftp://ftp1.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp3.freebsd.org/pub/FreeBSD/">ftp://ftp3.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp7.freebsd.org/pub/FreeBSD/">ftp://ftp7.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp13.freebsd.org/pub/FreeBSD/">ftp://ftp13.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp14.freebsd.org/pub/FreeBSD/">ftp://ftp14.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.dk.freebsd.org/pub/FreeBSD/">ftp://ftp.dk.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.fr.freebsd.org/pub/FreeBSD/">ftp://ftp.fr.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.jp.freebsd.org/pub/FreeBSD/">ftp://ftp.jp.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.ru.freebsd.org/pub/FreeBSD/">ftp://ftp.ru.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp1.ru.freebsd.org/pub/FreeBSD/">ftp://ftp1.ru.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp.tw.freebsd.org/pub/FreeBSD/">ftp://ftp.tw.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp4.tw.freebsd.org/pub/FreeBSD/">ftp://ftp4.tw.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp3.us.freebsd.org/pub/FreeBSD/">ftp://ftp3.us.freebsd.org/pub/FreeBSD/</a></tt></li>
|
||||
<li><tt><a href="ftp://ftp10.us.freebsd.org/pub/FreeBSD/">ftp://ftp10.us.freebsd.org/pub/FreeBSD/</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, please see Chapter 2 of
|
||||
The FreeBSD Handbook. It provides a complete installation
|
||||
walk-through for users new to FreeBSD, and can be found online
|
||||
at:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Updates from Source</h2>
|
||||
|
||||
<p>The procedure for doing a source code based update is described in the
|
||||
FreeBSD Handbook:</p>
|
||||
|
||||
<ul>
|
||||
<li><p><tt><a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/synching.html</a></tt></p></li>
|
||||
|
||||
<li><p><tt><a
|
||||
href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html">http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html</a></tt></p></li>
|
||||
</ul>
|
||||
|
||||
<p>The branch tag to use for updating the source is <tt>RELENG_7_3</tt>.</p>
|
||||
|
||||
<h2>FreeBSD Update</h2>
|
||||
|
||||
<p>The freebsd-update(8) utility supports binary upgrades of i386
|
||||
and amd64 systems running earlier FreeBSD releases. Systems running
|
||||
7.[012]-RELEASE, 7.3-BETA1, or 7.3-RC[12] can upgrade as follows:</p>
|
||||
|
||||
<pre># freebsd-update upgrade -r 7.3-RELEASE</pre>
|
||||
|
||||
<p>During this process, FreeBSD Update may ask the user to help by
|
||||
merging some configuration files or by confirming that the
|
||||
automatically performed merging was done correctly.</p>
|
||||
|
||||
<pre># freebsd-update install</pre>
|
||||
|
||||
<p>The system must be rebooted with the newly installed kernel
|
||||
before continuing.</p>
|
||||
|
||||
<pre># shutdown -r now</pre>
|
||||
|
||||
<p>After rebooting, freebsd-update needs to be run again to install
|
||||
the new userland components, and the system needs to be rebooted
|
||||
again:</p>
|
||||
|
||||
<pre># freebsd-update install
|
||||
# shutdown -r now</pre>
|
||||
|
||||
<p>Users of earlier FreeBSD releases (FreeBSD 6.x) can also use
|
||||
freebsd-update to upgrade to FreeBSD 7.3, but will be prompted to
|
||||
rebuild all third-party applications (e.g., anything installed
|
||||
from the ports tree) after the second invocation of
|
||||
"freebsd-update install", in order to handle differences in the
|
||||
system libraries between FreeBSD 6.x and FreeBSD 7.x.</p>
|
||||
|
||||
<h2>Support</h2>
|
||||
|
||||
<p>The FreeBSD Security Team currently plans to support FreeBSD 7.3
|
||||
until March 31st 2012. Users of FreeBSD 7.2 are strongly
|
||||
encouraged to upgrade to either FreeBSD 7.3 or FreeBSD 8.0 before
|
||||
the FreeBSD 7.2 End of Life on June 30th 2010. 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 7.3 including
|
||||
The FreeBSD Foundation, Hewlett-Packard, Yahoo!, NetApp, Internet
|
||||
Systems Consortium, iXsystems, and Sentex Communications.</p>
|
||||
|
||||
<p>The release engineering team for 7.3-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>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</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Takahashi Yoshihiro <<a href="mailto: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>Pav Lucistnik <<a href="mailto:pav@FreeBSD.org">pav@FreeBSD.org</a>></td>
|
||||
<td>Package Building</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Ion-Mihai Tetcu <<a href="mailto:itetcu@FreeBSD.org">itetcu@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>Colin Percival <<a href="mailto:cperciva@FreeBSD.org">cperciva@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-7.3-RELEASE-amd64-bootonly.iso) = 759246c235869ee6d89e84910d1bab63
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) = 7c5049d15a95d9e0dd5eca013d1086b8
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-disc2.iso) = 4c829f2d3b2c88d857fe600362aa4ea2
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-disc3.iso) = 29b50df4507a0bdf0aea21324889205c
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-docs.iso) = 3433f7ab2e204369b0965a2d857e5f97
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-dvd1.iso) = 7b9c2e7766c5e7684d6b305cb05be7f8
|
||||
MD5 (FreeBSD-7.3-RELEASE-amd64-livefs.iso) = 73552eb142365c497ecc51bf5bcef131</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-7.3-RELEASE-i386-bootonly.iso) = 557e05b367cc84d672878e19a7a28a04
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-disc1.iso) = 310d3e4d6fd03608f6fbbbecc4f13d6d
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-disc2.iso) = ade3d0b064a934da1cbd0bcc4bde8159
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-disc3.iso) = b57b9bfe9c1856a54fa719d175987c57
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-docs.iso) = c496b49fb7c6e9acf084eb4148b6b942
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-dvd1.iso) = 8b940feb3174dab1703297d4b59ddaa4
|
||||
MD5 (FreeBSD-7.3-RELEASE-i386-livefs.iso) = 553d28df18560a2916bc9733e625e8fb</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-7.3-RELEASE-pc98-bootonly.iso) = 639defb907eb57c4902592092fa77869
|
||||
MD5 (FreeBSD-7.3-RELEASE-pc98-disc1.iso) = cde68c0b13b819528c157e493d74568b
|
||||
MD5 (FreeBSD-7.3-RELEASE-pc98-livefs.iso) = 504a42bae0b1948fbf45cb1e1ffda4d3</pre>
|
||||
|
||||
<pre>MD5 (FreeBSD-7.3-RELEASE-sparc64-bootonly.iso) = 719acf982a7994edc9922c28abb4ef49
|
||||
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc1.iso) = 6af2258863aa30c1a8f0bb53f785a02c
|
||||
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc2.iso) = f3040f02b198b695a36e31f72b23b0ee
|
||||
MD5 (FreeBSD-7.3-RELEASE-sparc64-disc3.iso) = 3191f0c8521a101ca510f80e4c0ba16a
|
||||
MD5 (FreeBSD-7.3-RELEASE-sparc64-docs.iso) = 9306d29be84e9677906ce971b370d3cc</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-7.3-RELEASE-amd64-bootonly.iso) = 5a59fe1eb3012c42f77432141a62cc2e44e962c0e10b7b140cae5e2a4007e2a6
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc1.iso) = 7f5970e095774c0cdf802e9a15b4419d0166fa7641c2b65f1a1431429105b98b
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc2.iso) = 4b281e76e39fc573bfd07391c2ab3d788f2de3c7b48243b16d9159fc027a3a99
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-disc3.iso) = ed78f617800056c14cad15856f720f493742cbd5fbe454955579cb29cb778ef7
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-docs.iso) = b2224360926499df2bb535d202bddb790371434bec3abdc135afc35836bbe5b8
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-dvd1.iso) = 83ae9ca4e62713a5b0b76a208e898d404508f795e617c8292ed16ec0633aa3b8
|
||||
SHA256 (FreeBSD-7.3-RELEASE-amd64-livefs.iso) = cda760fffbde26e3908edd21286e349d31f49f53c2572a7fde739c908456534b</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-7.3-RELEASE-i386-bootonly.iso) = 29066f9f3557a0b599b88e19e8cdd3248dd580dc627d9fc8aeee7c11317d5433
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-disc1.iso) = e1623209b45df700e624ed37d8526b298fddc48af14e40fbe8a62c0b3801819b
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-disc2.iso) = 0413cd6c64d2278044bca5a7c37b848f8ba16cc8429d358c12ba58ac02acbf54
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-disc3.iso) = f621be0a0ba5225f528584a6b85d1936b2a291dcd849b2c7da6fd09d703f11c9
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-docs.iso) = 107c642abb44d9ffde43f9da80564010c225fa7da37424a499a771a4a5d0f602
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-dvd1.iso) = f2cb0b5cd01124a212819e7de87e2fc463ded07ab6c150f8b9c38fc7810f8194
|
||||
SHA256 (FreeBSD-7.3-RELEASE-i386-livefs.iso) = 22cf0423766057740fcdeff8fca72b602a3d9b0e4b037b704320f65cdea11bd0</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-7.3-RELEASE-pc98-bootonly.iso) = 3bfd7b24ef6e7563df5878e1eca9223aab0e02eec89690730efb3a9bc7cee895
|
||||
SHA256 (FreeBSD-7.3-RELEASE-pc98-disc1.iso) = 5fde4d15c9144ac64ea354546c24079f5abc0976ed7a868edab4990657ece776
|
||||
SHA256 (FreeBSD-7.3-RELEASE-pc98-livefs.iso) = e564864d9568430574dddb97ae3c5741b2b981926b626dfc003620fb95ce9d1a</pre>
|
||||
|
||||
<pre>SHA256 (FreeBSD-7.3-RELEASE-sparc64-bootonly.iso) = f99a648aa04df5b9d9d8f66055f8a2789759a7305c03dc7b890abfec1869a341
|
||||
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc1.iso) = 5d659bd0c8e22244bc987a92efd34d3bb725e489a491635abd42888b89e802e8
|
||||
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc2.iso) = 0583bc6eda0e6e86bcd901773de759e55c34cadb17e5fcd00e428afe36fcce1e
|
||||
SHA256 (FreeBSD-7.3-RELEASE-sparc64-disc3.iso) = 987aad567c165094781af8d808c0ba5fc4f1ef12efcf6cae66d3cf5d6425ffc6
|
||||
SHA256 (FreeBSD-7.3-RELEASE-sparc64-docs.iso) = 8d5440c371637d5b5510a69ce0dec2461c045df7c9ae6e3fd74bc1f0998ceb35</pre>
|
||||
|
||||
&footer;
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -18,8 +18,8 @@ alink="#0000FF">
|
|||
|
||||
<p class="COPYRIGHT">Copyright © 2010 The FreeBSD Documentation Project</p>
|
||||
|
||||
<p class="PUBDATE">$FreeBSD: releng/7.3/release/doc/en_US.ISO8859-1/errata/article.sgml
|
||||
205344 2010-03-19 18:43:15Z hrs $<br />
|
||||
<p class="PUBDATE">$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml
|
||||
205521 2010-03-23 18:36:45Z hrs $<br />
|
||||
</p>
|
||||
|
||||
<div class="LEGALNOTICE"><a id="TRADEMARKS" name="TRADEMARKS"></a>
|
||||
|
@ -102,13 +102,17 @@ target="_top">ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/</a>.</p>
|
|||
<h2 class="SECT1"><a id="LATE-NEWS" name="LATE-NEWS">4 Late-Breaking News and
|
||||
Corrections</a></h2>
|
||||
|
||||
<p>No news.</p>
|
||||
<p>[20100323] The FreeBSD 7.3-RELEASE Release Notes incorrectly mentioned that the
|
||||
hwpmc(4) driver has been added though this driver has already been added in 7.0-RELEASE.
|
||||
The changes in 7.3-RELEASE are that pmcannotate(8) utility and support for Intel Core 2
|
||||
and Core i7 have been added.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
<p align="center"><small>This file, and other release-related documents, can be
|
||||
downloaded from <a href="ftp://ftp.FreeBSD.org/">ftp://ftp.FreeBSD.org/</a>.</small></p>
|
||||
downloaded from <a
|
||||
href="http://www.FreeBSD.org/snapshots/">http://www.FreeBSD.org/snapshots/</a>.</small></p>
|
||||
|
||||
<p align="center"><small>For questions about FreeBSD, read the <a
|
||||
href="http://www.FreeBSD.org/docs.html">documentation</a> before contacting <<a
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.3R/schedule.sgml,v 1.3 2010/03/01 04:54:35 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/7.3R/schedule.sgml,v 1.4 2010/03/21 05:46:22 hrs Exp $">
|
||||
<!ENTITY local.rel "7.3">
|
||||
<!ENTITY local.rel.tag "7_3">
|
||||
<!ENTITY contact.re '<a href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>'>
|
||||
|
@ -137,7 +137,7 @@
|
|||
<tr>
|
||||
<td>Announcement</td>
|
||||
<td><strike>1 March 2010</strike><br>23 March 2010</td>
|
||||
<td>—</td>
|
||||
<td>23 March 2010</td>
|
||||
<td>Announcement sent out after a majority of the mirrors have
|
||||
received the bits.</td>
|
||||
</tr>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.122 2009/05/04 00:03:47 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.123 2009/11/26 21:21:59 hrs Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % navinclude.download "INCLUDE">
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.122 2009/05/04 00:03:47 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.123 2009/11/26 21:21:59 hrs Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -30,7 +30,6 @@ the <A HREF="&base;/news/newsflash.html">Newsflash</A> page.</em></p>
|
|||
<a href="&u.rel2.announce;">Announcement</a> :
|
||||
<a href="&u.rel2.notes;">Release Notes</a> :
|
||||
<a href="&u.rel2.hardware;">Hardware Notes</a> :
|
||||
<a href="&u.rel2.installation;">Installation Notes</a> :
|
||||
<a href="&u.rel2.readme;">Readme</a> :
|
||||
<a href="&u.rel2.errata;">Errata</a>
|
||||
</em></p>
|
||||
|
@ -65,6 +64,16 @@ FreeBSD</A> for details.</p>
|
|||
<a name="past"></A>
|
||||
<h2>Past Releases</h2>
|
||||
<ul>
|
||||
<li><b>7.2</b> (May 2009)
|
||||
<em>
|
||||
<a href="7.2R/announce.html">Announcement</a>:
|
||||
<a href="7.2R/relnotes.html">Release Notes</a>:
|
||||
<a href="7.2R/hardware.html">Hardware Notes</a>:
|
||||
<a href="7.2R/readme.html">Readme</a>:
|
||||
<a href="7.2R/errata.html">Errata</a>
|
||||
</em>
|
||||
</li>
|
||||
|
||||
<li><b>7.1</b> (January 2009)
|
||||
<em>
|
||||
<a href="7.1R/announce.html">Announcement</a>:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.281 2010/02/23 21:00:59 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.282 2010/03/12 03:22:51 delphij Exp $">
|
||||
<!ENTITY email 're'>
|
||||
<!ENTITY title "Release Engineering Information">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
@ -50,8 +50,7 @@
|
|||
<tr>
|
||||
<td>March 2010</td>
|
||||
<td>&os; 7.3</td>
|
||||
<td>RC2 is <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2010-March/055596.html">available</a></td>
|
||||
<td>Released on March 23, 2010.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.302 2010/03/18 19:04:46 tabthorpe Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.303 2010/03/21 21:27:18 pgj Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -34,6 +34,26 @@
|
|||
|
||||
<month>
|
||||
<name>3</name>
|
||||
|
||||
<day>
|
||||
<name>23</name>
|
||||
|
||||
<event>
|
||||
<title>FreeBSD 7.3-RELEASE Available</title>
|
||||
|
||||
<p><a href="&enbase;/releases/7.3R/announce.html">FreeBSD
|
||||
7.3-RELEASE</a> is now available. Please be sure to check
|
||||
the <a href="&enbase;/releases/7.3R/relnotes.html">Release
|
||||
Notes</a> and <a
|
||||
href="&enbase;/releases/7.3R/errata.html">Release
|
||||
Errata</a> before installation for any late-breaking news
|
||||
and/or issues with 7.3. More information about FreeBSD
|
||||
releases can be found on the <a
|
||||
href="&enbase;/releases/index.html">Release
|
||||
Information</a> page.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>18</name>
|
||||
<event>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.42 2010/02/23 20:59:45 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.43 2010/03/04 15:08:16 hrs Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,8 +28,8 @@
|
|||
<!-- If there is no release currently in the release cycle (i.e. we
|
||||
don't have something in BETAn or RCn), then change %beta.testing
|
||||
below to "IGNORE". If we do, use "INCLUDE". -->
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY beta.testing "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '7.3'>
|
||||
<!ENTITY betarel.vers 'RC2'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
@ -54,8 +54,8 @@
|
|||
<!ENTITY u.rel.readme '&base;/releases/&rel.current;R/readme.html'>
|
||||
|
||||
<!-- Secondary "current release" entities -->
|
||||
<!ENTITY rel2.current '7.2'>
|
||||
<!ENTITY rel2.current.date 'May 2009'>
|
||||
<!ENTITY rel2.current '7.3'>
|
||||
<!ENTITY rel2.current.date 'March 2010'>
|
||||
<!ENTITY rel2.current.major '7'>
|
||||
|
||||
<!-- URLs to information on the latest release -->
|
||||
|
|
Loading…
Reference in a new issue