[ANN] Ruby 1.9.2-p136 is released

Ruby is released on Christmas. So here you are.

Ruby 1.9.2-p136 has been released. This is the second release of Ruby
1.9.2. It fixes many bugs found in 1.9.2-p0. See ChangeLog [*1] for
more detail.

*1: http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_136/ChangeLog

== Download
* http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p136.tar.bz2
  SIZE: 8819324 bytes
  MD5: 52958d35d1b437f5d9d225690de94c13
  SHA256: 33092509aad118f07f0483a3db1d4c5adaccf4bb0324cd43f44e3bd3dd1858cb

* http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p136.tar.gz
  SIZE: 11155066 bytes
  MD5: 6e17b200b907244478582b7d06cd512e
  SHA256: c4314df44f3ab81230685fb51c296ce21034f4c719e2fcc0baba221d19f28746

* http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p136.zip
  SIZE: 12566581 bytes
  MD5: f400021058e886786ded510a9f45b2c6
  SHA256: 84ffc047b29032ba848dbbf50d3302de7ac732db1448e57303c27ad4b47c2c5b

- -- Yugui Yuki Sonoda <yugui@yugui.jp>

Ruby is released on Christmas. So here you are.

wow, thank you.
so far, so great...

$ ruby -v
ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
botp@jedi2:~
$ ruby Desktop/sinatra/sinatra_test.rb
== Sinatra/1.1.0 has taken the stage on 4567 for development with
backup from Thin

Thin web server (v1.2.7 codename No Hup)
Maximum connections set to 1024
Listening on 0.0.0.0:4567, CTRL+C to stop
Stopping ...

== Sinatra has ended his set (crowd applauds)
botp@jedi2:~
$ cd Desktop/rails/testing
botp@jedi2:~/Desktop/rails/testing
$ rails server
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-12-26 00:41:12] INFO WEBrick 1.3.1
[2010-12-26 00:41:12] INFO ruby 1.9.2 (2010-12-25) [i686-linux]
[2010-12-26 00:41:12] INFO WEBrick::HTTPServer#start: pid=12298 port=3000

Started GET "/rails/info/properties" for 127.0.0.1 at 2010-12-26 00:41:25 +0800
  Processing by Rails::InfoController#properties as HTML
  SQL (0.9ms) SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'

Rendered inline template (0.4ms)
Completed 200 OK in 31ms (Views: 1.1ms | ActiveRecord: 0.9ms)
[2010-12-26 00:45:04] INFO going to shutdown ...
[2010-12-26 00:45:04] INFO WEBrick::HTTPServer#start done.
Exiting

merry xmas
-botp

···

On Sat, Dec 25, 2010 at 7:21 PM, Yuki Sonoda (Yugui) <yugui@yugui.jp> wrote: