[Swift-commit] r2193 - in www: downloads inc
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Aug 25 03:53:02 CDT 2008
Author: benc
Date: 2008-08-25 03:53:01 -0500 (Mon, 25 Aug 2008)
New Revision: 2193
Modified:
www/downloads/index.php
www/downloads/release-notes-0.6.txt
www/inc/home_sidebar.php
Log:
fix 0.6 dates
Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php 2008-08-25 08:30:42 UTC (rev 2192)
+++ www/downloads/index.php 2008-08-25 08:53:01 UTC (rev 2193)
@@ -27,7 +27,7 @@
<h1>DOWNLOADS</h1>
<h2><a name="stable"></a>Latest Release</h2>
-<h3>Swift 0.6 - 2008/08/15</h3>
+<h3>Swift 0.6 - 2008/08/25</h3>
<p>Swift v0.6 is a development release intended to release functionality
and fixes that have gone in to trunk since v0.5.
[<a href="../packages/vdsk-0.6.tar.gz">vdsk-0.6.tar.gz</a>]
Modified: www/downloads/release-notes-0.6.txt
===================================================================
--- www/downloads/release-notes-0.6.txt 2008-08-25 08:30:42 UTC (rev 2192)
+++ www/downloads/release-notes-0.6.txt 2008-08-25 08:53:01 UTC (rev 2193)
@@ -8,16 +8,16 @@
A more detailed change log can be found in CHANGES.txt in the distribution
tarball.
-This release contains the following new experimental features:
+This release contains the following new features:
-* job replication
+* job replication (experimental)
When a job has been queued on a site for too long, Swift can resubmit the
job (possibly to a different site). Replication is controlled by
replication.* parameters in the swift.properties configuration file. Those
parameters are documented inline in that configuration file.
-* cog coasters
+* cog coasters (experimental)
Swift can use cog coasters which allow a pilot job to be submitted to
a site which will pull in actual Swift jobs for execution. This has
@@ -38,3 +38,9 @@
Swift will delay sending more jobs to that site, with the delay increasing
exponentially as the score lowers.
+* more compile time type checking
+
+More type checking is done at compile time. This will catch some errors at the
+start of execution which would previously have been detected later on in a run,
+and will give more useful error messages.
+
Modified: www/inc/home_sidebar.php
===================================================================
--- www/inc/home_sidebar.php 2008-08-25 08:30:42 UTC (rev 2192)
+++ www/inc/home_sidebar.php 2008-08-25 08:53:01 UTC (rev 2193)
@@ -1,5 +1,5 @@
<h3>What's New?</h3>
-<h4>SWIFT 0.6 RELEASE - 25 MAR 2008</h4>
+<h4>SWIFT 0.6 RELEASE - 25 AUG 2008</h4>
<p>
The latest release of Swift, v0.6, is available from the
<a href="http://www.ci.uchicago.edu/swift/downloads/">downloads page</a>.
More information about the Swift-commit
mailing list