Go Back   Rhinocerus > Newsgroup > Newsgroup comp.lang.ruby

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 03-31-2009, 12:17 PM
Urabe Shyouhei
Guest
 
Posts: n/a
Default [ANN] Ruby 1.8.6-p368 released

Hello all. It's time for a new release.

This time we've fixed dozens of bugs, including workarounds for
CVE-2007-1558 and CVE-2008-1447. Many segfaults are also fixed. For
a complete list of what has been fixed, please read the ChangeLogs.

I'm afraid to inform you that we are not ready for a 1.8.7 counterpart
of it. That's almost done, but a few test cases are still not green.
I'll finish them up and re-inform you in a matter of days. Please be
patient.

Released tarballs are available at:

ftp://ftp.ruby-lang.org/pub/ruby/1.8....6-p368.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/1.8...6-p368.tar.bz2
ftp://ftp.ruby-lang.org/pub/ruby/1.8...1.8.6-p368.zip

and checksums:

MD5(ruby-1.8.6-p368.tar.gz)= 508bf1911173ac43e4e6c31d9dc36b8f
SHA256(ruby-1.8.6-p368.tar.gz)= cc8cad3edd02d8c2de3c63a7d8a5cb85af39766dd47360a9c0 f26339b101e2a0
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)= 1bd398a125040261f8e9e74289277c82063aae174ada9f300d 2bea0a42ccdcc1
SIZE(ruby-1.8.6-p368.tar.bz2)= 3967709

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

Have fun.

Reply With Quote
Alt Today
Advertising
 
and become member of Rhinocerus
Standard Sponsored Links

  #2 (permalink)  
Old 04-15-2009, 08:00 PM
Urabe Shyouhei
Guest
 
Posts: n/a
Default [ANN] Ruby 1.8.7-p160 released

Hello all, and sorry for a late reply.

Urabe Shyouhei wrote:
> I'm afraid to inform you that we are not ready for a 1.8.7 counterpart
> of it. That's almost done, but a few test cases are still not green.
> I'll finish them up and re-inform you in a matter of days. Please be
> patient.


I'm glad I've finally put a 1.8.7 release on our FTP server. It's a
counterpart of 1.8.6-p368, so many bugs are fixed since the latest 1.8.7.
Check the ChangeLog for more details.

Released tarballs are available at:

ftp://ftp.ruby-lang.org/pub/ruby/1.8....7-p160.tar.gz
ftp://ftp.ruby-lang.org/pub/ruby/1.8...7-p160.tar.bz2
ftp://ftp.ruby-lang.org/pub/ruby/1.8...1.8.7-p160.zip

and checksums:


MD5(ruby-1.8.7-p160.tar.gz)= 945398f97e2de6dd8ab6df68d10bb1a1
SHA256(ruby-1.8.7-p160.tar.gz)=
47c3d1ae6b3dbda230d04f258304516fc1da571fa757d5e1d8 d0104b49045530
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)=
e524a086212d2142c03eb6b82cd602adcac9dcf8bf60049e89 aa4ca69864984d
SIZE(ruby-1.8.7-p160.tar.bz2)= 4137518

MD5(ruby-1.8.7-p160.zip)= 06319bafa225df47fe26dfb52bc174a7
SHA256(ruby-1.8.7-p160.zip)=
c56fefbb9e7e186bf9feeb864793ad2a53062ce871b47ab017 0316e38f738995
SIZE(ruby-1.8.7-p160.zip)= 5876269

Have fun.

Reply With Quote
  #3 (permalink)  
Old 04-16-2009, 07:48 PM
Phil Ross
Guest
 
Posts: n/a
Default Re: Ruby 1.8.6-p368 released

Urabe Shyouhei wrote:
> Hello all. It's time for a new release.
>
> This time we've fixed dozens of bugs, including workarounds for
> CVE-2007-1558 and CVE-2008-1447. Many segfaults are also fixed. For
> a complete list of what has been fixed, please read the ChangeLogs.


