|
|
||||||
|
#1
|
|
|
|
|
-----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) <yugui> |
|
|
|
#2
|
|
|
|
|
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 |
|
#3
|
|
|
|
|
When and where will Windows binaries be available? On the official site
there is only 1.9.1p0 available at the time. by TheR |
|
#4
|
|
|
|
|
On Jul 19, 5:16 pm, Damjan Rems <d_r> 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, |
|
#5
|
|
|
|
|
> == Ruby 1.9.2-preview1
> see the NEWS and the ChangeLog for more detail. > * [..] > * [..] 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 |
|
#6
|
|
|
|
|
> 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 |
|
#7
|
|
|
|
|
On Aug 1, 7:52 am, Roger Pack <rogerpack2> 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 |
|
#8
|
|
|
|
|
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 > [..] > be updated to reflect the newly released patch numbers? I've updated the 1.9.1 patch release link. James Edward Gray II |
|
#9
|
|
|
|
|
> I've updated the 1.9.1 patch release link.
> > James Edward Gray II Thanks James. |
|
|
| Similar Threads | |
| Problem with compiling Ruby-1.9.1-p243 Hi...I am having problem to compile Ruby-1.9.1-p243 on AIX 5.3. Can anyone help me? Thanks Richard |
|
| rake and cucumber fails with ruby-1.9.1-p243 and polyglot 0.2.7 rake and cucumber fails with ruby-1.9.1-p243 and polyglot 0.2.7. (btw, when commenting the require method (polyglot.rb:56) it's passing) rake... |
|
| Ruby 1.8.3 preview1 Matz mentioned a 1.8.3 preview release this month to developers, does anyone know the status? |
|
| [ANN] Ruby Installer for Windows 1.8.2-14_RC5 (from Ruby 1.8.2 preview1) Today Matz released the official preview1 for Ruby 1.8.2. This release candidate of the Ruby Installer for Windows was built from this new preview1. You can download this... |
|
| ruby 1.8.1 preview1 It's out. ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.1-preview1.tar.gz md5sum is c739d26356b8e3a1fa6409a6bcdcef68. matz. |
|
|
All times are GMT. The time now is 09:50 AM. | Privacy Policy
|