Hi,
The Ruby-GNOME2 project released Ruby-GNOME2 1.0.1:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20110918_1
This is a bug fix release of 1.0.0.
=== Install
% gem install gtk2
=== Changes
==== Ruby/GLib2
- Improvements
- GLib::IOChannel.open supports Windows.
[OBATA Akio, Kouhei S.] - Added RVAL2STRV_FREE(), CSTRFILENAME2RVAL(),
RVAL2STRV, STRV2RVAL(), G_REPLACE_SET_PROPERTY(),
G_REPLACE_GET_PROPERTY() and G_REPLACE_ACTION().
[Nikolai W.]
- GLib::IOChannel.open supports Windows.
- Fixes
- GLib::IOChannelWin32Socket.new uses raw socket handle
not file descriptor.
[NAKAMURA Usaku, Kouhei S.]
- GLib::IOChannelWin32Socket.new uses raw socket handle
==== Ruby/GTK2
- Fixes
- [#3383158] removed non LANG=C characters to be
buildable on LANG=C environment.
[Antonio Terceiro, Kouhei S.] - Fixed Gtk::FileFilter#add_custom crash.
[Jeff M., Kouhei S.] - Fixed initialization order.
[ashbb, Kouhei S.]
- [#3383158] removed non LANG=C characters to be
==== Ruby/GooCanvas
- Improvements
- Supported binary bundled gem.
[HAYASHI Kentaro]
- Supported binary bundled gem.
==== Ruby/GtkSourceView2
- Fixes
- Fixed bundled binary directory path on Windows.
[HAYASHI Kentaro]
- Fixed bundled binary directory path on Windows.
==== Ruby/GtkMozEmbed
- Deprecated.
=== Thanks
- Antonio Terceiro
- OBATA Akio
- NAKAMURA Usaku
- HAYASHI Kentaro
- Jeff M.
- ashbb
- Nikolai W.
Thanks,
kou