SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-Glib-1.325-1.8.x86_64.rpm :

* Tue May 09 2017 sor.alexeiAATTmeowr.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 AATTINC for perl-5.26.0 compatibility.- Provide perl-Glib-devel as there are some header files in the package.
* Thu Feb 11 2016 sor.alexeiAATTmeowr.ru- Update to 1.321:
* GBoxed.xs: Check Glib version prior to enabling GBoxed types.
* Tue Dec 29 2015 sor.alexeiAATTmeowr.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.alexeiAATTmeowr.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.alexeiAATTmeowr.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.alexeiAATTmeowr.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.alexeiAATTmeowr.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 cooloAATTsuse.com-A updated to 1.305
* Disable the warning message when handing callbacks over to the main loop.
* Sun Feb 09 2014 cooloAATTsuse.com- updated to 1.304
* Fix compilation against glib < 2.34.0.
* Mon Dec 09 2013 cooloAATTsuse.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 cooloAATTsuse.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 cooloAATTsuse.com- updated to 1.301
* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490
* Wed Jun 05 2013 cooloAATTsuse.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 AATTARGV 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 AATTARGV 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 cooloAATTsuse.com- disable test suite, creates bigger problems than it helps atm
* Mon Jan 23 2012 vcizekAATTsuse.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 vcizekAATTsuse.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 vcizekAATTsuse.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 vcizekAATTsuse.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 vcizekAATTnovell.com- update to 1.224 Glib::ParamSpec->value_validate(): copy boxed objects if necessary Fix a test failure
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Fri Jul 16 2010 anickaAATTsuse.cz- update to 1.223
* Fix a few test failures.
* Fri Jan 15 2010 anickaAATTsuse.cz- update to 1.222
* Properly handle slashes in copyright footers passed to Glib::MakeHelper.
* Fix a test failure on s390.
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Mon Mar 30 2009 anickaAATTsuse.cz- update to 1.221
* test fixes
* Wed Mar 18 2009 anickaAATTsuse.cz- update to 1.220
* GType.xs (gperl_fundamental_type_from_obj): Check the SV for definedness before passing it to SvRV.
* GClosure.xs (gperl_closure_marshal): Synchronize the way signals with no return value are handled with how it\'s done in gperl_signal_class_closure_marshal. This means that Perl handlers for these kinds of signals are now always called in void context, as they should be.
* gperl.h: Provide gperl_register_boxed_alias, gperl_register_fundamental_alias, and gperl_register_object_alias to register aliases for other registered types. An alias is a package name that will resolve to the specified type, while the type will still resolve to its originally registered package when going the other way.
* Glib.pm: Add constants Glib::SOURCE_CONTINUE and SOURCE_REMOVE for use in source-type callbacks.
* test fixes, docs fixes
 
ICM