pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-glib2
Module Name: pkgsrc
Committed By: abs
Date: Sun Jan 22 18:43:12 UTC 2012
Modified Files:
pkgsrc/devel/p5-glib2: Makefile distinfo
Log Message:
Updated devel/p5-glib2 to 1.242
Overview of changes in Glib 1.242
=================================
* Glib::GenPod: fix typo in default pspec values
(https://bugzilla.gnome.org/show_bug.cgi?id=665331)
* Glib::GenPod: delete a duplicate key in %basic_types
(https://bugzilla.gnome.org/show_bug.cgi?id=665332)
* Change the FSF's address in all GPL license notices (RT#72664)
Overview of changes in Glib 1.241
=================================
* Register the boxed type Glib::GString, based almost completely on a patch by
Emmanuel Rodriguez (https://bugzilla.gnome.org/show_bug.cgi?id=663881).
* Fix linking against perl < 5.9.4 on some platforms; Do not use
SvREFCNT_inc_simple_void_NN as that was introduced in perl 5.9.4, which came
after the 5.8.0 we require.
Overview of changes in Glib 1.240
=================================
Since 1.22x (the previous stable series)
----------------------------------------
* Add Glib::Param::GType support.
* Add Glib::Log->set_default_handler() and
Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Support the fundamental type Glib::GType.
* Correctly handle variables with "magic" attached, like tied
variables.
* Don't copy boxed objects when passing from Perl to C.
Since 1.233
-----------
* Nada.
Overview of changes in Glib 1.233
=================================
* Change the way we handle objects with floating references again, to be more
compatible.
Overview of changes in Glib 1.232
=================================
* In the documentation generated by Glib::GenPod, show default values for
properties.
* Correctly handle objects which have floating references.
* When checking whether a variable is a reference, correctly account for "get
magic", which occurs for example for tied variables. Add gperl_sv_is_ref for
other bindings to use.
Overview of changes in Glib 1.231
=================================
* Add Glib::Log->set_default_handler() and Glib::Log::default_handler().
* Add Glib::ParamSpec->override() and get_redirect_target().
* Add Glib::Param->get_default_value().
* Make Glib::ParamSpec->value_validate() copy boxed objects if necessary.
* Support the fundamental type Glib::GType.
* Correctly store and look up custom signal marshallers.
* Fix fetching default values for unichar properties of custom subclasses.
* Fix subclassing with {pspec, get, set}-style properties.
* Allow the Glib::Object "magic" to coexist with other extensions' "magic".
* Make Glib::GenPod create docs for child and style properties.
* Improve the documentation in a few places.
* Fix a few build and test failures.
Overview of changes in Glib 1.230
=================================
* Don't copy boxed objects when passing from Perl to C. This mainly affects
Perl subclasses which have signal handlers that involve boxed objects and use
signal_chain_from_overridden() to call parent signal handlers. With this
change, the parent's handlers will now operator on the same object that the
Perl code sees, and changes consequently propagate properly.
* Correctly handle variables with "set" magic attached in the default
SET_PROPERTY implementation for custom Perl subclasses.
* Add Glib::Param::GType support.
* Make Glib::Flags::bool() and as_arrayref() callable as methods.
* Allow undef for default_value in Glib::ParamSpec->string.
* Improve the documentation in a few places.
* Add gperl_hv_take_sv, a wrapper for hv_store, to our C API.
* Fix some build and test failures.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/p5-glib2/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-glib2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index