2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-23 17:12:36 by Alistair G. Crooks | Files touched by this commit (60) |
Log message:
Add RMD160 digests in addition to SHA1 ones
|
2005-02-21 23:26:05 by Klaus Heinz | Files touched by this commit (2) |
Log message:
take maintainership
|
2005-02-21 21:26:15 by Hubert Feyrer | Files touched by this commit (116) |
Log message:
Sign over maintainership to tech-pkg@
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-11-29 00:04:15 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 3.05:
2004-09-20 Gisle Aas
Release 3.05
Steve Hay found the warn test broken
on Windows and provided a fix.
2004-09-18 Gisle Aas
Release 3.04
Fixed the bad-sv.t test script to actually contain the
correct expected result as of v3.02.
2004-08-25 Gisle Aas
Release 3.03
Forgot to increment version number in MIME::QuotedPrint even
if its interface changed in 3.02. As a result you will now
need to require MIME::QuotedPrint 3.03 if you want to ensure
it provides the binmode interface.
2004-08-24 Gisle Aas
Release 3.02
The encode_qp() function now takes an optional third argument
to select binary encoding mode.
<https://rt.cpan.org/Ticket/Display.html?id=7456>
The result of encode_qp($non_empty, $eol) will now always be
$eol terminated. If the string to encode does not end with "\n"
then a soft line break is appended to the result. As an example
encode_qp("foo") used to be encoded as "foo", but now \
encodes as
"foo=\n".
|
2004-05-02 04:18:26 by Klaus Heinz | Files touched by this commit (1) |
Log message:
Update HOMEPAGE, the old one didn't work anymore
|
2004-05-02 04:13:26 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Update to version 3.01.
Changes since 2.23:
===================
2004-03-29 Gisle Aas <gisle@ActiveState.com>
Release 3.01
By compiling the extension with PERL_NO_GET_CONTEXT we can
make it slightly faster on a threaded perl. No change on a
regular perl. Patch provided by <beau@beaucox.com>.
Fixed missing ";" with assert. Patch provided by
Brendan O'Dea <bod@debian.org>.
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-13 03:43:18 by grant beattie | Files touched by this commit (2) |
Log message:
Updated p5-MIME-Base64 to 2.23.
changes since 2.21:
Release 2.23
Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.
Release 2.22
Fix 'gcc -Wall' complaints.
|
2004-01-05 23:16:25 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
bl3ify
|