Version: 1.326-2.1
* Mon Mar 05 2018 bwiedemann@suse.com
- Update to version 1.326
* Allow overriding of current time in generated man-pages (boo#1047218)
* Tue May 09 2017 sor.alexei@meowr.ru
- Update to version 1.325 (changes since 1.321):
* Fix typos (bgo#760065).
* Docs: Add missing blurbs for the benefit of "whatis"
(bgo#753466).
* Fix a POD error in the Glib::ParamSpec whatis entry.
* Fix POD for the benefit of "whatis" (bgo#772329).
* Fix typos in error message and POD (bgo#772328).
* Try to avoid a possible hang in t/9.t.
* Handle removing '.' in @INC for perl-5.26.0 compatibility.
- Provide perl-Glib-devel as there are some header files in the
package.
* Thu Feb 11 2016 sor.alexei@meowr.ru
- Update to 1.321:
* GBoxed.xs: Check Glib version prior to enabling GBoxed types.
* Tue Dec 29 2015 sor.alexei@meowr.ru
- Update to 1.320:
* Makefile.PL: Add IRC link to metadata block.
* Glib::GenPod: Supply default namespace blurbs.
* Properly escape dash in generated API index POD.
* Sat Oct 10 2015 sor.alexei@meowr.ru
- Update to 1.314:
* Fix compilation on libglib < 2.26.
* Add Glib::Bytes, a wrapper for GBytes.
* Sort the output of podify_signals in a deterministic way.
* Thu Aug 20 2015 sor.alexei@meowr.ru
- Update to 1.313:
* Fix compilation and test issues with Glib::Variant::ParseError.
* Add a short explanatory comment to the lazy-loading system.
* Fri Jul 17 2015 sor.alexei@meowr.ru
- Update to 1.312 (changes since 1.310):
* Fix Glib::Variant::classify on big-endian machines.
* Fix incorrect version in Glib::GenPod.
* Thu Mar 26 2015 sor.alexei@meowr.ru
- Update to 1.310 (changes since 1.305):
* Add code comments about the peculiar Glib::InitiallyUnowned
sink handling.
* Add Glib::Variant and Glib::VariantType.
* Add char_byte and char_byte_ornull typemaps.
* Reorder and reformat our header and typemap a little.
* Hush a compiler warning in GMainLoop.xs.
* Tue Sep 16 2014 coolo@suse.com
-A updated to 1.305
* Disable the warning message when handing callbacks over to the main loop.
* Sun Feb 09 2014 coolo@suse.com
- updated to 1.304
* Fix compilation against glib < 2.34.0.
* Mon Dec 09 2013 coolo@suse.com
- updated to 1.303
* Revert the change to ref counting of initial wrappers of custom subclasses,
introduced in Glib 1.300. It caused issues with subclasses inheriting from
Glib::InitiallyUnowned.
* Fix a test failure with perl >= 5.19.4.
* Create a GType for GSpawnFlags and register it with the bindings.
* Fri Oct 04 2013 coolo@suse.com
- updated to 1.302
* Avoid misusing the macro PL_na, thus preventing issues when Glib is used in
conjunction with certain XS modules, among them XML::Parser and
String::Approx.
* Avoid memory corruption when registering boxed synonyms repeatedly.
* Sat Jul 27 2013 coolo@suse.com
- updated to 1.301
* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
* Wed Jun 05 2013 coolo@suse.com
- updated to 1.300
* Stable release to coincide with the release of Perl 5.18.0
Since 1.28x (The previous stable release)
- ----------------------------------------
* Ensure timely destruction of initial wrapper of custom subclasses
* Start changing module version numbers in all Perl modules in the
distribution, not just lib/Glib.pm; (Bugzilla #690464)
* Make Glib::Object subclassing more robust. This should in particular fix
issues revealed by the change to hash randomization introduced in perl
5.17.6.
* Correctly handle utf8-encoded strings in GPerlArgv. This should fix issues
seen with utf8-encoded strings in @ARGV with, for example, Gtk2->init.
Overview of changes in Glib 1.291 (unstable)
============================================
* Ensure timely destruction of initial wrapper of custom subclasses
* Start changing module version numbers in all Perl modules in the
distribution, not just lib/Glib.pm; (Bugzilla #690464)
Overview of changes in Glib 1.290 (unstable)
============================================
* Make Glib::Object subclassing more robust. This should in particular fix
issues revealed by the change to hash randomization introduced in perl
5.17.6.
* Correctly handle utf8-encoded strings in GPerlArgv. This should fix issues
seen with utf8-encoded strings in @ARGV with, for example, Gtk2->init.
Overview of changes in Glib 1.280 (stable)
==========================================
Since 1.26x (the previous stable series)
- ---------------------------------------
* Correctly handle the boxed type for GError.
* Ensure that custom signal marshallers are always used irregardless of
the spelling used for the signal name.
* Make the stack handling of some marshallers more robust, in
preparation for custom Glib::Boxed converters that call back into
Perl code.
* Add new C API gperl_register_boxed_synonym.
* Sat Jul 21 2012 coolo@suse.com
- disable test suite, creates bigger problems than it helps atm
* Mon Jan 23 2012 vcizek@suse.com
- update to 1.250
* Add a fallback implementation of SvMAGIC_set; Bugzilla bug #665266
* Avoid a syntax error on older perls
* Glib::Object: make ref-counting compatible with perl >= 5.16 (RT#73650)
* Fix some typos in POD (RT#73616)
* Mon Jan 02 2012 vcizek@suse.cz
- update to 1.242
* Changed addresses in GPL license notices
* Glib::GenPod: fix typo in default pspec values
* Glib::GenPod: delete a duplicate key in %basic_types
* Mon Nov 21 2011 vcizek@suse.com
- update to 1.241
* Fix a test failure in t/GtkEntryBuffer.t
* Fix a test failure in t/tied-objects.t
* Add the missing NEWS entries from the stable branch.
* Mon Oct 17 2011 vcizek@suse.com
- update to 1.240
* 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.
* Thu Aug 04 2011 vcizek@novell.com
- update to 1.224
Glib::ParamSpec->value_validate(): copy boxed objects if necessary
Fix a test failure