[macruby-changes] [4568] MacRubyWebsite/trunk/content/blog/2010/10/01/macruby07.txt

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 4 14:36:37 PDT 2010


Revision: 4568
          http://trac.macosforge.org/projects/ruby/changeset/4568
Author:   lsansonetti at apple.com
Date:     2010-10-04 14:36:34 -0700 (Mon, 04 Oct 2010)
Log Message:
-----------
minir changes

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/blog/2010/10/01/macruby07.txt

Modified: MacRubyWebsite/trunk/content/blog/2010/10/01/macruby07.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2010/10/01/macruby07.txt	2010-10-04 21:20:34 UTC (rev 4567)
+++ MacRubyWebsite/trunk/content/blog/2010/10/01/macruby07.txt	2010-10-04 21:36:34 UTC (rev 4568)
@@ -19,13 +19,13 @@
 
 Please give it a try and "let us know":/contact-us.html of any problems you find!
 
-You can check out the "complete release notes":todo of this release, or continue with most visible changes here.
+You can check out the "complete release notes":http://lists.macosforge.org/pipermail/macruby-devel/2010-October/006091.html of this release, or continue with most visible changes here.
 
 h3. Cocoa Support
 
 MacRuby's previous release, 0.6, announced that support for Cocoa development was now stable. As a matter of fact, the Cocoa layer of MacRuby hasn't changed much in this release, which confirms us that it is indeed stable.
 
-A long-awaited enhancement to MacRuby's Cocoa layer, support for "C blocks":http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Blocks/Articles/bxUsing.html, has been implemented in this release. You can now pass a Ruby Proc object to an API that expects a C block, similarly if this API expected a C function pointer. However, this new change requires additional BridgeSupport metadata which can be installed from our new "BridgeSupport Preview release":todo, available <here>.
+A long-awaited enhancement to MacRuby's Cocoa layer, support for "C blocks":http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/Blocks/Articles/bxUsing.html, has been implemented in this release. You can now pass a Ruby Proc object to an API that expects a C block, similarly if this API expected a C function pointer. However, this new change requires additional BridgeSupport metadata which will be installed from our new, upcoming "BridgeSupport":http://bridgesupport.macosforge.org/ release.
 
 <pre class="commands">
 $ cat t.rb 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101004/23d8aec5/attachment.html>


More information about the macruby-changes mailing list