From: GregNoel Date: Thu, 2 Oct 2008 03:05:31 +0000 (+0000) Subject: Correct typos to roadmap.html that snuck in... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfc151e28956571df5e31923b95c671b4306978d;p=scons.git Correct typos to roadmap.html that snuck in... git-svn-id: http://scons.tigris.org/svn/scons/trunk@3531 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/www/gen_sched_table.py b/www/gen_sched_table.py index 572de2ac..b69d7a07 100755 --- a/www/gen_sched_table.py +++ b/www/gen_sched_table.py @@ -6,14 +6,14 @@ import datetime months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'] -print '' +print '
' def row(*cells, **kw): td = kw.get('tr','td') print ' ' for cell in cells: print ' <%s>%s' % (td,cell,td) print ' ' -row('Est. date', 'Type', 'Comments', tr = 'th') +row('Estimated date', 'Type', 'Comments', tr = 'th') if len(sys.argv) > 1: f = open(sys.argv[1]) diff --git a/www/roadmap.html b/www/roadmap.html index 45739b4d..06885a5e 100644 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -29,9 +29,9 @@ the beta checkpoint dates are our best guess as this was published, but they may be adjusted without notice.

-
+
- + @@ -98,7 +98,7 @@ but they may be adjusted without notice. - + @@ -118,7 +118,7 @@ but they may be adjusted without notice. - +
Estimated dateEstimated date Type Comments
19-Jan-2009 CkptBeta for testing new featurea; breaks backward compatibility with Python 1.5.2.Beta for testing new features; breaks backward compatibility with Python 1.5.2.
26-Jan-2009
16-Feb-2009 2.0Public release that breaks backward compatibilityPublic release that breaks backward compatibility and drops deprecated features
diff --git a/www/schedule b/www/schedule index 542accd1..31fbe3c9 100644 --- a/www/schedule +++ b/www/schedule @@ -11,8 +11,8 @@ +14 ck Beta for testing new features. +7 rc Release candidate for 1.3. +7 1.3 Third minor release of 1.0. -+7 ck Beta for testing new featurea; breaks backward compatibility with Python 1.5.2. ++7 ck Beta for testing new features; breaks backward compatibility with Python 1.5.2. +7 ck Beta for testing new features. +7 rc Release candidate for 2.0. +7 rc Release candidate for 2.0, if needed. -+7 2.0 Public release that breaks backward compatibility ++7 2.0 Public release that breaks backward compatibility and drops deprecated features