Update to 1.201:
2009-02-13 Torsten Schoenfeld <kaffeetisch@gmx.de> * Glib.pm * NEWS * README: Stable release 1.201. 2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * 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. 2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * MANIFEST * GType.xs (gperl_signal_class_closure_marshal) * t/signal_marshal.t: Correctly handle signals with no return type when invoking signal class closures. Patch by Kevin Ryde. 2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * GType.xs (gperl_register_fundamental_full): Handle wrapper_class_by_type being NULL gracefully. Patch by Kevin Ryde. 2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de> * GBoxed.xs (gperl_register_boxed) * GObject.xs (gperl_register_object) * GType.xs (gperl_register_fundamental): When inserting into the package → type hash tables, use g_hash_table_replace instead of _insert so that the new string pointer is used as the key. Patch by Kevin Ryde. 2009-02-05 Torsten Schoenfeld <kaffeetisch@gmx.de> Merge this old commit from trunk. Without it, the 2008-11-03 change doesn't make sense. * Glib.exports * gperl.h: Properly export gperl_param_spec_type_from_package and gperl_register_param_spec, they are meant to be public. 2009-02-03 Torsten Schoenfeld <kaffeetisch@gmx.de> * t/a.t * GLog.xs: Make sure that messages with % chars in them make it through Glib::log() and friends safely. 2009-02-02 Torsten Schoenfeld <kaffeetisch@gmx.de> * ParseXSDoc.pm (xsdocparse): Always use Data::Dumper on MSWin32 for serialization. Storable seems to consistently fail there, stating 'Magic number checking on storable file failed'. 2008-11-15 Torsten Schoenfeld <kaffeetisch@gmx.de> * GBoxed.xs (gperl_register_boxed): Use the copy of the passed-in package name for the key of info_by_package to avoid problems when the package name is dynamically allocated. * GBoxed.xs (gperl_register_boxed) * GObject.xs (gperl_register_object) * GType.xs (gperl_register_fundamental): Always insert into the lookup tables in the correct order to avoid prematurely freeing the package name. 2008-11-03 Torsten Schoenfeld <kaffeetisch@gmx.de> * GType.xs (gperl_type_from_package): Also try gperl_param_spec_type_from_package on the package. 2008-10-19 Torsten Schoenfeld <kaffeetisch@gmx.de> * Makefile.PL: ExtUtils::MakeMaker 6.46 removed support for EXTRA_META in favor of the new META_MERGE and META_ADD. Adapt.
This commit is contained in:
parent
68c52436c7
commit
1f026c12f7
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.27 2008/11/17 22:44:18 he Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2009/02/23 08:10:01 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Glib-${DIST_VERSION}
|
||||
|
@ -22,7 +22,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
USE_TOOLS+= pkg-config
|
||||
|
||||
DIST_VERSION= 1.200
|
||||
DIST_VERSION= 1.201
|
||||
|
||||
PERL5_PACKLIST= auto/Glib/.packlist
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2008/11/17 22:44:18 he Exp $
|
||||
$NetBSD: distinfo,v 1.11 2009/02/23 08:10:01 wiz Exp $
|
||||
|
||||
SHA1 (Glib-1.200.tar.gz) = b29d533a3b0d136bc4ed04336a0694de3371c02b
|
||||
RMD160 (Glib-1.200.tar.gz) = 1a3eef7bd7c3afa015ba83cf565bd7a50a31f615
|
||||
Size (Glib-1.200.tar.gz) = 252542 bytes
|
||||
SHA1 (Glib-1.201.tar.gz) = 38d24708c60447ad41253b339d7231b87c97b252
|
||||
RMD160 (Glib-1.201.tar.gz) = 5857f69d5f001062e2d81592c5504064470e389f
|
||||
Size (Glib-1.201.tar.gz) = 253267 bytes
|
||||
|
|
Loading…
Reference in a new issue