Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] Ruby 1.9.1-p243 and Ruby 1.9.2-preview1 Released

Reply
Thread Tools

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

 
 
Yugui (Yuki Sonoda)
Guest
Posts: n/a
 
      07-18-2009
-----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/..._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...1-p243.tar.bz2
SIZE: 7191348 bytes
MD5: 66d4f8403d13623051091347764881a0
SHA256: 39c9850841c0dd5d368f96b854f97c19b21eb28a02200f8b4e 151f608092e687

* ftp://ftp.ruby-lang.org/pub/ruby/1.9....1-p243.tar.gz
SIZE: 9043825 bytes
MD5: 515bfd965814e718c0943abf3dde5494
SHA256: 31598e37b3962643bec722921644957be6f8fb9a26f6c91fa6 27bd668ea68be4

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



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

* ftp://ftp.ruby-lang.org/pub/ruby/1.9...review1.tar.gz
SIZE: 9422226 bytes
MD5: e2b8cdbf300f53472be09699a5837fd1
SHA256: 7f29ab3b1d5f0074bb82a6bf398f1cacd42fe508a17fc14844 560c4d906786b6

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



Thanks,
- -- Yugui (Yuki Sonoda) <>
-----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-----

 
Reply With Quote
 
 
 
 
Florian Gilcher
Guest
Posts: n/a
 
      07-19-2009
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/.

 
Reply With Quote
 
 
 
 
Damjan Rems
Guest
Posts: n/a
 
      07-19-2009

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/.

 
Reply With Quote
 
Luis Lavena
Guest
Posts: n/a
 
      07-20-2009
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.
>


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,
--
Luis Lavena

 
Reply With Quote
 
Roger Pack
Guest
Posts: n/a
 
      07-28-2009
> == 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 36
[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/.

 
Reply With Quote
 
Roger Pack
Guest
Posts: n/a
 
      08-01-2009

> 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/.

 
Reply With Quote
 
Luis Lavena
Guest
Posts: n/a
 
      08-01-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.


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

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

--
Luis Lavena
 
Reply With Quote
 
James Gray
Guest
Posts: n/a
 
      08-01-2009
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

 
Reply With Quote
 
Roger Pack
Guest
Posts: n/a
 
      08-03-2009

> I've updated the 1.9.1 patch release link.
>
> James Edward Gray II


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

 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ruby-debug-ide for Ruby 1.9 released Mark Moseley Ruby 8 08-28-2009 08:45 PM
ruby-debug for Ruby 1.9 released Mark Moseley Ruby 1 08-01-2009 01:17 PM
#!/usr/bin/ruby , #!/usr/bin/ruby -w , #!/usr/bin/ruby -T?, #!/usr/bin/ruby -T1... anne001 Ruby 1 04-23-2006 03:02 PM
Ruby/Event and Myriad 0.4 Released Zed A. Shaw Ruby 0 08-29-2005 07:27 AM
Kwartz-ruby 2.0.0 released - Ruby on Rails support kwatch Ruby 0 04-30-2005 03:48 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57