From: Yugui (Yuki Sonoda) on
Hi,

I have just released Ruby 1.9.2-preview3. This is a preview release of
Ruby 1.9.2. Ruby 1.9.2 will be mostly compatible with 1.9.1, except the
following changes:
* Many new methods
* New socket API (IPv6 support)
* New encodings
* Random class that supports various random number generators
* Time is reimplemented. There is no longer the year 2038 problem.
* some regexp enhancements
* $: no longer includes the current directory.
* dl is reimplemented on top of libffi.
* new psych library that wraps libyaml. You can use the library instead
of syck.

See [*1][*2] for more detail.

*1: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_preview3/NEWS
*2: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_preview3/ChangeLog

== Request for comments
There remain some bugs[*3], however, it works mostly fine and passes >=
99% of RubySpec. Please try it out with your ruby program.

This preview release is the last chance to oppose a compatibility issue.
If you have a serious compatibility problem with Ruby 1.9.2, let us know
before Ruby 1.9.2-rc1 will be released on 30, Jun.

*3: http://redmine.ruby-lang.org/projects/ruby-19/issues

== Location
* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview3.tar.bz2
SIZE: 8449195 bytes
MD5: 19225dceacaac49ddc1664e593af54ac
SHA256: 94aee45432fb1a4ce6c3c9c74d17d2efc4fe4ad278997a850d55e5ca901cf256

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview3.tar.gz
SIZE: 10763908 bytes
MD5: 209e59f3495a5503fa948c2732f1d705
SHA256: b389c2a28c037763b879ba4621aeb769751ecb87210819638c7b882672299168

* ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-preview3.zip
SIZE: 12176104 bytes
MD5: 8c6c3c4d79a6abf2d585603375c75daa
SHA256: 9c427c7ec86fe09a571ed04825b56ffb9a4c09b3e9bbf462cdd5024948dec071

-- Yugui (Yuki Sonoda) <yugui(a)yugui.jp>