<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ruby News</title>
    <link>http://www.ruby-lang.org/en/feeds/news.rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>The latest news from Ruby-Lang.org.</description>


        <item>
          <title>DoS vulnerability in BigDecimal</title>
          <description>&lt;p&gt;A denial of service (DoS) vulnerability was found on the BigDecimal
standard library of Ruby.  Conversion from BigDecimal objects into
Float numbers had a problem which enables attackers to effectively
cause segmentation faults.&lt;/p&gt;
&lt;p&gt;ActiveRecord relies on this method, so most Rails applications are
affected by this.  Though this is not a Rails-specific issue.&lt;/p&gt;
 &lt;h1&gt;Impact&lt;/h1&gt;
&lt;p&gt;An attacker can cause a denial of service by causing BigDecimal to
parse an insanely large number, such as:&lt;/p&gt;
&lt;pre&gt;
BigDecimal(&quot;9E69999999&quot;).to_s(&quot;F&quot;)
&lt;/pre&gt;
&lt;h1&gt;Vulnerable versions&lt;/h1&gt;
&lt;h2&gt;1.8 series&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;1.8.6-p368 and all prior versions&lt;/li&gt;
&lt;li&gt;1.8.7-p160 and all prior versions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;1.9 series&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;All 1.9.1 versions are not affected by this issue&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Solution&lt;/h1&gt;
&lt;h2&gt;1.8 series&lt;/h2&gt;
&lt;p&gt;Please upgrade to 1.8.6-p369 or ruby-1.8.7-p174.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p369.tar.gz&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p369.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p174.tar.gz&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p174.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Updates&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;Ruby 1.8.7-p173 had a problem.  If you have already downloaded it, please get a newer one.  Ruby 1.8.6-p369 do not have this bug.&lt;/li&gt;
&lt;/ul&gt;
</description>
          <pubDate>Tue, 09 Jun 2009 23:56:01 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/</link>
        </item>

        <item>
          <title>Ruby 1.8.6 maintenance moved to Engine Yard</title>
          <description>&lt;p&gt;Recently we have a welcome, historic development that the Ruby
1.8.6's maintenance stewardship moved from me (Urabe Shyouhei) to
Kirk Haines of Engine Yard.&lt;/p&gt;
 &lt;p&gt;Ruby 1.8.6 was released on 2007, and the Ruby core team has
provided supports such as bug fixes and security alerts since
then.  As Ruby 1.8.6 became widely used, users asked us to last
those support longer than we thought earlier.  That was
basically OK for us except one thing: who is to do that.  Engine
Yard kindly came forward to do the job, and we have worked on
moving needed privileges from us to them.  This announce is to
finish that process.&lt;/p&gt;
&lt;p&gt;This issue do not affect those current Ruby 1.8.6 users in the
short run.  Everything remains as they are.  Users' benefit is
that bug fixes and improvements for Ruby 1.8.6 lasts longer than
we announced before.  I believe that is what everyone want.&lt;/p&gt;
</description>
          <pubDate>Sat, 23 May 2009 14:17:38 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/05/23/ruby-1-8-6-maintenance-moved-to-engine-yard/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/05/23/ruby-1-8-6-maintenance-moved-to-engine-yard/</link>
        </item>

        <item>
          <title>Ruby 1.9.1-p129 released</title>
          <description>&lt;p&gt;Ruby 1.9.1-p129 has been released.&lt;/p&gt;&lt;p&gt;This is a patch level release for Ruby 1.9.1. This fixes many bugs and
two security vulnerabilities. This release contains security fix so we
recommend all 1.9.1 users to upgrade your ruby.&lt;/p&gt; </description>
          <pubDate>Tue, 12 May 2009 08:42:00 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/05/12/ruby-1-9-1-p129-released/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/05/12/ruby-1-9-1-p129-released/</link>
        </item>

        <item>
          <title>Ruby 1.8.7-p160 and 1.8.6-p368 released</title>
          <description>&lt;p&gt;Updates to already-released Ruby 1.8.7 and 1.8.6 have been released.&lt;/p&gt;
