From: Joel VanderWerf on
Yugui (Yuki Sonoda) wrote:
> I have just released Ruby 1.9.2-preview3.

A very minor comment: this 1.9.2 installs to dirs named 1.9.1:

installing binary commands: /usr/local/bin
installing base libraries: /usr/local/lib
installing arch files: /usr/local/lib/ruby/1.9.1/x86_64-linux
installing extension objects: /usr/local/lib/ruby/1.9.1/x86_64-linux
installing extension objects:
/usr/local/lib/ruby/site_ruby/1.9.1/x86_64-linux
installing extension objects:
/usr/local/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
installing extension headers: /usr/local/include/ruby-1.9.1/x86_64-linux
installing extension scripts: /usr/local/lib/ruby/1.9.1
installing extension scripts: /usr/local/lib/ruby/site_ruby/1.9.1
installing extension scripts: /usr/local/lib/ruby/vendor_ruby/1.9.1
installing extension headers: /usr/local/include/ruby-1.9.1/ruby
installing rdoc: /usr/local/share/ri/1.9.1/system
installing capi-docs: /usr/local/share/doc/ruby
installing command scripts: /usr/local/bin
installing library scripts: /usr/local/lib/ruby/1.9.1
installing common headers: /usr/local/include/ruby-1.9.1
installing manpages: /usr/local/share/man/man1
installing default gems: /usr/local/lib/ruby/gems/1.9.1 (cache,
doc, gems, specifications)
rake 0.8.7
rdoc 2.5.8
minitest 1.6.0

From: Wayne E. Seguin on
Yugi, *awesome* news, thank you and the Ruby team!!!


If anyone is using RVM preview3 is now default for 1.9.2.

rvm update --head ; 'rvm reload' or open new shell ; rvm install 1.9.2
; rvm 1.9.2 --default

This has been released in RVM 0.1.36

Enjoy!

~Wayne

From: Luis Lavena on
On May 31, 4:06 pm, Joel VanderWerf <joelvanderw...(a)gmail.com> wrote:
> Yugui (Yuki Sonoda) wrote:
> > I have just released Ruby 1.9.2-preview3.
>
> A very minor comment: this 1.9.2 installs to dirs named 1.9.1:
>

1.9.1 is Ruby compatibility version (compare 1.8 used by Ruby 1.8.x)

If a major Ruby change was introduced, then the version compatibility
will be bumped.

--
Luis Lavena
From: Rohit Arondekar on
Yugui, I think the release plan is out of date, because it says that
Preview2 should be out now.
http://redmine.ruby-lang.org/wiki/ruby-19/ReleasePlan
--
Posted via http://www.ruby-forum.com/.

From: Diego Virasoro on
Thank you a ton.

In particular I am looking forward to the new Matrix enchantments and
the new Random class.

Any plan to include sftp and ssh in place of ftp and telnet? (maybe
for 1.9.3?)

Are you planning to have a preview4?

Thanks again!

Diego