[ANN] Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 Released

Hi,

RubyKaigi2009 is being held since yesterday. It is the best time to
release new tarball of Ruby 1.9.
Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 have just been released.

== Ruby 1.9.1-p243
This is a patch level release in the 1.9.1 series.
It includes bug fixes.

see the ChangeLog for more detail
* http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1/ChangeLog

== Ruby 1.9.2-preview1
This is a preview for the 1.9.2 series. It is just a snapshot. It still
have some known bugs, is sometimes unstable.
Let us know your view on it.

* Socket API was more objectified.
* Time was reimplemented and enhanced. Now Time has no max/min value, no
year 2038 problem.
* New Random class for random number sequence.
* Good news for merb users: Method#parameters

see the NEWS and the ChangeLog for more detail.
* http://svn.ruby-lang.org/repos/ruby/trunk/NEWS
* http://svn.ruby-lang.org/repos/ruby/trunk/ChangeLog

== Location
Ruby 1.9.1-p243
* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.bz2
  SIZE: 7191348 bytes
  MD5: 66d4f8403d13623051091347764881a0
  SHA256: 39c9850841c0dd5d368f96b854f97c19b21eb28a02200f8b4e151f608092e687

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.tar.gz
  SIZE: 9043825 bytes
  MD5: 515bfd965814e718c0943abf3dde5494
  SHA256: 31598e37b3962643bec722921644957be6f8fb9a26f6c91fa627bd668ea68be4

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.1-p243.zip
  SIZE: 10307868 bytes
  MD5: 7086675f78185d72719132231b810e4d
  SHA256: 68a9847299269c5251dc61f7aad8482ab6022a6b1be13635d607fb593208b226

Ruby 1.9.2-preview1
* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview1.tar.bz2
  SIZE: 7487008 bytes
  MD5: 0b8f27ea78afcdc54d5d23e569aa0150
  SHA256: 0681204e52207153250da80b3cc46812f94107807458a7d64b17554b6df71120

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview1.tar.gz
  SIZE: 9422226 bytes
  MD5: e2b8cdbf300f53472be09699a5837fd1
  SHA256: 7f29ab3b1d5f0074bb82a6bf398f1cacd42fe508a17fc14844560c4d906786b6

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview1.zip
  SIZE: 10741739 bytes
  MD5: 253b5845e4b0f8250ae79c328b94e049
  SHA256: cb132277476856535ee31e85929a3041877b0912868b7f64d1cf911a79463cdf

Thanks,
- -- Yugui (Yuki Sonoda) <yugui@yugui.jp>

Hi,

first of all: thank you for the new versions.

You forget to mention one major incompatibilities:

[ skade HIPE-Machine ~/Downloads/ruby-1.9.2-preview1 ] ./ruby --version
ruby 1.9.2dev (2009-07-18 trunk 24186) [i386-darwin9.7.0]
[ skade HIPE-Machine ~/Downloads/ruby-1.9.2-preview1 ] ./ruby -e "require 'test'"
-e:1:in `require': no such file to load -- test (LoadError)
from -e:1:in `<main>'

vs:

[ skade HIPE-Machine ~/Downloads/ruby-1.9.1-p243 ] ./ruby --version
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin9.7.0]
[ skade HIPE-Machine ~/Downloads/ruby-1.9.1-p243 ] ./ruby -e "require 'test'"
test

Regards,
Florian Gilcher

···

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

When and where will Windows binaries be available? On the official site
there is only 1.9.1p0 available at the time.

by
TheR

···

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

== Ruby 1.9.2-preview1
see the NEWS and the ChangeLog for more detail.
* http://svn.ruby-lang.org/repos/ruby/trunk/NEWS
* http://svn.ruby-lang.org/repos/ruby/trunk/ChangeLog

Also not mentioned in the NEWS is that floats are a little more whiney
now:

d:\dev>pik run "ruby -e 'puts 1.1-0.9'"

== Running with 186: ruby 1.8.6 (2009-03-31 patchlevel 368)
[i386-mingw32] ==
0.2

== Running with 192: ruby 1.9.2dev (2009-05-25 trunk 23567)
[i386-mingw32] ==
0.20000000000000007

i.e. they now show their inaccuracy more [it was always there, it just
didn't show before].
=r

···

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

RubyKaigi2009 is being held since yesterday. It is the best time to
release new tarball of Ruby 1.9.
Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 have just been released.

Should the links on
http://www.ruby-lang.org/en/downloads/
be updated to reflect the newly released patch numbers?
Thanks.
=r

···

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

All Windows binaries are contributed, no official ones (as clearly
stated by Ruby-core, Windows supported as best can be done, not 100%
supported).

Highly likely these binaries for "mswin32" platform will appear here:

http://www.garbagecollect.jp/ruby/mswin32/en/

While I plan on announce "mingw32" binaries and preview installers
soon.

Cheers,

···

On Jul 19, 5:16 pm, Damjan Rems <d_r...@yahoo.com> wrote:

When and where will Windows binaries be available? On the official site
there is only 1.9.1p0 available at the time.

--
Luis Lavena

Not until there are actual files being uploaded to garbagecollect
website:

http://www.garbagecollect.jp/ruby/mswin32/en/
Latest post: Jan.31,2009

···

On Aug 1, 7:52 am, Roger Pack <rogerpack2...@gmail.com> wrote:

> RubyKaigi2009 is being held since yesterday. It is the best time to
> release new tarball of Ruby 1.9.
> Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 have just been released.

Should the links onhttp://www.ruby-lang.org/en/downloads/
be updated to reflect the newly released patch numbers?
Thanks.

--
Luis Lavena

I've updated the 1.9.1 patch release link.

James Edward Gray II

···

On Aug 1, 2009, at 5:52 AM, Roger Pack wrote:

RubyKaigi2009 is being held since yesterday. It is the best time to
release new tarball of Ruby 1.9.
Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 have just been released.

Should the links on
http://www.ruby-lang.org/en/downloads/
be updated to reflect the newly released patch numbers?

I've updated the 1.9.1 patch release link.

James Edward Gray II

Thanks James.

···

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