diff options
-rwxr-xr-x | www/gen_sched_table.py | 2 | ||||
-rw-r--r-- | www/project_highlights.html | 11 | ||||
-rw-r--r-- | www/roadmap.html | 10 | ||||
-rw-r--r-- | 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 @@ <body> <p> -<strong>2 October 2008:</strong> -Checkpoint 1.0.1.d20081001, -a candidate for the 1.1 release, +<strong>10 October 2008:</strong> +Release 1.1.0, is now available at the <a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>. </p> -<p> -<strong>7 September 2008:</strong> -Release 1.0.1 is now available at the -<a href="http://sourceforge.net/project/showfiles.php?group_id=30337">download page</a>. -</p> - </body> </html> 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". <th>Comments</th> </tr> <tr> - <td>2-Oct-2008</td> - <td>RC</td> - <td>Release candidate for 1.1.</td> - </tr> - <tr> - <td>9-Oct-2008</td> - <td>1.1</td> - <td>First minor release of 1.0.</td> - </tr> - <tr> <td>13-Oct-2008</td> <td>Ckpt</td> <td>Beta for testing new features.</td> 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. |