6-CURRENT snapshot release in July 2005 has been released.
This commit is contained in:
parent
5b448e8f95
commit
408c515b56
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25014
2 changed files with 43 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
|||
<news>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/news/news.xml,v 1.308 2005/06/17 17:41:13 linimon Exp $
|
||||
$FreeBSD: www/en/news/news.xml,v 1.309 2005/07/02 13:32:32 wsalamon Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -31,6 +31,23 @@
|
|||
<month>
|
||||
<name>7</name>
|
||||
|
||||
<day>
|
||||
<name>2</name>
|
||||
|
||||
<event>
|
||||
<title>Snapshot Release in July 2005 Available</title>
|
||||
|
||||
<p>The FreeBSD 6-CURRENT snapshot releases in July 2005 are
|
||||
now available. This will likely be the last snapshot
|
||||
of 6.0-CURRENT before the RELENG_6 branch is made.
|
||||
The FreeBSD Release Engineering Team has released
|
||||
snapshot releases of 5-STABLE and 6-CURRENT to encourage
|
||||
people to test new features and improve the reliability.
|
||||
For more details, please visit
|
||||
<a href="$base/snapshots/index.html">the snapshots page</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>1</name>
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.7 2005/03/18 08:12:37 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/snapshots/index.sgml,v 1.8 2005/06/04 20:24:22 simon Exp $">
|
||||
<!ENTITY title "FreeBSD Snapshot Releases">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
||||
<!ENTITY url.snapshots "ftp://ftp.freebsd.org/pub/FreeBSD/snapshots">
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.7 2005/03/18 08:12:37 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/en/snapshots/index.sgml,v 1.8 2005/06/04 20:24:22 simon Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -25,6 +25,29 @@
|
|||
<p>The snapshots currently available are the following:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="&url.snapshots;/Jul_2005/">Snapshots in July, 2005</a>
|
||||
(<a href="&url.snapshots;/Jul_2005/README.TXT">README.TXT</a>)
|
||||
<ul>
|
||||
<li>Built at 02 July 2005 07:00 UTC.</li>
|
||||
<li>6-CURRENT only:
|
||||
<a href="&url.snapshots;/Jul_2005/6-CURRENT-SNAP20050702-alpha-disc1.iso">alpha</a>,
|
||||
<a href="&url.snapshots;/Jul_2005/6.0-CURRENT-SNAP005-amd64-disc1.iso">amd64</a>,
|
||||
<a href="&url.snapshots;/Jul_2005/6-CURRENT-SNAP005-ia64-disc1.iso">ia64</a>,
|
||||
<a href="&url.snapshots;/Jul_2005/6.0-CURRENT-SNAP005-i386-disc1.iso">i386</a>.
|
||||
<!-- <a href="&url.snapshots;/Jul_2005/6.0-CURRENT-SNAP005-pc98-disc1.iso">pc98</a>, -->
|
||||
<!-- <a href="&url.snapshots;/Jul_2005/6.0-CURRENT-SNAP005-sparc64-disc1.iso">sparc64</a> -->
|
||||
</li>
|
||||
|
||||
<li>Remarkable changes: new DHCP client (dhclient)
|
||||
from OpenBSD, new WPA wireless authentication framework,
|
||||
many VFS bugfixes, significantly improved 32-bit application support on amd64,
|
||||
and significantly improved kernel crashdump support for machines with 4GB or
|
||||
more of RAM, many bug fixes to TCP, NFS, DRI, and other subsystems.</li>
|
||||
|
||||
<li>For known issues, see
|
||||
<a href="&url.snapshots;/Jul_2005/README.TXT">README.TXT</a>.</li>
|
||||
</ul>
|
||||
|
||||
<li><a href="&url.snapshots;/Jun_2005/">Snapshots in June, 2005</a>
|
||||
(<a href="&url.snapshots;/Jun_2005/README.TXT">README.TXT</a>)
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue