This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to annotated tag rel-1-31-0 in repository libglib-perl.
commit 31ac86b884302e6a5156f09d774006865f159b69 Author: Brian Manning <[email protected]> Date: Tue Jan 27 16:18:35 2015 -0800 Unstable version 1.310 --- Makefile.PL | 8 ++++---- NEWS | 8 ++++++++ lib/Glib.pm | 2 +- lib/Glib/CodeGen.pm | 2 +- lib/Glib/GenPod.pm | 2 +- lib/Glib/MakeHelper.pm | 2 +- lib/Glib/Object/Subclass.pm | 2 +- lib/Glib/ParseXSDoc.pm | 2 +- 8 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index bf99935..c4e671c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -100,8 +100,8 @@ my %meta_merge = ( }, author => ['gtk2-perl Team <gtk-perl-list at gnome dot org>'], - #release_status => 'unstable', - release_status => 'stable', + release_status => 'unstable', + #release_status => 'stable', # valid values: https://metacpan.org/module/CPAN::Meta::Spec#license license => 'lgpl_2_1', resources => { @@ -224,7 +224,7 @@ WriteMakefile( @openbsd_compat_flags, ); -=unstable +#=unstable print <<__EOW__; WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING @@ -237,7 +237,7 @@ WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING __EOW__ -=cut +#=cut =frozen diff --git a/NEWS b/NEWS index d9d277d..f603359 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in Glib 1.310 (unstable) +============================================ + +* 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 + Overview of changes in Glib 1.307 (stable) ========================================== diff --git a/lib/Glib.pm b/lib/Glib.pm index db3ebeb..cda709e 100644 --- a/lib/Glib.pm +++ b/lib/Glib.pm @@ -27,7 +27,7 @@ use Exporter; require DynaLoader; our @ISA = qw(DynaLoader Exporter); -our $VERSION = '1.307'; +our $VERSION = '1.310'; use constant { TRUE => 1, diff --git a/lib/Glib/CodeGen.pm b/lib/Glib/CodeGen.pm index 8d068d8..59f6815 100644 --- a/lib/Glib/CodeGen.pm +++ b/lib/Glib/CodeGen.pm @@ -5,7 +5,7 @@ use warnings; use Carp; use IO::File; -our $VERSION = '1.307'; +our $VERSION = '1.310'; # type handlers should look like this: # sub gen_foo_stuff { diff --git a/lib/Glib/GenPod.pm b/lib/Glib/GenPod.pm index 91c1e68..3d7128f 100644 --- a/lib/Glib/GenPod.pm +++ b/lib/Glib/GenPod.pm @@ -9,7 +9,7 @@ package Glib::GenPod; -our $VERSION = '1.307'; +our $VERSION = '1.310'; use strict; use warnings; diff --git a/lib/Glib/MakeHelper.pm b/lib/Glib/MakeHelper.pm index 51e2c4a..9cf9588 100644 --- a/lib/Glib/MakeHelper.pm +++ b/lib/Glib/MakeHelper.pm @@ -4,7 +4,7 @@ package Glib::MakeHelper; -our $VERSION = '1.307'; +our $VERSION = '1.310'; =head1 NAME diff --git a/lib/Glib/Object/Subclass.pm b/lib/Glib/Object/Subclass.pm index 9a2d1fd..b985196 100644 --- a/lib/Glib/Object/Subclass.pm +++ b/lib/Glib/Object/Subclass.pm @@ -20,7 +20,7 @@ package Glib::Object::Subclass; -our $VERSION = '1.307'; +our $VERSION = '1.310'; use Glib; diff --git a/lib/Glib/ParseXSDoc.pm b/lib/Glib/ParseXSDoc.pm index ea1b058..6e74f64 100644 --- a/lib/Glib/ParseXSDoc.pm +++ b/lib/Glib/ParseXSDoc.pm @@ -13,7 +13,7 @@ our @EXPORT = qw( xsdocparse ); -our $VERSION = '1.307'; +our $VERSION = '1.310'; our $NOISY = $ENV{NOISYDOC}; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libglib-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
