Commit graph

208 commits

Author SHA1 Message Date
Ken Smith
0440a26bdf Hook the new page about Daylight Savings Time change up to the build
and link to it from the index.
2007-02-26 22:35:28 +00:00
Ken Smith
518e2c309e New page to provide information about this year's change in Daylight
Savings Time.
2007-02-26 22:34:36 +00:00
Colin Percival
5d5bea2a69 Requiescat In Pace, FreeBSD 6.0-RELEASE (November 4, 2005 -- January 31, 2007)
Requiescat In Pace, FreeBSD 4.11-RELEASE (January 25, 2005 -- January 31, 2007)

Requiescat In Pace, FreeBSD 4-STABLE (March 14, 2000 -- January 31, 2007)
2007-02-01 00:01:12 +00:00
Ken Smith
d4f4293fb6 Note that RELENG_6_2 has been turned over to the Security Officer and
that HEAD has entered code slush in preparation for branching RELENG_7
in June.
2007-01-22 14:28:01 +00:00
Erwin Lansing
14f1a843f5 Note that the ports tree is fully open after the 6.2 release. 2007-01-19 18:13:57 +00:00
Ken Smith
4c59737f3d Update status of RELENG_6. 2007-01-19 18:03:25 +00:00
Bruce A. Mah
efa9d5a96e Remove 6.2-related items from future activities list.
Remove an extraneous comma.
2007-01-15 19:01:38 +00:00
Bruce A. Mah
3d7656ee40 Update 6.2-RELEASE schedule to reflect current estimates.
Hope I don't jinx it further by posting this.

Discussed with:	kensmith
2006-12-28 16:49:50 +00:00
Hiroki Sato
2a0a824c59 The doc tree is now in a slush.
Prodded by:	delphij
2006-12-08 17:09:58 +00:00
Bruce A. Mah
1a01b15c37 5.3 and 5.4 have been EOL-ed (this actually happened about three weeks
ago)...change their status here.

Submitted by:	moose at opera dot com
Approved by:	re
2006-11-24 18:06:58 +00:00
Bruce A. Mah
db134dc8b8 RELENG_6 is now open for (careful and not too major) commits. 2006-11-18 20:26:13 +00:00
Bruce A. Mah
2bf50905d7 Add RELENG_6_2 to list of branches. 2006-11-15 20:21:57 +00:00
Bruce A. Mah
3b90bfd208 Set a release date for 6.2 of mid-December, which is at least somewhat
in touch with the state of reality as I see it.

Approved by:	re
2006-11-11 19:21:17 +00:00
Joe Marcus Clarke
575b7f012b Mark the ports tree as being in a pre-release slush. 2006-10-30 23:52:03 +00:00
Bruce A. Mah
c777dc2106 Add a link to 6.2-BETA images.
I'm not 100% happy with the way I did this; I wonder if the link from
this page should be more prominent than it is.

