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

  • Thread starter Yugui (Yuki Sonoda)
  • Start date
Y

Yugui (Yuki Sonoda)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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) <[email protected]>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkph6YsACgkQOXzH5JLb/AVnQQCgid6j1RdqTA6w9i66qOyX7UhH
krEAnAugz1fi47472oDPKrYZFKHkPbLZ
=HeRU
-----END PGP SIGNATURE-----
 
F

Florian Gilcher

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
 
D

Damjan Rems

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

by
TheR
 
L

Luis Lavena

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

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,
 
R

Roger Pack

== Ruby 1.9.2-preview1

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top