[ANN] Ruby-GNOME2 1.1.0

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.
  • 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.]
  • 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.]

=== Thanks

  • Geoff Y.
  • mtasaka
  • Chlo D.
  • Nikolai W.

Thanks,

kou

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 1.1.0” on Sat, 07 Jan
2012 10:11:31 +0100,
Michel D. [email protected] wrote:

Thanks for that ! It solved my problem.

Thanks for confirming it! It’s good news. :slight_smile:

Note : I get the following warning (but everything works) :

C:/Ruby193/lib/ruby/gems/1.9.1/gems/glib2-1.1.0-x86-mingw32/lib/1.9/glib2.so:
warning: no super class for `GLib::IOChannelWin32Socket’, Object assumed

It had been fixed in master. If your program doesn’t use
GLib::IOChannelWin32Socket, your program works well. So
please ignore it until the next release…

(Rabbit, my application, uses it. :<)

Thanks,

kou

Kouhei S. wrote in post #1039538:

Hi,

The Ruby-GNOME2 project released Ruby-GNOME2 1.1.0:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20120105_1

  • Improvements
    • [ruby-gnome2-devel-en] FileChooserDialog raising warnings on
      Windows:
      Added hicolor-icon-theme into gem on Windows.
      [Suggested by Nikolai W.]

Thanks for that ! It solved my problem.

Note : I get the following warning (but everything works) :

C:/Ruby193/lib/ruby/gems/1.9.1/gems/glib2-1.1.0-x86-mingw32/lib/1.9/glib2.so:
warning: no super class for `GLib::IOChannelWin32Socket’, Object assumed

_md

Hi!

I tested the latest release.

It works much better for me than the ~3 versions before that. So far I
found no bug either.

Great work!

Kouhei S. wrote in post #1039825:

So please ignore it until the next release…

OK.

_md

Hi,

In [email protected]
“Re: [ruby-gnome2-devel-en] [ANN] Ruby-GNOME2 1.1.0” on Tue, 10 Jan
2012 20:07:53 +0100,
Marc H. [email protected] wrote:

I tested the latest release.

It works much better for me than the ~3 versions before that. So far I
found no bug either.

Thanks for your report.
I’m so relieved. :slight_smile:

Thanks,

kou