&lt;p&gt;This time we have fixed dozens of bugs, including workarounds for CVE-2007-1558.  Many segfaults are also fixed.  For a complete list of what has been fixed, please read the ChangeLogs.&lt;/p&gt;
&lt;p&gt;The released tarballs are available at:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.tar.gz&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.tar.bz2&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.tar.bz2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.zip&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p368.zip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.tar.gz&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.tar.gz&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.tar.bz2&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.tar.bz2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.zip&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p160.zip&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
 &lt;p&gt;Checksums:&lt;/p&gt;
&lt;pre&gt;
MD5(ruby-1.8.6-p368.tar.gz)= 508bf1911173ac43e4e6c31d9dc36b8f
SHA256(ruby-1.8.6-p368.tar.gz)= cc8cad3edd02d8c2de3c63a7d8a5cb85af39766dd47360a9c0f26339b101e2a0
SIZE(ruby-1.8.6-p368.tar.gz)= 4602095

MD5(ruby-1.8.6-p368.tar.bz2)= 623447c6d8c973193aae565a5538ccfc
SHA256(ruby-1.8.6-p368.tar.bz2)= 1bd398a125040261f8e9e74289277c82063aae174ada9f300d2bea0a42ccdcc1
SIZE(ruby-1.8.6-p368.tar.bz2)= 3967709

MD5(ruby-1.8.6-p368.zip)= 3d301a4b1aded1922570585bbece2c29
SHA256(ruby-1.8.6-p368.zip)= 8ba4bfd14d2914bfe2c18ffa9da084234be978fd0eee654f7a5c732a1beb0246
SIZE(ruby-1.8.6-p368.zip)= 5619494

MD5(ruby-1.8.7-p160.tar.gz)= 945398f97e2de6dd8ab6df68d10bb1a1
SHA256(ruby-1.8.7-p160.tar.gz)= 47c3d1ae6b3dbda230d04f258304516fc1da571fa757d5e1d8d0104b49045530
SIZE(ruby-1.8.7-p160.tar.gz)= 4818817

MD5(ruby-1.8.7-p160.tar.bz2)= f8ddb886b8a81cf005f53e9a9541091d
SHA256(ruby-1.8.7-p160.tar.bz2)= e524a086212d2142c03eb6b82cd602adcac9dcf8bf60049e89aa4ca69864984d
SIZE(ruby-1.8.7-p160.tar.bz2)= 4137518

