Fix up the simulated email headers in the HTML version of the release
announcement to match the ones in the real announcement posted to announce@. (OK, one of the real announcements. I picked the one with the earliest Date: header.)
This commit is contained in:
parent
a64d3fd2f9
commit
698b1fa448
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15738
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/announce.sgml,v 1.1 2003/01/19 16:04:02 bmah Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/announce.sgml,v 1.2 2003/01/19 16:08:54 bmah Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0-RELEASE Announcement">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p><b>Date:</b> Sunday, 19 Jan 2003 09:00:00 -0800<br>
|
||||
<p><b>Date:</b> Sun, 19 Jan 2003 10:03:42 -0700<br>
|
||||
<b>From:</b> scottl@FreeBSD.org (Scott Long)<br>
|
||||
<b>To:</b> freebsd-announce@FreeBSD.org<br>
|
||||
<b>Subject:</b> FreeBSD 5.0-RELEASE Now Available</p>
|
||||
<b>Subject:</b> FreeBSD 5.0 Release Available</p>
|
||||
|
||||
<p>It is my privilege and pleasure to announce the availability of FreeBSD
|
||||
5.0-RELEASE. The culmination of nearly three years of work, this
|
||||
|
|
Loading…
Reference in a new issue