summaryrefslogtreecommitdiffstats
path: root/www/roadmap.html
blob: 42a0305fe21539f7cd706ae13edd19b396f25b19 (plain)
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
<html>
<head>
</head>
<body>

<h2>Current Releases</h2>

<p>
The current "stable" release is 0.96.1.
</p>

<p>
The current testing pre-release is 0.96.92.
</p>

<h2>Upcoming Releases</h2>

Take these with a huge grain of salt,
this is very rough planning

<table>
<tr>
<th>Release</th>
<th>Est. Date <font size="-1">(yeah, right)</font><th>
<th>
Goals
</th>
</tr>
<tr>
<td>0.96.93</td>
<td>???</td>
<td>
Significant speed up of some specific configurations,
plus accumulated patches.
Fix for the one cosmetic bug found so far in 0.96.92.
</td>
</tr>
<tr>
<td>0.96.94</td>
<td>???</td>
<td>
Testing pre-release of the "Big Signature Refactoring,"
a significant re-design of internal data structures
to accomplish the following:
  <ul>
  <li>
  Interoperability between MD5 signatures and timestamps.
  </li>
  <li>
  Ability to partition the dependency graph into separate SConstruct
  (not SConscript) files.
  </li>
  <li>
  Improved performance (we hope)
  </li>
  </ul>
</td>
</tr>
<tr>
<td>0.97</td>
<td>???</td>
<td>
Wider release of the "Big Signature Refactoring."
More extensive field testing before
declaring the new internals ready to be
blessed as the official 1.0 release.
</td>
</tr>
<tr>
<td>1.0</td>
<td>???</td>
<td>
Official, stable release.
No 1.x release will (knowingly) break compatibility
or cause a rebuild on upgrade.
</td>
</tr>
<tr>
<td>2.0</td>
<td>???</td>
<td>
First release that will break backwards compatibility with Python 1.5.2.
</td>
</tr>
</table>

<!--

<h2>Upcoming Features</h2>

-->

<h2>Release Planning</h2>

<h3>Why has 1.0 still not been released?</h3>

<p>
As seems so common these days,
SCons has had an extremely lengthy "beta" period.
The primary goal has been to arrive at something by 1.0
that we feel is absolutely rock-solid-stable
and which people can download and use without fear of
broken builds or unnecessary rebuilds.
To get some idea of how we do this, see our
<a href="testing.html">testing philosophy</a> page.
</p>

<h3>Release numbering</h3>

<p>
</p>

</body>
</html>