MD5(ruby-1.8.7-p160.zip)= 06319bafa225df47fe26dfb52bc174a7
SHA256(ruby-1.8.7-p160.zip)= c56fefbb9e7e186bf9feeb864793ad2a53062ce871b47ab0170316e38f738995
SIZE(ruby-1.8.7-p160.zip)= 5876269
&lt;/pre&gt;
&lt;p&gt;The ChangeLogs are bundled into those tarballs, and also available at the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_368/ChangeLog&quot;&gt;http://svn.ruby-lang.org/repos/ruby/tags/v1_8_6_368/ChangeLog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_160/ChangeLog&quot;&gt;http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_160/ChangeLog&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Updates&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Earlier version of this document said it fixed CVE-2008-1447, but that has already been included in 1.8.7-p160 / 1.8.6-p368.  Thanks to Tomas Hoger.&lt;/li&gt;
&lt;/ul&gt;
</description>
          <pubDate>Sat, 18 Apr 2009 22:05:07 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/04/18/ruby-1-8-7-p160-and-1-8-6-p368-released/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/04/18/ruby-1-8-7-p160-and-1-8-6-p368-released/</link>
        </item>

        <item>
          <title>MountainWest RubyConf Schedule</title>
          <description>&lt;p&gt;The schedule for the upcoming &lt;a href=&quot;http://mtnwestrubyconf.org/2009/index&quot;&gt;MountainWest RubyConf&lt;/a&gt; is &lt;a href=&quot;http://mtnwestrubyconf.org/2009/schedule&quot;&gt;available.&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;You can also keep track of the conference via twitter.  Just follow &lt;a href=&quot;http://twitter.com/mwrc&quot;&gt;@mwrc&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;MountainWest RubyConf is being held in Salt Lake City, UT, &lt;span class=&quot;caps&quot;&gt;USA&lt;/span&gt;,  March 13 and 14 2009.&lt;/p&gt; </description>
          <pubDate>Wed, 25 Feb 2009 20:49:16 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/02/25/mountainwest-rubyconf-schedule/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/02/25/mountainwest-rubyconf-schedule/</link>
        </item>

        <item>
          <title>Ruby 1.9.1 released</title>
          <description>&lt;p&gt;Ruby 1.9.1 is released. This is the first stable release of the Ruby 1.9 series.&lt;/p&gt;


	&lt;p&gt;Ruby 1.9 is a new series of Ruby. It is modern, faster, with clearer syntax, multilingualized, a much improved version of Ruby.&lt;/p&gt;


	&lt;p&gt;Ruby 1.8 series has been used since 2003 and many great products were born on it.&lt;/p&gt;


	&lt;p&gt;Today, the Ruby 1.9 series starts its history as the 1.8 series did.&lt;/p&gt;


	&lt;p&gt;Please note that Ruby 1.8 still remains. 1.8.8 will be released this year.&lt;/p&gt;


	&lt;p&gt;You can read about major changes since 1.8.7 &lt;a href=&quot;http://svn.ruby-lang.org/repos/ruby/tags/v1_9_1_0/NEWS&quot;&gt;here&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;7 &lt;a href=&quot;http://redmine.ruby-lang.org/projects/ruby-19/issues?query_id=11&quot;&gt;bugs have been fixed&lt;/a&gt;  since 1.9.1 &lt;span class=&quot;caps&quot;&gt;RC2&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;If you encounter any bugs or any problems, please report them using the official issue &lt;a href=&quot;http://redmine.ruby-lang.org&quot;&gt;tracking system&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Download from&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.bz2&lt;/a&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SIZE&lt;/span&gt;:   7190271 bytes&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;MD5&lt;/span&gt;:    0278610ec3f895ece688de703d99143e&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SHA256&lt;/span&gt;: de7d33aeabdba123404c21230142299ac1de88c944c9f3215b816e824dd33321&lt;/p&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.tar.gz&lt;/a&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SIZE&lt;/span&gt;:   9025004 bytes&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;MD5&lt;/span&gt;:    50e4f381ce68c6de72bace6d75f0135b&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SHA256&lt;/span&gt;: a5485951823c8c22ddf6100fc9e10c7bfc85fb5a4483844033cee0fad9e292cc&lt;/p&gt;&lt;/li&gt;
	&lt;/ul&gt;


	&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.zip&quot;&gt;ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p0.zip&lt;/a&gt;

	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SIZE&lt;/span&gt;:   10273609 bytes&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;MD5&lt;/span&gt;:    3377d43b041877cda108e243c6b7f436&lt;/p&gt;


	&lt;p&gt;&lt;span class=&quot;caps&quot;&gt;SHA256&lt;/span&gt;: 00562fce4108e5c6024c4152f943eaa7dcc8cf97d5c449ac102673a0d5c1943b&lt;/p&gt;&lt;/li&gt;
	&lt;/ul&gt; </description>
          <pubDate>Fri, 30 Jan 2009 22:50:28 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/01/30/ruby-1-9-1-released/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/01/30/ruby-1-9-1-released/</link>
        </item>

        <item>
          <title>Server maintenance</title>
          <description>Services of ruby-lang.org will be unavailable for the server maintenance between 01:00-06:00 on 31 January 2009 (UTC).
