diff options
-rw-r--r-- | www/project_highlights.html | 24 | ||||
-rw-r--r-- | www/roadmap.html | 64 |
2 files changed, 15 insertions, 73 deletions
diff --git a/www/project_highlights.html b/www/project_highlights.html index c9817d1..7e1d42d 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,22 +4,20 @@ <body> <p> -<strong>15 March 2007:</strong> -SCons has been accepted as a participating organization for -the Google -<a href="http://code.google.com/soc/">Summer of Code</a> 2007. -Summer of Code is a program where Google pays student developers -a stipend to work on writing code for open source projects. -Applications are now being accepted -from students who are interested in working on SCons. -Learn more at our -<a href="http://www.scons.org/wiki/GSoC2007/Announcement">announcement page</a>. +<strong>17 May 2007:</strong> +Release candidate 0.97 is now available at the +<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>. </p> <p> -<strong>15 February 2007:</strong> -Release candidate 0.96.95 is now available at the -<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>. +<strong>12 April 2007:</strong> +SCons awarded two +Google +<a href="http://code.google.com/soc/">Summer of Code</a> 2007 projects. +Congratulations to MAciej Pasternacki and Thomas Fischer, +who will work on (respectively) +configuration features modeled after GNU Automake, +and distributed compilation across grid networks. </p> </body> 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> |