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