From: stevenknight Date: Thu, 17 May 2007 21:27:36 +0000 (+0000) Subject: Update project highlights and the roadmap for the release of 0.97. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65007a3ff7cff1eef3ebc0b68920b91da477801e;p=scons.git Update project highlights and the roadmap for the release of 0.97. git-svn-id: http://scons.tigris.org/svn/scons/trunk@1905 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/www/project_highlights.html b/www/project_highlights.html index c9817d1a..7e1d42d0 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,22 +4,20 @@

-15 March 2007: -SCons has been accepted as a participating organization for -the Google -Summer of Code 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 -announcement page. +17 May 2007: +Release candidate 0.97 is now available at the +download page.

-15 February 2007: -Release candidate 0.96.95 is now available at the -download page. +12 April 2007: +SCons awarded two +Google +Summer of Code 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.

diff --git a/www/roadmap.html b/www/roadmap.html index bc754732..492e1908 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -13,25 +13,14 @@

Current Releases

-The current stable release is 0.96.1, released 23 August 2004. -

- -

-The latest testing pre-release is 0.96.94, released 7 January 2007. -

- -

-(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.

Upcoming Releases

-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. @@ -42,51 +31,6 @@ Goals - - - - - - - - - -
0.96.94??? -The last (?) pre-release before the "Big Signature Refactoring" -changes internal data structures. -
    -
  • - Fix for the one regression found so far in 0.96.92 - (printing an incorrect message when executing the InstallAs() function) -
  • -
  • - Significant speed up of some specific configurations -
  • -
  • - Integration of accumulated patches with bug fixes and new functionality -
  • -
-
0.96.95??? -Testing pre-release of the "Big Signature Refactoring," -a significant re-design of internal data structures -to accomplish the following: -
    -
  • - Interoperability between MD5 signatures and timestamps -
  • -
  • - Ability to partition the dependency graph into separate SConstruct - (not just SConscript) files. -
  • -
  • - Hooks for supporting tool-generated dependency information - (like gcc -M) -
  • -
  • - Improved performance (we hope) -
  • -
-
0.97 ???