Add 3.5R
This commit is contained in:
parent
5ec3f44765
commit
3704b93b72
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7452
2 changed files with 11 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releases/Makefile,v 1.21 1999/12/21 01:13:52 nik Exp $
|
||||
# $FreeBSD: www/en/releases/Makefile,v 1.22 2000/03/16 01:12:24 jim Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -8,7 +8,7 @@ DOCS?= index.sgml snapshots.sgml
|
|||
|
||||
SUBDIR= 1.1 1.1.5 2.0 2.0.5R 2.1R 2.1.5R 2.1.6R 2.1.7R 2.2R
|
||||
SUBDIR+= 2.2.1R 2.2.2R 2.2.5R 2.2.6R 2.2.7R 2.2.8R 3.0R 3.1R 3.2R
|
||||
SUBDIR+= 3.3R 3.4R 4.0R
|
||||
SUBDIR+= 3.3R 3.4R 3.5R 4.0R
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.36 2000/03/05 17:11:40 phantom Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/index.sgml,v 1.37 2000/03/16 01:12:24 jim Exp $">
|
||||
<!ENTITY title "Release Information">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.36 2000/03/05 17:11:40 phantom Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/index.sgml,v 1.37 2000/03/16 01:12:24 jim Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -39,6 +39,13 @@ FreeBSD</A> for details.</p>
|
|||
<a name="past"></A>
|
||||
<h2>Past Releases</h2>
|
||||
<ul>
|
||||
<li><b>3.5</b> (June, 2000)
|
||||
<em>
|
||||
<a href="./3.5R/announce.html">Announcement</a>:
|
||||
<a href="./3.5R/notes.html">Release Notes</a>:
|
||||
<a href="./3.5R/errata.html">Errata List</a>
|
||||
</em>
|
||||
|
||||
<li><b>3.4</b> (December, 1999)
|
||||
<em>
|
||||
<a href="./3.4R/announce.html">Announcement</a>:
|
||||
|
|
Loading…
Reference in a new issue