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