[Swift-commit] r4372 - www/downloads
skenny at ci.uchicago.edu
skenny at ci.uchicago.edu
Wed Apr 13 15:41:48 CDT 2011
Author: skenny
Date: 2011-04-13 15:41:48 -0500 (Wed, 13 Apr 2011)
New Revision: 4372
Modified:
www/downloads/index.php
Log:
updated point release
Modified: www/downloads/index.php
===================================================================
--- www/downloads/index.php 2011-04-13 19:48:40 UTC (rev 4371)
+++ www/downloads/index.php 2011-04-13 20:41:48 UTC (rev 4372)
@@ -27,16 +27,12 @@
<h1>DOWNLOADS</h1>
<h2><a name="stable"></a>Latest Release</h2>
-<h3>Swift 0.92 - 2011/03/04</h3>
+<h3>Swift 0.92.1 - 2011/04/13</h3>
<p>Precompiled binary distribution
-[<a href="../packages/swift-0.92.tar.gz"
-onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.9.tar.gz');"
->swift-0.92.tar.gz</a>]
+[<a href="../packages/swift-0.92.1.tar.gz"
+onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.92.1.tar.gz');"
+>swift-0.92.1.tar.gz</a>]
-<a href="../packages/swift-0.92.tar.gz"
-onClick="javascript: pageTracker._trackPageview('/swift/packages/swift-0.9-stripped.tar.gz');"
-</a></p>
-
<h2>Source Code</h2>
<p>
@@ -53,22 +49,17 @@
So here are the steps:
</p>
-
-<h3>Latest Release</h3>
-
-<h2>WARNING: Code Problem: the latest Swift release, 0.92, has a known concurrency defect, discovered Mar 29 2011. Please do not use or trust this release until we post that the problem has been corrected. We suggest you use release 0.91, below, or use 0.92 with caution. </h2>
-
<p>
Checkout CoG:
<div class="highlight">svn co \
-https://cogkit.svn.sourceforge.net/svnroot/cogkit/branches/4.1.8/src/cog</div>
+https://cogkit.svn.sourceforge.net/svnroot/cogkit/tags/swift_0.92.1 cog</div>
<br/>
</p>
<p>
Checkout Swift:
<div class="highlight">cd cog/modules</div>
- <div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/branches/release-0.92 swift</div>
+ <div class="highlight">svn co https://svn.ci.uchicago.edu/svn/vdl2/tags/release-0.92.1 swift</div>
<br/>
</p>
More information about the Swift-commit
mailing list