# 1.9.1 RC2 01/15/2009 The first stable version of 1.9 series * Bug #957: Cannot build in OSX 10.5.6 using gcc4.0.1 or gcc4.2 due to issue with readline.h * Bug #727: Signal(CLD) seems not to work on OS X * Bug #847: debug.rb reports extraneous information * Bug #941: ignores SIGQUIT on FreeBSD 7.1 * Bug #935: child process forked from child thread does not call ruby_cleanup * Bug #951: "make DESTDIR=... install" creates dirs outside DESTDIR * Bug #952: rb_obj_not_match documentation is buggy * Bug #955: On windows, can't build outside of srcdir without ruby * Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII * Bug #958: Cross-compile 1.9.1-rc1 fail to make install * Bug #959: Ruby 1.9 source code does not compile when cloned from a git-svn gateway * Bug #965: make clean errors - 1.9.1 branch * Bug #975: ruby curses extension does not support multibyte characters * Bug #968: trap may fail to handle signals * Bug #995: CONFIG['topdir'] defined '1.9.1' instead of '1.9' * Bug #980: Requiring erb produces two warnings in 1.9.1-RC1 * Bug #981: String#encode() keeps invalid bytes when converting to US-ASCII * Bug #983: tool/file2lastrev.rb の文字コードの問題 * Bug #984: Test::Unit::Assertions#assert_match double counts number of assertions * Bug #997: % after %> in erb * Bug #1008: Missing shell version of ruby-1.9 commands (gem, rake, ...) for MinGW installation * Bug #998: Cross compile 1.9.1 snapshot fails building socket * Bug #1004: Encoding related test failure on OpenSolaris * Bug #1011: Chinese GB18030 transcoding is breaking build at r21509 * Bug #1438: dylib architecture error building 1.9.1-rc2 on osx10.5.6 * Bug #848: debug.rb doesn't have access to the source file under test until it has run * Bug #942: Build fails on IA-32 Linux with gcc 4.3.2 * Bug #960: SIGINT signal is not handled properly on OpenSolaris * Bug #967: Results of const_missing are being cached incorrectly * Bug #985: profile lib + iterator => 'NULL pointer given' (ArgumentError) * Bug #996: IRB doesn't work anymore with ruby-1.9.1-rc1 on MinGW * Bug #1056: Ruby 1.9.1-rc2 - ext compilation errors on mingw * Bug #886: GC from blocking region * Bug #3684: String#to_i documentation mismatch