Path to this page:
Subject: CVS commit: pkgsrc
From: Izumi Tsutsui
Date: 2023-02-11 06:20:28
Message id: 20230211052029.289CDFA90@cvs.NetBSD.org
Log Message:
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
Files: