[macruby-changes] [5022] MacRubyWebsite/trunk/content

source_changes at macosforge.org source_changes at macosforge.org
Mon Dec 13 22:13:46 PST 2010


Revision: 5022
          http://trac.macosforge.org/projects/ruby/changeset/5022
Author:   lsansonetti at apple.com
Date:     2010-12-13 22:13:42 -0800 (Mon, 13 Dec 2010)
Log Message:
-----------
refresh for 0.8

Modified Paths:
--------------
    MacRubyWebsite/trunk/content/_header.txt
    MacRubyWebsite/trunk/content/downloads.txt
    MacRubyWebsite/trunk/content/source.txt

Added Paths:
-----------
    MacRubyWebsite/trunk/content/blog/2010/12/
    MacRubyWebsite/trunk/content/blog/2010/12/13/
    MacRubyWebsite/trunk/content/blog/2010/12/13/macruby08.txt
    MacRubyWebsite/trunk/content/blog/2010/12/index.txt

Modified: MacRubyWebsite/trunk/content/_header.txt
===================================================================
--- MacRubyWebsite/trunk/content/_header.txt	2010-12-14 06:09:09 UTC (rev 5021)
+++ MacRubyWebsite/trunk/content/_header.txt	2010-12-14 06:13:42 UTC (rev 5022)
@@ -2,7 +2,7 @@
 filter: erb
 ---
 <div id="current_version">
-  Current Version: 0.7.1
+  Current Version: 0.8
 </div>
 <div id="logo">
   <a href="/"><img src="/images/macruby_logo.png" alt="MacRuby" id="logo" /></a>

Added: MacRubyWebsite/trunk/content/blog/2010/12/13/macruby08.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2010/12/13/macruby08.txt	                        (rev 0)
+++ MacRubyWebsite/trunk/content/blog/2010/12/13/macruby08.txt	2010-12-14 06:13:42 UTC (rev 5022)
@@ -0,0 +1,34 @@
+--- 
+title:      MacRuby 0.8
+created_at: 2010-12-13 21:34:38.662950 -08:00
+blog_post:  true
+layout:     blog_entry
+author:     lrz
+filter:
+  - erb
+  - textile
+--- 
+<% @page[:excerpt] = capture_erb do %>
+We are glad to announce the release of MacRuby 0.8, after two months and a half of development since the previous version.
+<% end %>
+<%= RedCloth.new(@page.excerpt).to_html %>
+
+This release focuses on stability and compatibility. Users of MacRuby are encouraged to upgrade.
+
+You can download it from "here":http://www.macruby.org/files/MacRuby%200.8.zip. Please note that this package only runs on Snow Leopard (10.6) or later. Older Mac OS X versions are no longer supported.
+
+Please give it a try and "let us know":/contact-us.html of any problems you find!
+
+The "complete release notes":http://lists.macosforge.org/pipermail/macruby-devel/2010-December/006594.html are available.
+
+h3. Converging for 1.0
+
+The MacRuby team is now converging all its efforts into the delivery of MacRuby's first stable release, 1.0.
+
+We intend to deliver starting from now releases much more frequently than before. We hope that users will then test MacRuby more frequently, and as such, report more bugs.
+
+However, we do not expect further releases to introduce significant features, as we are now focusing on stability and compatibility issues.
+
+The tickets in our tracker have recently been triaged into two piles: those "needed for 1.0":http://www.macruby.org/trac/report/17 and those which will be addressed in "later releases":http://www.macruby.org/trac/report/18. 
+
+We will organize bug smashes in order to collectively reduce the 1.0 tickets. The very first one was organized a couple weeks ago and was a success, as we were able to sort and reduce most of our tickets. We will likely start fixing bugs for real in the second one, which will be announced on the "mailing-list":http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel soon. Stay tuned!

Added: MacRubyWebsite/trunk/content/blog/2010/12/index.txt
===================================================================
--- MacRubyWebsite/trunk/content/blog/2010/12/index.txt	                        (rev 0)
+++ MacRubyWebsite/trunk/content/blog/2010/12/index.txt	2010-12-14 06:13:42 UTC (rev 5022)
@@ -0,0 +1,22 @@
+---
+title:      12
+created_at: 2010-12-13 21:34:38.643938 -08:00
+filter:     erb
+dirty:      true
+---
+<h2><%= h(@page.title) %></h2>
+
+<%
+  articles = @pages.find(:all, :in_directory => @page.dir, :recursive => true,
+      :sort_by => "created_at", :reverse => true, :blog_post => true)
+  articles.delete(@page)
+  paginate(articles, 10) do |page|
+-%>
+<div class="article">
+  <h1><%= link_to_page(page) %><span class="date">(<%= page.created_at.strftime('%Y-%m-%d') %>)</span></h1>
+
+  <div class="body">
+    <%= render(page) %>
+  </div>
+</div>
+<% end -%>

Modified: MacRubyWebsite/trunk/content/downloads.txt
===================================================================
--- MacRubyWebsite/trunk/content/downloads.txt	2010-12-14 06:09:09 UTC (rev 5021)
+++ MacRubyWebsite/trunk/content/downloads.txt	2010-12-14 06:13:42 UTC (rev 5022)
@@ -10,7 +10,7 @@
 h2. Latest Stable Release
 
 <p>
-You can download <a href="http://www.macruby.org/files/MacRuby%200.7.zip">MacRuby 0.7</a> as a standalone binary installer.
+You can download <a href="http://www.macruby.org/files/MacRuby%200.8.zip">MacRuby 0.8</a> as a standalone binary installer.
 <em>Note: this release will only work on Intel machines running Snow Leopard (10.6) or higher.</em>
 </p>
 

Modified: MacRubyWebsite/trunk/content/source.txt
===================================================================
--- MacRubyWebsite/trunk/content/source.txt	2010-12-14 06:09:09 UTC (rev 5021)
+++ MacRubyWebsite/trunk/content/source.txt	2010-12-14 06:13:42 UTC (rev 5022)
@@ -15,10 +15,10 @@
 $ svn co http://svn.macosforge.org/repository/ruby/MacRuby/trunk MacRuby-trunk
 </pre>
 
-If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the 0.7.1 release:
+If you want to grab the sources of a specific release, look into the tags directory. For example, to grab the sources of the 0.8 release:
 
 <pre class="commands">
-$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.7.1 MacRuby-0.7.1
+$ svn co http://svn.macosforge.org/repository/ruby/MacRuby/tags/0.8 MacRuby-0.8
 </pre>
 
 For building instructions, please refer to README.rdoc file, but the basic build instructions are:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20101213/d20847ba/attachment.html>


More information about the macruby-changes mailing list