Update project highlights and the roadmap for the release of 0.97.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 17 May 2007 21:27:36 +0000 (21:27 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 17 May 2007 21:27:36 +0000 (21:27 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@1905 fdb21ef1-2011-0410-befe-b5e4ea1792b1

www/project_highlights.html
www/roadmap.html

index c9817d1a2067d37b078d49a0ee494c117894162d..7e1d42d0ceffe35849b002ad10ce8b48c04fd355 100644 (file)
@@ -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>
index bc75473268e86c4178a03ccc27b9fddd274ce6f1..492e190814ded2c04b4eb5c8bda30a832f9aa00a 100644 (file)
 <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>