Would it be possible for release notifications like this to be posted to
the news page on ruby-lang.org in future?

It's quite easy to miss notifications on the Ruby-Talk list, so having
them on the news page (and in the associated RSS feed) would be useful.

Regards,

Phil
--
Posted via http://www.ruby-forum.com/.

Reply With Quote
  #4 (permalink)  
Old 04-17-2009, 07:47 AM
Ivan Evtuhovich
Guest
 
Posts: n/a
Default Re: Ruby 1.8.6-p368 released

Hello,

i found a bug when using cap with p368.

https://capistrano.lighthouseapp.com...-ruby-186-p368

On Apr 16, 11:48*pm, Phil Ross <phil.r...@gmail.com> wrote:
> Urabe Shyouhei wrote:
> > Hello all. *It's time for a new release.

>
> > This time we've fixed dozens of bugs, including workarounds for
> > CVE-2007-1558 and CVE-2008-1447. *Many segfaults are also fixed. *For
> > a complete list of what has been fixed, please read the ChangeLogs.

>
> Would it be possible for release notifications like this to be posted to
> the news page on ruby-lang.org in future?
>
> It's quite easy to miss notifications on the Ruby-Talk list, so having
> them on the news page (and in the associated RSS feed) would be useful.
>
> Regards,
>
> Phil
> --
> Posted viahttp://www.ruby-forum.com/.


Reply With Quote
  #5 (permalink)  
Old 04-17-2009, 01:49 PM
Urabe Shyouhei
Guest
 
Posts: n/a
Default Re: Ruby 1.8.6-p368 released

Hello Phil,

Phil Ross wrote:
> Urabe Shyouhei wrote:
>> Hello all. It's time for a new release.
>>
>> This time we've fixed dozens of bugs, including workarounds for
>> CVE-2007-1558 and CVE-2008-1447. Many segfaults are also fixed. For
>> a complete list of what has been fixed, please read the ChangeLogs.

>
> Would it be possible for release notifications like this to be posted to
> the news page on ruby-lang.org in future?
>
> It's quite easy to miss notifications on the Ruby-Talk list, so having
> them on the news page (and in the associated RSS feed) would be useful.



I agree with you, but I don't have a write privilege on www.ruby-lang.org.

Reply With Quote
  #6 (permalink)  
Old 04-17-2009, 11:21 PM
Suraj Kurapati
Guest
 
Posts: n/a
Default Re: Ruby 1.8.6-p368 released

Urabe Shyouhei wrote:
> Phil Ross wrote:
>> It's quite easy to miss notifications on the Ruby-Talk list, so having
>> them on the news page (and in the associated RSS feed) would be useful.

>
> I agree with you, but I don't have a write privilege on
> www.ruby-lang.org.


Perhaps you could add [ANN] to the subject of this email, so it is
readily recognized as being an announcement?
--
Posted via http://www.ruby-forum.com/.

Reply With Quote
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANN] Ritex 0.2 released: Latex -> MathML converter William Morgan Newsgroup comp.lang.ruby 5 04-02-2009 07:33 PM
[ANN] Heist 0.2.0, now with full list support James Coglan Newsgroup comp.lang.ruby 0 04-02-2009 06:45 PM
[ANN] hoe 1.12.1 Released Ryan Davis Newsgroup comp.lang.ruby 0 04-01-2009 03:50 AM
[ANN] graph 1.0.0 Released Ryan Davis Newsgroup comp.lang.ruby 0 04-01-2009 12:54 AM
[ANN] hoe 1.12.0 Released Ryan Davis Newsgroup comp.lang.ruby 0 04-01-2009 12:49 AM



All times are GMT. The time now is 09:58 AM.


Copyright ©2009

LinkBacks Enabled by vBSEO 3.3.0 RC2 © 2009, Crawlability, Inc.