From b42a27fb21924581824b10a1188c8447e5374756 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sat, 11 Oct 2008 13:15:47 +0000 Subject: [PATCH] Update tigris.org for the 1.1.0 release. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3670 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- www/gen_sched_table.py | 2 +- www/project_highlights.html | 11 ++--------- www/roadmap.html | 10 ---------- www/schedule | 6 +++--- 4 files changed, 6 insertions(+), 23 deletions(-) diff --git a/www/gen_sched_table.py b/www/gen_sched_table.py index b69d7a07..e83c5f31 100755 --- a/www/gen_sched_table.py +++ b/www/gen_sched_table.py @@ -23,7 +23,7 @@ current = 'UNKNOWN' for line in f: if line[0] == '#': continue # comment if line[0] == '=': - date,current = line[1:].strip().split() + date,current = line[1:].strip().split(None, 1) now = datetime.date(*tuple([int(i) for i in date.split('-')])) continue if line[0] == '+': diff --git a/www/project_highlights.html b/www/project_highlights.html index 8d234d38..63740971 100644 --- a/www/project_highlights.html +++ b/www/project_highlights.html @@ -4,18 +4,11 @@

-2 October 2008: -Checkpoint 1.0.1.d20081001, -a candidate for the 1.1 release, +10 October 2008: +Release 1.1.0, is now available at the download page.

-

-7 September 2008: -Release 1.0.1 is now available at the -download page. -

- diff --git a/www/roadmap.html b/www/roadmap.html index 6e18418a..8b118c68 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -44,16 +44,6 @@ running "gen_sched_table.py". Type Comments - - 2-Oct-2008 - RC - Release candidate for 1.1. - - - 9-Oct-2008 - 1.1 - First minor release of 1.0. - 13-Oct-2008 Ckpt diff --git a/www/schedule b/www/schedule index 98b81b2c..5a51f46e 100644 --- a/www/schedule +++ b/www/schedule @@ -1,7 +1,7 @@ =2008-09-13 1.0.1 -+19 rc Release candidate for 1.1. -+7 1.1 First minor release of 1.0. -+4 ck Beta for testing new features. +=2008-10-01 Release candidate for 1.1. +=2008-10-10 1.1.0 ++3 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. -- 2.26.2