Hi,
The Ruby-GNOME2 project released Ruby-GNOME2 1.1.0:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20120105_1
This release includes a crash bug fix by GC on Ruby 1.9. If
you’re using Ruby-GNOME2 on Ruby 1.9, we recommend that you
update Ruby-GNOME2.
Ruby/GStreamer gem for Windows is supported. If you want to
play audio and/or video data on Windows, please try it.
=== Install
% gem install gtk2
=== Changes
This is a source cleanup release.
==== Ruby/GLib2
- Improvements
- [GitHub#65] Supported GLib 2.31. [Reported by mtasaka]
- Supported comparing between GLib::Enum/GLib::Flags and Symbol.
- Fixes
- [GitHub#1] Fix GLib::Spawn regression.
[Patch by Geoff Y.] - Plugged memory leaks.
- Fixed a crash by GC on Ruby 1.9.
- [GitHub#1] Fix GLib::Spawn regression.
- Changes
- Remove optional Ruby-GetText-Package dependency.
==== Ruby/GTK2
- Improvements
- [ruby-gnome2-devel-en] FileChooserDialog raising warnings on
Windows:
Added hicolor-icon-theme into gem on Windows.
[Suggested by Nikolai W.]
- [ruby-gnome2-devel-en] FileChooserDialog raising warnings on
- Fixes
- Fixed a crash by GC.
- Plugged memory leaks.
- Fixed Gdk::GC#colormap= uses wrong value.
- Fixed Gtk::TextBuffer#serialize uses wrong value.
==== Ruby/Pango
- Fixes
- Plugged memory leaks.
==== Ruby/GdkPixbuf
- Improvements
- Gdk::Pixbuf.new supports hash argument.
- Fixes
- Plugged memory leaks.
==== Ruby/GStreamer
- Improvements
- Supported Windows gem.
- Improved memory management.
- Fixes
- [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka]
- [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka]
- [GitHub#87] GStreamer: test_create_clock test fails.
[Reported by mtasaka] - [GitHub#89] GStreamer: test_fraction_range_new test fails.
[Reported by mtasaka] - [GitHub#91] GStreamer: test_state “sometimes” fails.
[Reported by mtasaka]
==== Ruby/Poppler
- Fixes
- Fixed a wrong conversion in Poppler::Document#find_dest.
[Reported by Chlo D.]
- Fixed a wrong conversion in Poppler::Document#find_dest.
=== Thanks
- Geoff Y.
- mtasaka
- Chlo D.
- Nikolai W.
Thanks,
kou