source: main/trunk/greenstone2/build-src/packages/w3mir/MIME-Base64-2.11/Changes@ 27132

Last change on this file since 27132 was 718, checked in by davidb, 25 years ago

added m3mir package

  • Property svn:keywords set to Author Date Id Revision
File size: 2.3 KB
Line 
11998-02-27 Gisle Aas <[email protected]>
2
3 Release 2.11
4
5 Fixed bogues "Premature end of base64 data" warning. Bug spotted
6 by Dwayne Jacques Fontenot.
7
8 Workaround for Redhat shipping trial releases of perl.
9
10
11
121998-12-18 Gisle Aas <[email protected]>
13
14 Release 2.10
15
16 A tweak that should make compilation with some old perl5.00[23]
17 perls better.
18
19 A cast that make some compilers more happy.
20
21
22
231998-11-13 Gisle Aas <[email protected]>
24
25 Release 2.09
26
27 The 2.08 release did not compile with perl5.005_53, because
28 all simple globals now need to be prefixed with "PL_".
29
30
31
321998-10-22 Gisle Aas <[email protected]>
33
34 Release 2.08
35
36 Found another tweak to speed up decode_base64() with another 3%.
37
38 Improved MIME::Base64 documentation a little.
39
40
41
421998-10-21 Gisle Aas <[email protected]>
43
44 Release 2.07
45
46 Faster and smarter C implementation of the decode_base64()
47 function. The new decode_base64() was 25% faster when tested
48 on Linux, i586, gcc -O2.
49
50
51
521998-07-15 Gisle Aas <[email protected]>
53
54 Release 2.06
55
56 The decode_base64() implemented in pure perl will only carp
57 (not croak) if length of data to decode is not a multiple 4. This
58 actually made 'make test' fail after 'rm Base64.xs'.
59
60
61
621998-01-27 Gisle Aas <[email protected]>
63
64 Release 2.05
65
66 The decode_base64() would previously allocate a too short buffer for the
67 result string when the trailing "==" padding was missing in the string to
68 be decoded.
69
70 The encode_base64() now allocate one byte less space in the result
71 strings returned.
72
73
74
751997-12-02 Gisle Aas <[email protected]>
76
77 Release 2.04
78
79 Documentation expanded a bit.
80
81
82
831997-07-10 Gisle Aas <[email protected]>
84
85 Release 2.03
86
87 Decode_base64() doesn't croak on premature ended data any more.
88 A warning is generated instead if running under -w.
89
90
91
921997-06-27 Gisle Aas <[email protected]>
93
94 Release 2.02
95
96 QuotedPrint fix by Roderick Schertler <[email protected]>:
97
98 - Long lines were not broken unless they're at the beginning
99 of the text
100
101 - Lines near but not over 76 chars were broken when they
102 shouldn't be
103
104
105
1061997-06-13 Gisle Aas <[email protected]>
107
108 Release 2.01
109
110 Base64.xs: Avoid type convertion warnings with some compilers
111
112 Minor documentation updates
113
114
115
1161997-04-24 Gisle Aas <[email protected]>
117
118 Release 2.00, based on libwww-perl-5.08.
119
Note: See TracBrowser for help on using the repository browser.