This is an automated email from the git hooks/post-receive script. anuradha-guest pushed a commit to tag 2.64 in repository libencode-perl.
commit 619d5a188e247ad9d998e3de0522c90057ec715b Author: Dan Kogai <[email protected]> Date: Thu Oct 30 00:40:14 2014 +0900 VERSION 2.64 --- Changes | 9 +++++++-- Encode.pm | 4 ++-- Encode.xs | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index 1f89d7a..3567397 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,19 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 2.63 2014/10/19 07:01:15 dankogai Exp $ +# $Id: Changes,v 2.64 2014/10/29 15:37:54 dankogai Exp dankogai $ # -$Revision: 2.63 $ $Date: 2014/10/19 07:01:15 $ +$Revision: 2.64 $ $Date: 2014/10/29 15:37:54 $ ! t/utf8warnings.t MANIFEST Retouch pull #26 so it works with perl < 5.14 ! Encode.pm + t/utf8warnings.t Pulled: Catch and re-issue utf8 warnings at a higher level https://github.com/dankogai/p5-encode/pull/26 ++ Encode.xs + Pulled: Validate continuations in the incremental UTF-X decoder + https://github.com/dankogai/p5-encode/pull/25 + +2.63 2014/10/19 07:01:15 ! Encode.xs Applied: RT #99264: call_pv() can reallocate the stack https://rt.cpan.org/Ticket/Display.html?id=99264 diff --git a/Encode.pm b/Encode.pm index 09c44b1..820d6f7 100644 --- a/Encode.pm +++ b/Encode.pm @@ -1,10 +1,10 @@ # -# $Id: Encode.pm,v 2.63 2014/10/19 07:02:18 dankogai Exp $ +# $Id: Encode.pm,v 2.64 2014/10/29 15:37:54 dankogai Exp dankogai $ # package Encode; use strict; use warnings; -our $VERSION = sprintf "%d.%02d", q$Revision: 2.63 $ =~ /(\d+)/g; +our $VERSION = sprintf "%d.%02d", q$Revision: 2.64 $ =~ /(\d+)/g; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; use XSLoader (); XSLoader::load( __PACKAGE__, $VERSION ); diff --git a/Encode.xs b/Encode.xs index 0af1bab..32be9b8 100644 --- a/Encode.xs +++ b/Encode.xs @@ -1,5 +1,5 @@ /* - $Id: Encode.xs,v 2.30 2014/10/19 07:01:15 dankogai Exp $ + $Id: Encode.xs,v 2.31 2014/10/29 15:37:54 dankogai Exp dankogai $ */ #define PERL_NO_GET_CONTEXT -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libencode-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
