Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (24m)  pkgsrc-2024Q1 (2d)  pkgsrc-2023Q4 (76d)  pkgsrc-2023Q2 (109d) 

2024-06-16 12:14:50 UTC Now

2023-02-11 05:20:28 UTC MAIN commitmail json YAML

ruby-gnome: update to 4.1.1.

Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.1.1

Ruby-GNOME 4.1.1: 2023-02-09

This is a release to improve callback.

Changes

Ruby/GLib2

  * Improvements

      + Added missing error check in GLib::Object.type_register.
        [GH-1543]
        [Reported by D-W-L]

      + Added support for try_convert protocol on converting a Ruby
        object to boxed value.

Ruby/GObjectIntrospection

  * Improvements

      + Relaxed return values from callback. Non Array value is
        accepted for callback that needs multiple return values. Missing
        return values are processed as nil.

      + Suppressed a warning that is reported when returning nil for
        boxed value.

Thanks

  * D-W-L

(tsutsui)