- belately announce 8.1-BETA1
Approved by: re (kensmith)
This commit is contained in:
parent
a648a91cd6
commit
c1ad9d38b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35836
2 changed files with 22 additions and 6 deletions
share/sgml
|
@ -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.317 2010/05/20 17:23:03 jchandra Exp $
|
||||
$FreeBSD: www/share/sgml/news.xml,v 1.318 2010/05/28 14:40:34 jkois Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -35,6 +35,22 @@
|
|||
<month>
|
||||
<name>5</name>
|
||||
|
||||
<day>
|
||||
<name>29</name>
|
||||
|
||||
<event>
|
||||
<title>&os; 8.1-BETA1 Available</title>
|
||||
|
||||
<p>The first of the test builds for the &os;-8.1
|
||||
release cycle is now available. ISO images for Tier-1
|
||||
architectures are now <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-stable/2010-May/057040.html">available</a>
|
||||
on most of the <a
|
||||
href="&url.doc.base-en;/books/handbook/mirrors-ftp.html">&os;
|
||||
mirror sites</a>.</p>
|
||||
</event>
|
||||
</day>
|
||||
|
||||
<day>
|
||||
<name>24</name>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.44 2010/03/23 18:46:00 hrs Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/release.ent,v 1.45 2010/05/10 19:33:23 kwm Exp $ -->
|
||||
|
||||
<!-- XXX rel.current and u.rel.* should be available in doc/ -->
|
||||
<!-- The currently released versions of FreeBSD. This value is used to
|
||||
|
@ -28,10 +28,10 @@
|
|||
<!-- 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 "IGNORE">
|
||||
<!ENTITY % beta.testing "IGNORE">
|
||||
<!ENTITY betarel.current '7.3'>
|
||||
<!ENTITY betarel.vers 'RC2'>
|
||||
<!ENTITY beta.testing "INCLUDE">
|
||||
<!ENTITY % beta.testing "INCLUDE">
|
||||
<!ENTITY betarel.current '8.1'>
|
||||
<!ENTITY betarel.vers 'BETA1'>
|
||||
<!ENTITY u.betarel.schedule '&base;/releases/&betarel.current;R/schedule.html'>
|
||||
|
||||
<!-- If we have a second release in the release cycle (e.g. 5.x and 6.y
|
||||
|
|
Loading…
Reference in a new issue