From cc283be5b5ff852b39116b55232567db4b2b7922 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Sat, 11 Oct 2008 13:15:47 +0000 Subject: Update tigris.org for the 1.1.0 release. --- 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 b69d7a0..e83c5f3 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 8d234d3..6374097 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 6e18418..8b118c6 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -45,16 +45,6 @@ running "gen_sched_table.py". 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 Beta for testing new features. diff --git a/www/schedule b/www/schedule index 98b81b2..5a51f46 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. -- cgit v0.12