Front page | perl.perl5.porters |
Postings from March 2009
[Encode] 2.33 released!
Thread Previous
|
Thread Next
From:
Dan Kogai
Date:
March 25, 2009 01:09
Subject:
[Encode] 2.33 released!
Message ID:
3B368708-B025-468B-B1BE-6D2D14D5EC3B@dan.co.jp
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks, I just released Encode 2.33, just to fix this issue.
On 25 Mar 2009, at 15:52, Tatsuhiko Miyagawa wrote:
> Damn, I reverted the harmful commit but he (drry) re-committed it
> afterwards...
> http://coderepos.org/share/changeset/30117
>
> On Tue, Mar 24, 2009 at 11:37 PM, Rob Mueller <robm@fastmail.fm>
> wrote:
>> Argggg!
>>
>> I've just spent 2 days tracking down why something that worked fine
>> on one
>> machine, was crawling to a halt on another.
>>
>> Eventually I bisected it to a change between Encode 2.29 and Encode
>> 2.31. So
>> I did a diff between the two and eventually found...
>>
>> @@ -176,9 +175,9 @@
>> my $chunk = shift;
>> $chunk = encode_utf8($chunk);
>> $chunk =~ s{
>> - ([^0-9A-Za-z])
>> + [^0-9A-Za-z]
>> }{
>> - join("" => map {sprintf "=%02X", $_} unpack("C*", $1))
>> + join("" => map {sprintf "=%02X", $_} unpack("C*", $&))
>> }egox;
>> return HEAD . 'Q?' . $chunk . TAIL;
>> }
My apology for overlooking. This time I made sure no '$&' is in with
fgrep '$&' `awk '{print $1}' MANIFEST`
=head1 Availability
svn co http://svn.coderepos.org/share/lang/perl/Encode/trunk
http://www.dan.co.jp/~dankogai/cpan/Encode-2.33.tar.gz
and CPAN near you.
=head1 CPAN Index
User: DANKOGAI (Dan Kogai)
Distribution file: Encode-2.33.tar.gz
Number of files: 202
*.pm files: 26
README: Encode-2.33/README
META.yml: Encode-2.33/META.yml
YAML-Parser: YAML::XS 0.32
META-driven index: no
Timestamp of file: Wed Mar 25 08:01:10 2009 UTC
Time of this run: Wed Mar 25 08:02:44 2009 UTC
=head1 Changes
$Revision: 2.33 $ $Date: 2009/03/25 07:55:57 $
! lib/Encode/MIME/Header.pm
Decontaminated $& which sneaked in on 2.31.
<67FC9F3A39C746DA95AAB6BB01539099@robmhp>
<693254b90903242352x2dc26ba6p5e68deb871fa88ae@mail.gmail.com>
http://coderepos.org/share/changeset/31542
=head1 AUTHOR
Dan the Encode Maintainer
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
iEYEARECAAYFAknJ5pQACgkQErJia/WXtBvkpwCfRhJK3d7cTRNQ/7cFOfQAS4F2
45sAnjvI1SEvydCsH6r8kPNeENxpy8+N
=36Px
-----END PGP SIGNATURE-----
Thread Previous
|
Thread Next