diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-03 05:52:00 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-03 05:52:00 (GMT) |
commit | 414c8f81ae20ea0ecb160020a621d942f5307607 (patch) | |
tree | 1ebd97e93cc08e9e63ad2175fec028bb9a675ca1 /www | |
parent | 6d85dc1c81f96ce46437c38b1c67535871463a51 (diff) | |
download | SCons-414c8f81ae20ea0ecb160020a621d942f5307607.zip SCons-414c8f81ae20ea0ecb160020a621d942f5307607.tar.gz SCons-414c8f81ae20ea0ecb160020a621d942f5307607.tar.bz2 |
Update highlight and roadmap schedule.
Add a comment about how to generate the roadmap table from the
"schedule" input file.
Diffstat (limited to 'www')
-rw-r--r-- | www/project_highlights.html | 5 | ||||
-rw-r--r-- | www/roadmap.html | 15 | ||||
-rw-r--r-- | www/schedule | 6 |
3 files changed, 18 insertions, 8 deletions
diff --git a/www/project_highlights.html b/www/project_highlights.html index a7aca8f..8d234d3 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,8 +4,9 @@ <body> <p> -<strong>15 September 2008:</strong> -Release 1.0.1.d20080915 (early fixes and features for 1.1) +<strong>2 October 2008:</strong> +Checkpoint 1.0.1.d20081001, +a candidate for the 1.1 release, is now available at the <a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>. </p> diff --git a/www/roadmap.html b/www/roadmap.html index 06885a5..6e18418 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -17,7 +17,7 @@ The current stable release is 1.0.1, released 7 September 2008. </p> <p> -The latest release is 1.0.1, released 7 September 2008. +The latest release is 1.0.1.d20081001, released 2 OCtober 2008. </p> <h2>Upcoming Releases</h2> @@ -29,6 +29,15 @@ the beta checkpoint dates are our best guess as this was published, but they may be adjusted without notice. </p> +<!-- + +DO NOT EDIT THE FOLLOWING TABLE DIRECTLY. + +Edit the "schedule" file and replace it with the output from +running "gen_sched_table.py". + +--> + <table width="100%"> <tr> <th>Estimated date</th> @@ -36,12 +45,12 @@ but they may be adjusted without notice. <th>Comments</th> </tr> <tr> - <td>29-Sep-2008</td> + <td>2-Oct-2008</td> <td>RC</td> <td>Release candidate for 1.1.</td> </tr> <tr> - <td>8-Oct-2008</td> + <td>9-Oct-2008</td> <td>1.1</td> <td>First minor release of 1.0.</td> </tr> diff --git a/www/schedule b/www/schedule index 31fbe3c..98b81b2 100644 --- a/www/schedule +++ b/www/schedule @@ -1,7 +1,7 @@ =2008-09-13 1.0.1 -+16 rc Release candidate for 1.1. -+9 1.1 First minor release of 1.0. -+5 ck Beta for testing new features. ++19 rc Release candidate for 1.1. ++7 1.1 First minor release of 1.0. ++4 ck Beta for testing new features. +14 ck Beta for testing new features. +14 ck Beta for testing new features. +7 rc Release candidate for 1.2. |