Revision
1237
Author
lsansonetti@apple.com
Date
2009-03-28 14:00:20 -0700 (Sat, 28 Mar 2009)

Log Message

fixed roadmap to mention that 0.4 was released

Modified Paths

Diff

Modified: MacRubyWebsite/trunk/content/roadmap.txt (1236 => 1237)


--- MacRubyWebsite/trunk/content/roadmap.txt	2009-03-28 21:00:02 UTC (rev 1236)
+++ MacRubyWebsite/trunk/content/roadmap.txt	2009-03-28 21:00:20 UTC (rev 1237)
@@ -18,7 +18,7 @@
 * Can read BridgeSupport files.
 * Integration with the Objective-C garbage collector.
  
-h2. 0.2 (released 2008-06-06 for WWDC)
+h2. 0.2 (released 2008-06-06)
 
 * Rewrite of the String, Array and Hash builtin classes using CoreFoundation.
 * Re-implementation of the Ruby interface on the CoreFoundation classes.
@@ -33,7 +33,7 @@
 * HotCocoa layer.
 * Performance work, should be fast.
 
-h2. 0.4 (to be released, soon)
+h2. 0.4 (released 2009-03-09)
 
 * Threaded GC by default.
 * 64-bit support.
@@ -46,10 +46,10 @@
 
 * Better support for bytestrings.
 * Rewrite IO with CoreFoundation.
-* New virtual machine.
+* New virtual machine based on LLVM.
 
 h2. 0.6 (to be released, no release date planned yet)
 
 * RubyCocoa compatible layer.
 * OSA (Open Scripting Architecture) conformance.
-* AppleEvent API.
\ No newline at end of file
+* AppleEvent API.