From 971b75964e511cb3b1d7e045bbcbf2fb70343941 Mon Sep 17 00:00:00 2001 From: Greg Noel Date: Thu, 2 Oct 2008 02:56:17 +0000 Subject: Move release days to Monday; slip 1.1 (but not rest); typos --- www/gen_sched_table.py | 13 ++++---- www/roadmap.html | 90 ++++++++++++++++++-------------------------------- www/schedule | 7 ++-- 3 files changed, 42 insertions(+), 68 deletions(-) diff --git a/www/gen_sched_table.py b/www/gen_sched_table.py index cf9df5a..572de2a 100755 --- a/www/gen_sched_table.py +++ b/www/gen_sched_table.py @@ -13,7 +13,7 @@ def row(*cells, **kw): for cell in cells: print ' <%s>%s' % (td,cell,td) print ' ' -row('Estimated date', 'Type', 'Name', 'Comments', tr = 'th') +row('Est. date', 'Type', 'Comments', tr = 'th') if len(sys.argv) > 1: f = open(sys.argv[1]) @@ -32,14 +32,13 @@ for line in f: else: print 'dunna understand code', line[0] sys.exit(1) - name = current + '.d' + str(now).replace('-','') + #name = current + '.d' + str(now).replace('-','') date = '%s-%s-%s' % (now.day,months[now.month-1],now.year) if type == 'ck': - category = 'checkpoint' + category = 'Ckpt' elif type == 'rc': - category = 'candidate' + category = 'RC' else: - current = name = type - category = 'release' - row(date, category, name, desc) + category = current = type + row(date, category, desc) print '' diff --git a/www/roadmap.html b/www/roadmap.html index c6ad799..45739b4 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -31,116 +31,92 @@ but they may be adjusted without notice. - + - - - - - - - - - - + + - - + - - - + + - - - + + - - - + + - - - + + - - + - - - + + - - - + + - - - + + - - - + + - - + - - - + + - - - + + - - - + + - - - + + - - + @@ -195,9 +171,9 @@ with any previous minor releases from the same major release. Revision numbers are appended and/or incremented whenever a critical bug fix is necessary for a major or minor release. -Bedause most new functionality and bug fixes +Because most new functionality and bug fixes will be delivered in minor releases, -we expect that there will be few of these--at most +we expect that there will be few of these—at most one per minor release.

diff --git a/www/schedule b/www/schedule index a8cef71..542accd 100644 --- a/www/schedule +++ b/www/schedule @@ -1,8 +1,7 @@ =2008-09-13 1.0.1 -+0 ck Beta for 1.1. Prioritization of work items and checkins for 1.1 are occuring now. -+14 rc Release candidate for 1.1. -+7 1.1 First minor release of 1.0. -+7 ck Beta for testing new features. ++16 rc Release candidate for 1.1. ++9 1.1 First minor release of 1.0. ++5 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
DateEstimated date TypeName Comments
15-Sep-2008checkpoint1.0.1.d20080915Beta for 1.1. Prioritization of work items and checkins for 1.1 are occuring now.
27-Sep-2008candidate1.0.1.d2008092729-Sep-2008RC Release candidate for 1.1.
4-Oct-2008release8-Oct-2008 1.1 First minor release of 1.0.
11-Oct-2008checkpoint1.1.d2008101113-Oct-2008Ckpt Beta for testing new features.
25-Oct-2008checkpoint1.1.d2008102527-Oct-2008Ckpt Beta for testing new features.
8-Nov-2008checkpoint1.1.d2008110810-Nov-2008Ckpt Beta for testing new features.
15-Nov-2008candidate1.1.d2008111517-Nov-2008RC Release candidate for 1.2.
22-Nov-2008release24-Nov-2008 1.2 Second minor release of 1.0.
29-Nov-2008checkpoint1.2.d200811291-Dec-2008Ckpt Beta for testing new features.
13-Dec-2008checkpoint1.2.d2008121315-Dec-2008Ckpt Beta for testing new features.
27-Dec-2008checkpoint1.2.d2008122729-Dec-2008Ckpt Beta for testing new features.
3-Jan-2009candidate1.2.d200901035-Jan-2009RC Release candidate for 1.3.
10-Jan-2009release12-Jan-2009 1.3 Third minor release of 1.0.
17-Jan-2009checkpoint1.3.d2009011719-Jan-2009Ckpt Beta for testing new featurea; breaks backward compatibility with Python 1.5.2.
24-Jan-2009checkpoint1.3.d2009012426-Jan-2009Ckpt Beta for testing new features.
31-Jan-2009candidate1.3.d200901312-Feb-2009RC Release candidate for 2.0.
7-Feb-2009candidate1.3.d200902079-Feb-2009RC Release candidate for 2.0, if needed.
14-Feb-2009release16-Feb-2009 2.0 Public release that breaks backward compatibility