Sorry for any inconvenience.
 </description>
          <pubDate>Wed, 28 Jan 2009 07:38:06 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2009/01/28/20090131-server-maintenance/</guid>
          <link>http://www.ruby-lang.org/en/news/2009/01/28/20090131-server-maintenance/</link>
        </item>

        <item>
          <title>MountainWest RubyConf 2009 Proposal Deadline Approaching</title>
          <description>&lt;p&gt;&lt;a href=&quot;http://mtnwestrubyconf.org&quot;&gt;MountainWest RubyConf 2009&lt;/a&gt;  will be held March 13-14, 2009, in Salt Lake City, Utah, &lt;span class=&quot;caps&quot;&gt;USA&lt;/span&gt;.&lt;/p&gt;


	&lt;p&gt;The submission deadline for presentation proposals is midnight (MST) on December 31st, 2008.&lt;/p&gt;


	&lt;p&gt;Please send your proposal to proposals@mtnwestrubyconf.org.&lt;/p&gt;


	&lt;p&gt;Please see &lt;a href=&quot;http://mtnwestrubyconf.org&quot;&gt;mtnwestrubyconf.org/&lt;/a&gt; for more details.&lt;/p&gt; </description>
          <pubDate>Tue, 23 Dec 2008 16:24:46 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2008/12/23/mountainwest-rubyconf-2009-proposal-deadline-approaching/</guid>
          <link>http://www.ruby-lang.org/en/news/2008/12/23/mountainwest-rubyconf-2009-proposal-deadline-approaching/</link>
        </item>

        <item>
          <title>RubyConf 2008 Summary Video</title>
          <description>&lt;p&gt;While RubyConf fans are waiting on the videos trickle in &lt;a href=&quot;http://rubyconf2008.confreaks.com/&quot;&gt;Confreaks&lt;/a&gt;, hold yourself over with the &lt;a href=&quot;http://www.railsenvy.com/2008/11/26/rubyconf-videos&quot;&gt;31 minute summary video from Rails Envy&lt;/a&gt;.  It's a perfect way to get an overview of what you missed at the conference.&lt;/p&gt; </description>
          <pubDate>Thu, 27 Nov 2008 23:17:47 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2008/11/27/rubyconf-2008-summary-video/</guid>
          <link>http://www.ruby-lang.org/en/news/2008/11/27/rubyconf-2008-summary-video/</link>
        </item>

        <item>
          <title>Scotland on Rails 2009</title>
          <description>&lt;p&gt;&lt;a href=&quot;http://scotlandonrails.com&quot;&gt;Scotland on Rails&lt;/a&gt; is pleased to announce that Conference2009 will be held March 26-28 in Edinburgh, Scotland.&lt;/p&gt;


	&lt;p&gt;We are now accepting submissions. The closing date for submissions is December 1st 2008, so there&amp;#8217;s still time!  Please mail your plaintext proposals for 45 minute sessions to &lt;a href=&quot;mailto:submissions@scotlandonrails.com&quot;&gt;submissions@scotlandonrails.com&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;Alternatively, if you are interested in sponsoring the conference, please mail &lt;a href=&quot;mailto:sponsorship@scotlandonrails.com&quot;&gt;sponsorship@scotlandonrails.com&lt;/a&gt; for a prospectus.&lt;/p&gt;


	&lt;p&gt;Lastly, if you wish to be notified when we open for registration, you can sign up on the site.&lt;/p&gt;


	&lt;p&gt;Come and enjoy all that Edinburgh has to offer (whisky! castle! volcano! ruby! whisky!) in March.  We hope to see you there.&lt;/p&gt; </description>
          <pubDate>Mon, 10 Nov 2008 14:55:53 GMT</pubDate>
          <guid>http://www.ruby-lang.org/en/news/2008/11/10/scotland-on-rails-2009/</guid>
          <link>http://www.ruby-lang.org/en/news/2008/11/10/scotland-on-rails-2009/</link>
        </item>


  </channel>
</rss>