diff options
Diffstat (limited to 'www/roadmap.html')
-rw-r--r-- | www/roadmap.html | 64 |
1 files changed, 4 insertions, 60 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index bc75473..492e190 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -13,25 +13,14 @@ <h2>Current Releases</h2> <p> -The current stable release is 0.96.1, released 23 August 2004. -</p> - -<p> -The latest testing pre-release is 0.96.94, released 7 January 2007. -</p> - -<p> -(Yes, the current "stable" release is a little long in the tooth. -In practice, most everyone uses the testing pre-releases, -because our testing methodology gives us a pretty good -track record of not breaking things from release to release.) +The current stable and latest release is 0.97, released 17 May 2007. </p> <h2>Upcoming Releases</h2> -Take these with a huge grain of salt, -this is very rough planning -and subject to change. +SCons is putting in place a new release team of interested developers. +Expect this section to be updated once +that team has hammered out a release schedule. <table> <tr> @@ -42,51 +31,6 @@ Goals </th> </tr> <tr> -<td>0.96.94</td> -<td>???</td> -<td> -The last (?) pre-release before the "Big Signature Refactoring" -changes internal data structures. - <ul> - <li> - Fix for the one regression found so far in 0.96.92 - (printing an incorrect message when executing the InstallAs() function) - </li> - <li> - Significant speed up of some specific configurations - </li> - <li> - Integration of accumulated patches with bug fixes and new functionality - </li> - </ul> -</td> -</tr> -<tr> -<td>0.96.95</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 <tt>SConstruct</tt> - (not just <tt>SConscript</tt>) files. - </li> - <li> - Hooks for supporting tool-generated dependency information - (like <tt>gcc -M</tt>) - </li> - <li> - Improved performance (we hope) - </li> - </ul> -</td> -</tr> -<tr> <td>0.97</td> <td>???</td> <td> |