Suggested by:	scottl
2006-10-05 15:21:35 +00:00
Joel Dahl
695cb23768 Add links to the schedule, the todo list and the approvals list.
Approved by:	hrs
2006-09-23 12:44:14 +00:00
Bruce A. Mah
0f8ba1ae2b Update upcoming release table to reflect current 6.2 schedule. 2006-09-16 15:38:33 +00:00
Bruce A. Mah
276034d3b9 Note that RELENG_6 is frozen for 6.2 release engineering activities. 2006-09-10 17:19:37 +00:00
Joel Dahl
84d7f0858b s/9/10/ 2006-09-10 09:27:35 +00:00
Ken Smith
4adad02bf7 Update the date of RELENG_6 code freeze for 6.2-REL. 2006-09-05 17:33:37 +00:00
Hiroki Sato
cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00
Giorgos Keramidas
0bfc9df4bd Fix a broken link, by pointing at the definition of `MFC' in the
Handbook glossary.

Submitted by:	Daniel Gerzo <danger@rulez.sk>
2006-08-08 11:58:48 +00:00
Bruce A. Mah
a05c480bbc Push back the entire 6.2 release cycle by about four weeks. In part
this slippage was caused by slippage in 6.1-RELEASE.  There are
several issues that need to be resolved before we can really get the
ball rolling on 6.2; this schedule change represents our best estimate
of a realistic start and end to the 6.2 release cycle.  Further
changes (as well as a more detailed 6.2 schedule) as we get closer to
the start of RELENG_6 code freeze.

While here, make the 6.3 dates "TBA" (to be announced).

Approved by:	re (implicitly)
Discussed with:	kensmith
2006-07-17 19:01:00 +00:00
Colin Percival
8dba986405 Note that FreeBSD 4.10 is no longer officially supported. 2006-06-23 06:09:29 +00:00
Bruce A. Mah
e8625522f4 RELENG_5_5 has been handed off to the security officer / team.
(We're missing a policy page for this branch.)
2006-05-31 15:29:30 +00:00
Bruce A. Mah
8dd3abdfac Whitespace fix.
PR:		97956
Submitted by:	Daniel Gerzo
2006-05-30 19:51:39 +00:00
Bruce A. Mah
6c0bb4d6a9 Add fullstops at the end of some items. A slightly-modified version
from...

PR:		97956
Submitted by:	Daniel Gerzo
2006-05-30 19:51:06 +00:00
Bruce A. Mah
f92ea5482f RELENG_5 is open for commits.
PR:		97956
Submitted by:	Daniel Gerzo
2006-05-30 19:48:25 +00:00
Bruce A. Mah
fa1bc730de Remove 5.5 release from the list of upcoming events. Add RELENG_5_5
to branch list (still owned by re@).
2006-05-25 20:23:23 +00:00
Maxim Konovalov
7997b4aa2d o RELENG_6_1 is under SO control. 2006-05-16 06:00:07 +00:00
Joel Dahl
00bd1c03b5 New layout for the release schedule.
Approved by:    re (scottl, hrs)
2006-05-12 22:49:46 +00:00
Joel Dahl
77799c17f0 Update 5.5 release date (taken from the schedule). 2006-05-12 15:56:58 +00:00
Pav Lucistnik
1df802e283 - Update schedule with information from Scott Long:
* push 6.2 back by 6 weeks
  * push 6.3 back by 4 weeks
  * mention 7.0
2006-05-11 10:55:37 +00:00
Pav Lucistnik
ec9240192d - Remove 6.1 from list of upcoming releases
- Use entities

PR:		www/97045
Submitted by:	Daniel Gerzo <danger@rulez.sk>
2006-05-11 10:47:39 +00:00
Maxim Konovalov
176e72afdf o Add missded dot. 2006-05-10 07:11:24 +00:00
Maxim Konovalov
cb4a12b900 o Add RELENG_6_1, under re@ lock still. RELENG_6 is open now. 2006-05-10 07:09:49 +00:00
Erwin Lansing
f8b2def894 The ports tree is now open for commits.
Doc foo:	brueffer
2006-05-01 07:22:58 +00:00
Joel Dahl
634319bf4c Change contact information for the doc/ and www/ subtrees to
"freebsd-doc@FreeBSD.org" and "freebsd-www@FreeBSD.org".

Discussed with:	murray
2006-03-25 09:47:51 +00:00
Joe Marcus Clarke
7af12e0a6d Ports tree is now in slush mode. 2006-03-15 04:57:36 +00:00
Joel Dahl
e0666389f8 Update to reflect that the ports tree is now frozen.
Approved by:	portmgr (kris)
2006-02-24 17:05:22 +00:00
Joel Dahl
5e85e521c8 Link to the release schedules. 2006-02-13 17:56:12 +00:00
Ken Smith
afb92972bd Note RELENG_5/RELENG_6 are in code freeze now.
Reminded by:	jcamou
2006-02-03 19:09:43 +00:00
Murray Stokely
fc8328622d Link to the 6.1R todo list. 2006-01-28 02:55:04 +00:00
Pav Lucistnik
8415972736 s/CDROM/CD-ROM/ 2006-01-21 12:52:25 +00:00
Ceri Davies
d207131d87 Salvage the usable bits from the PR, and update the text describing the
5-roadmap article to indicate its heritage.

PR:		www/76586
Submitted by:	linimon
Discussed with:	Siebrand Mazeland <s dot mazeland at xs4all dot nl>
2005-12-30 18:36:11 +00:00
Simon L. B. Nielsen
900b0ceb5a RELENG_6_0 has been handed over to security-officer from re. 2005-12-20 07:57:06 +00:00
Murray Stokely
d498ebf7b1 Add tentative 2006 release schedule per Scott's mail. 2005-12-19 00:57:58 +00:00
Joel Dahl
5b61f2d25b Minor improvements. 2005-12-11 11:01:13 +00:00
Hiroki Sato
36611bd1a4 Update RELENG_6 and RELENG_6_0 status. 2005-11-04 16:41:01 +00:00
Ceri Davies
662a873cb4 Update the fuzzy expected release dates for 5.5 and 6.0.
Discussed with:	scottl
2005-10-06 20:53:39 +00:00