Upgrade to ExtUtils::CBuilder 0.17
[p5sagit/p5-mst-13.2.git] / lib / Digest / Changes
CommitLineData
f53e7cef 12005-11-26 Gisle Aas <gisle@ActiveState.com>
2
3 Release 1.14
4
5 Documentation tweaks.
6
7
8
ace9070d 92005-10-18 Gisle Aas <gisle@ActiveState.com>
10
11 Release 1.13
12
13 Fixed documentation typo.
14
15
16
f8b4793a 172005-09-29 Gisle Aas <gisle@ActiveState.com>
18
19 Release 1.12
20
21 Fix documentation typo. Patch by <steve@fisharerojo.org>.
22
23
24
3cea4b92 252005-09-11 Gisle Aas <gisle@ActiveState.com>
26
27 Release 1.11
28
29 Make Digest->new("SHA-224") work. Patch by Mark Shelor
30 <shelor@cpan.org>.
31
32
33
a9acc356 342004-11-08 Gisle Aas <gisle@ActiveState.com>
35
36 Release 1.10
37
38 Added Digest::file module which provide convenience functions
39 that calculate digests of files.
40
41
42
432004-11-05 Gisle Aas <gisle@ActiveState.com>
44
45 Release 1.09
46
47 Fix trivial documentation typo.
48
49
50
512004-04-29 Gisle Aas <gisle@ActiveState.com>
52
53 Release 1.08
54
55 Make Digest->new("CRC-16"), Digest->new("CRC-32") and
56 Digest->new("CRC-CCITT") work.
57 Patch by Oliver Maul <oliver@maul.tv>.
58
59
60
612004-04-25 Gisle Aas <gisle@ActiveState.com>
62
63 Release 1.07
64
65 Updated benchmark.
66
67
68
692004-04-01 Gisle Aas <gisle@ActiveState.com>
70
71 Release 1.06
72
73 Added MIME::Base64 dependency.
74
75 Minor doc tweak.
76
77
78
792003-12-01 Gisle Aas <gisle@ActiveState.com>
80
81 Release 1.05
82
83 Drop Digest::MD5 dependency. Avoids circular dependency
84 now that Digest::MD5 depend on this package to inherit
85 Digest::base.
86
87 Included a section about digest speed with benchmark
88 results for some implementations of this API.
89
90
91
922003-11-29 Gisle Aas <gisle@ActiveState.com>
93
94 Release 1.04
95
96 Doc tweaks to unconfuse search.cpan.org.
97
98
99
1002003-11-28 Gisle Aas <gisle@ActiveState.com>
101
102 Release 1.03
103
104 Added add_bits() method as requested by the
105 Digest::SHA author Mark Shelor.
106
107 Added Digest::base class that Digest implementations
108 can use to get default implementations of addfile(),
109 add_bits(), hexdigest() and b64digest().
110
111 Digest->new("SHA-256") and similar should work now
112 given that you have either Digest::SHA or Digest::SHA2
113 installed.
114
115
116
1172003-01-18 Gisle Aas <gisle@ActiveState.com>
118
119 Release 1.02
120
121 Sync up with version bundled with perl-5.8.
122 Patch by Jarkko Hietaniemi <jhi@iki.fi>.
123
124 Override INSTALLDIRS for 5.8 as suggested by
125 Guido Ostkamp <Guido.Ostkamp@t-online.de>.
126
127
128
1292003-01-04 Gisle Aas <gisle@ActiveState.com>
130
131 Release 1.01
132
133 Document the clone() method.
134
135
136
1372001-03-13 Gisle Aas <gisle@ActiveState.com>
138
139 Release 1.00
140
141 Broken out of the Digest-MD5-2.12 distribution and made into
142 a separate dist.