Integrate mainline
[p5sagit/p5-mst-13.2.git] / ext / MIME / Base64 / Changes
1 2001-02-23   Gisle Aas <gisle@ActiveState.com>
2
3    Release 2.12
4
5    Speed up pure perl base64 encoder/decoder by using join/map instead
6    of while loop.  Contributed by Arno Beckmann <arno@gmx.de>
7
8    Doc update contributed by Jerrad Pierce <belg4mit@CALLOWAY.MIT.EDU>
9
10    Downgrade UTF8 strings before starting to encode.
11
12
13
14 1999-02-27   Gisle Aas <gisle@aas.no>
15
16    Release 2.11
17
18    Fixed bogus "Premature end of base64 data" warning.  Bug spotted
19    by Dwayne Jacques Fontenot.
20
21    Workaround for Redhat shipping trial releases of perl.
22
23
24
25 1998-12-18   Gisle Aas <aas@sn.no>
26
27    Release 2.10
28
29    A tweak that should make compilation with some old perl5.00[23]
30    perls better.
31
32    A cast that make some compilers more happy.
33
34
35
36 1998-11-13   Gisle Aas <aas@sn.no>
37
38    Release 2.09
39
40    The 2.08 release did not compile with perl5.005_53, because
41    all simple globals now need to be prefixed with "PL_".
42
43
44
45 1998-10-22   Gisle Aas <aas@sn.no>
46
47    Release 2.08
48
49    Found another tweak to speed up decode_base64() with another 3%.
50
51    Improved MIME::Base64 documentation a little.
52
53
54
55 1998-10-21   Gisle Aas <aas@sn.no>
56
57    Release 2.07
58
59    Faster and smarter C implementation of the decode_base64()
60    function.  The new decode_base64() was 25% faster when tested
61    on Linux, i586, gcc -O2.
62
63
64
65 1998-07-15   Gisle Aas <aas@sn.no>
66
67    Release 2.06
68
69    The decode_base64() implemented in pure perl will only carp
70    (not croak) if length of data to decode is not a multiple 4.  This
71    actually made 'make test' fail after 'rm Base64.xs'.
72
73
74
75 1998-01-27   Gisle Aas <aas@sn.no>
76
77    Release 2.05
78
79    The decode_base64() would previously allocate a too short buffer for the
80    result string when the trailing "==" padding was missing in the string to
81    be decoded.
82
83    The encode_base64() now allocate one byte less space in the result
84    strings returned.
85
86
87
88 1997-12-02   Gisle Aas <aas@sn.no>
89
90    Release 2.04
91
92    Documentation expanded a bit.
93
94
95
96 1997-07-10   Gisle Aas <aas@sn.no>
97
98    Release 2.03
99
100    Decode_base64() doesn't croak on premature ended data any more.
101    A warning is generated instead if running under -w.
102    
103
104
105 1997-06-27   Gisle Aas <aas@sn.no>
106
107    Release 2.02
108
109    QuotedPrint fix by Roderick Schertler <roderick@argon.org>:
110
111       - Long lines were not broken unless they're at the beginning
112         of the text
113
114       - Lines near but not over 76 chars were broken when they
115         shouldn't be
116
117
118
119 1997-06-13   Gisle Aas <aas@sn.no>
120
121    Release 2.01
122
123    Base64.xs: Avoid type convertion warnings with some compilers
124
125    Minor documentation updates
126
127
128
129 1997-04-24   Gisle Aas <aas@sn.no>
130
131    Release 2.00, based on libwww-perl-5.08.
132