aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/5.1R/schedule.xml
blob: dec7fbfb61eb662bf9081fc3bb2c0b7d54bd8ef9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY email 'freebsd-qa'>
<!ENTITY title "FreeBSD 5.1 Release Process">
]>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.download">

<h1>Introduction</h1>

<p>This is a specific schedule for the release of FreeBSD 5.1.  For
  more general information about the release engineering process,
  please see the <a href="&base;/releng/index.html">Release
  Engineering</a> section of the web site.</p>

<p>General discussions about the release engineering process or
  quality assurance issues should be sent to the public <a
  href="mailto:FreeBSD-qa@FreeBSD.org">FreeBSD-qa</a> mailing list.
  <a
  href="&base;/doc/en_US.ISO8859-1/books/faq/misc.html#DEFINE-MFC">MFC</a>
  requests should be sent to <a
  href="mailto:re@FreeBSD.org">re@FreeBSD.org</a>.</p>

<p>One of the major features of FreeBSD 5.1 will be further refinement of
  the re-worked SMP support introduced in FreeBSD 5.0.</p>

<p>FreeBSD 5.1 will continue to be released from the 5-CURRENT development
  stream.  For more details about the milestones for reaching
  5-STABLE, see the <a href="http://docs.freebsd.org/doc/5.1-RELEASE/usr/share/doc/en_US.ISO8859-1/articles/5-roadmap/index.html">5-STABLE
  Roadmap</a> page.</p>

<p>The current release engineering <a
  href="&base;/releases/5.1R/todo.html">TODO list</a> is also available.
  This list is updated periodically through the release cycle.</p>

<h1>Schedule</h1>

<table class="tblbasic">
  <tr>
    <td>Action</td>
    <td>Expected</td>
    <td>Actual</td>
    <td>Description</td>
  </tr>

  <tr>
    <td><tt>-CURRENT</tt> code freeze</td>
    <td>5&nbsp;May&nbsp;2003</td>
    <td>5&nbsp;May&nbsp;2003</td>
    <td>The <tt>src/</tt> code freeze for 5.1.  Commits to
      <tt>HEAD</tt> require <tt>re@FreeBSD.org</tt> approval.</td>
  </tr>

  <tr>
    <td><tt>5.1-BETA</tt></td>
    <td>5&nbsp;May&nbsp;2003</td>
    <td>15&nbsp;May&nbsp;2003</td>
    <td><tt>5.1-BETA</tt> release of x86, alpha, sparc64, and ia64.</td>
  </tr>

  <tr>
    <td><tt>5.1-BETA2</tt></td>
    <td>19&nbsp;May&nbsp;2003</td>
    <td>22&nbsp;May&nbsp;2003</td>
    <td>Second <tt>5.1-BETA</tt> release of x86, alpha, sparc64, and ia64.</td>
  </tr>

  <tr>
    <td><tt>RELENG_5_1</tt> branched</td>
    <td>30 May 2003</td>
    <td>31 May 2003</td>
    <td>Branch of <tt>src/</tt> from <tt>HEAD</tt> for the release.
      Note: no branch for <tt>RELENG_5</tt> will happen at this time.</td>
  </tr>

  <tr>
    <td>Turn off debugging for <tt>RELENG_5_1</tt></td>
    <td>30 May 2003</td>
    <td>31 May 2003</td>
    <td>Turn off WITNESS, INVARIANTS, and malloc debugging options similar to
      what was done for 5.0.</td>
  </tr>

  <tr>
    <td>First release candidate</td>
    <td>30&nbsp;May&nbsp;2003</td>
    <td>1&nbsp;June&nbsp;2003</td>
    <td>x86, alpha, sparc64, and ia64 images released and uploaded to
      <tt>ftp-master.FreeBSD.org</tt>.</td>
  </tr>

  <tr>
    <td><tt>src/</tt> unfrozen</td>
    <td>30 May 2003</td>
    <td>31 May 2003</td>
    <td>Unfreeze <tt>HEAD</tt> src. Continue to coordinate significant
      check-ins with <tt>re@FreeBSD.org</tt> in order to work towards
      <tt>5-STABLE</tt>.</td>
  </tr>

  <tr>
    <td>Ports tree tagged</td>
    <td>30 May 2003</td>
    <td>27 May 2003</td>
    <td>Tentative date of <tt>RELEASE_5_1_0</tt> tag for ports.</td>
  </tr>

  <tr>
    <td>Version numbers bumped</td>
    <td>2 June 2003</td>
    <td>3 June 2003</td>
    <td>The files listed <a
        href="&base;/doc/en_US.ISO8859-1/articles/releng/article.html#VERSIONBUMP">here</a>
        are updated to reflect FreeBSD 5.1.</td>
  </tr>

  <tr>
    <td><tt>src/</tt> tree tagged</td>
    <td>2 June 2003</td>
    <td>4 June 2003</td>
    <td>Tag the <tt>RELENG_5_1</tt> branch with <tt>RELENG_5_1_0_RELEASE</tt>.</td>
  </tr>

  <tr>
    <td><tt>doc/</tt> tree tagged</td>
    <td>2 June 2003</td>
    <td>30 May 2003</td>
    <td>Tag the <tt>doc/</tt> tree with <tt>RELEASE_5_1_0</tt>.</td>
  </tr>

  <tr>
    <td>Final builds</td>
    <td>2 June 2003</td>
    <td>4 June 2003</td>
    <td>Start x86, alpha, sparc64, ia64, and pc98 builds.</td>
  </tr>

  <tr>
    <td>Warn <tt>hubs@FreeBSD.org</tt></td>
    <td>5 June 2003</td>
    <td>5 June 2003</td>
    <td>Heads up email to <tt>hubs@FreeBSD.org</tt> to give admins
      time to prepare for the load spike to come. The site
      administrators have frequently requested advance notice
      for new ISOs.</td>
  </tr>

  <tr>
    <td>Upload to <tt>ftp-master</tt></td>
    <td>5&nbsp;June&nbsp;2003</td>
    <td>8 June 2003</td>
    <td>Release and packages uploaded to <tt>ftp-master.FreeBSD.org.</tt></td>
  </tr>

  <tr>
    <td>FreeBSD 5.1 Released</td>
    <td>9 June 2003</td>
    <td>9 June 2003</td>
    <td>FreeBSD 5.1 is announced to the mailing lists.</td>
  </tr>

  <tr>
    <td>FreeBSD 5.1 Press Release</td>
    <td>9 June 2003</td>
    <td>9 June 2003</td>
    <td>A formal press release statement is in the works and should be
      released at this time to the <tt>www.FreeBSD.org</tt> website and various
      tech publications.</td>
  </tr>

</table>


  </body>
</html>