Tweaks to get Test::Builder::Tester's tests to work in the core.
[p5sagit/p5-mst-13.2.git] / lib / Digest / Changes
CommitLineData
f8b4793a 12005-09-29 Gisle Aas <gisle@ActiveState.com>
2
3 Release 1.12
4
5 Fix documentation typo. Patch by <steve@fisharerojo.org>.
6
7
8
3cea4b92 92005-09-11 Gisle Aas <gisle@ActiveState.com>
10
11 Release 1.11
12
13 Make Digest->new("SHA-224") work. Patch by Mark Shelor
14 <shelor@cpan.org>.
15
16
17
a9acc356 182004-11-08 Gisle Aas <gisle@ActiveState.com>
19
20 Release 1.10
21
22 Added Digest::file module which provide convenience functions
23 that calculate digests of files.
24
25
26
272004-11-05 Gisle Aas <gisle@ActiveState.com>
28
29 Release 1.09
30
31 Fix trivial documentation typo.
32
33
34
352004-04-29 Gisle Aas <gisle@ActiveState.com>
36
37 Release 1.08
38
39 Make Digest->new("CRC-16"), Digest->new("CRC-32") and
40 Digest->new("CRC-CCITT") work.
41 Patch by Oliver Maul <oliver@maul.tv>.
42
43
44
452004-04-25 Gisle Aas <gisle@ActiveState.com>
46
47 Release 1.07
48
49 Updated benchmark.
50
51
52
532004-04-01 Gisle Aas <gisle@ActiveState.com>
54
55 Release 1.06
56
57 Added MIME::Base64 dependency.
58
59 Minor doc tweak.
60
61
62
632003-12-01 Gisle Aas <gisle@ActiveState.com>
64
65 Release 1.05
66
67 Drop Digest::MD5 dependency. Avoids circular dependency
68 now that Digest::MD5 depend on this package to inherit
69 Digest::base.
70
71 Included a section about digest speed with benchmark
72 results for some implementations of this API.
73
74
75
762003-11-29 Gisle Aas <gisle@ActiveState.com>
77
78 Release 1.04
79
80 Doc tweaks to unconfuse search.cpan.org.
81
82
83
842003-11-28 Gisle Aas <gisle@ActiveState.com>
85
86 Release 1.03
87
88 Added add_bits() method as requested by the
89 Digest::SHA author Mark Shelor.
90
91 Added Digest::base class that Digest implementations
92 can use to get default implementations of addfile(),
93 add_bits(), hexdigest() and b64digest().
94
95 Digest->new("SHA-256") and similar should work now
96 given that you have either Digest::SHA or Digest::SHA2
97 installed.
98
99
100
1012003-01-18 Gisle Aas <gisle@ActiveState.com>
102
103 Release 1.02
104
105 Sync up with version bundled with perl-5.8.
106 Patch by Jarkko Hietaniemi <jhi@iki.fi>.
107
108 Override INSTALLDIRS for 5.8 as suggested by
109 Guido Ostkamp <Guido.Ostkamp@t-online.de>.
110
111
112
1132003-01-04 Gisle Aas <gisle@ActiveState.com>
114
115 Release 1.01
116
117 Document the clone() method.
118
119
120
1212001-03-13 Gisle Aas <gisle@ActiveState.com>
122
123 Release 1.00
124
125 Broken out of the Digest-MD5-2.12 distribution and made into
126 a separate dist.