diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 23:10:22 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-02-17 23:10:22 +0000 |
commit | 0a362e9d28eb95760d6605a4ce6ad3a83060c87d (patch) | |
tree | 0cb7d57cd746275390626a9bafdc19698fcbadf6 /ext/MIME/Base64/Changes | |
parent | fa46452ec9ba26e5de44bed7a267bfa0c4ce7a24 (diff) | |
download | perl-0a362e9d28eb95760d6605a4ce6ad3a83060c87d.tar.gz |
Upgrade to MIME::Base64 3.00.
Fix t/warn.t so it works in the core.
Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
p4raw-link: @22309 on //depot/perl: 1b96abaf83c640ae3fca4becfa82d376954d73cc
p4raw-id: //depot/perl@22325
Diffstat (limited to 'ext/MIME/Base64/Changes')
-rw-r--r-- | ext/MIME/Base64/Changes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/MIME/Base64/Changes b/ext/MIME/Base64/Changes index 24b28afe68..067fc040ff 100644 --- a/ext/MIME/Base64/Changes +++ b/ext/MIME/Base64/Changes @@ -1,3 +1,18 @@ +2004-01-14 Gisle Aas <gisle@ActiveState.com> + + Release 3.00 + + Drop the pure Perl implementations of the encoders and + decoders. They are bloat that hides real problems in + the XS implementations. I will re-release them separately + in the new MIME-Base64-Perl distribution. + + The 'gcc -Wall' fix in 2.22 broke support for perl5.005, + as the isXDIGIT() macro is not available in that perl. + This problem has now been fixed. + + + 2004-01-08 Gisle Aas <gisle@ActiveState.com> Release 2.23 |