[Swift-commit] r4767 - branches/release-0.93

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Tue Jul 5 13:13:55 CDT 2011


Author: hategan
Date: 2011-07-05 13:13:55 -0500 (Tue, 05 Jul 2011)
New Revision: 4767

Modified:
   branches/release-0.93/CHANGES.txt
Log:
changes (ported from trunk since I forgot to change before branching)

Modified: branches/release-0.93/CHANGES.txt
===================================================================
--- branches/release-0.93/CHANGES.txt	2011-07-05 18:03:34 UTC (rev 4766)
+++ branches/release-0.93/CHANGES.txt	2011-07-05 18:13:55 UTC (rev 4767)
@@ -1,3 +1,12 @@
+(07/01/11)
+
+*** Uninitialized variables are detected at compile time instead of causing
+    a run to hang
+    
+*** A previous commit to deal with future faults occurring in the middle of
+    a deep copy would incorrectly handle multi-dimensional arrays. This is
+    now fixed.
+
 (02/17/10)
 
 *** Fixed deadlock when iterating on an array that is being written to




More information about the Swift-commit mailing list