This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Test::Simple 0.80, but keep locally modified More.t
[perl5.git] / lib / Digest / Changes
1 2006-13-20   Gisle Aas <gisle@ActiveState.com>
2
3    Release 1.15.
4
5    Improved documentation.
6
7
8
9 2005-11-26   Gisle Aas <gisle@ActiveState.com>
10
11    Release 1.14
12
13    Documentation tweaks.
14
15
16
17 2005-10-18   Gisle Aas <gisle@ActiveState.com>
18
19    Release 1.13
20
21    Fixed documentation typo.
22
23
24
25 2005-09-29   Gisle Aas <gisle@ActiveState.com>
26
27    Release 1.12
28
29    Fix documentation typo.  Patch by <steve@fisharerojo.org>.
30
31
32
33 2005-09-11   Gisle Aas <gisle@ActiveState.com>
34
35    Release 1.11
36
37    Make Digest->new("SHA-224") work.  Patch by Mark Shelor
38    <shelor@cpan.org>.
39
40
41
42 2004-11-08   Gisle Aas <gisle@ActiveState.com>
43
44    Release 1.10
45
46    Added Digest::file module which provide convenience functions
47    that calculate digests of files.
48
49
50
51 2004-11-05   Gisle Aas <gisle@ActiveState.com>
52
53    Release 1.09
54
55    Fix trivial documentation typo.
56
57
58
59 2004-04-29   Gisle Aas <gisle@ActiveState.com>
60
61    Release 1.08
62
63    Make Digest->new("CRC-16"), Digest->new("CRC-32") and
64    Digest->new("CRC-CCITT") work.
65    Patch by Oliver Maul <oliver@maul.tv>.
66
67
68
69 2004-04-25   Gisle Aas <gisle@ActiveState.com>
70
71    Release 1.07
72
73    Updated benchmark.
74
75
76
77 2004-04-01   Gisle Aas <gisle@ActiveState.com>
78
79    Release 1.06
80
81    Added MIME::Base64 dependency.
82
83    Minor doc tweak.
84
85
86
87 2003-12-01   Gisle Aas <gisle@ActiveState.com>
88
89    Release 1.05
90
91    Drop Digest::MD5 dependency.  Avoids circular dependency
92    now that Digest::MD5 depend on this package to inherit
93    Digest::base.
94
95    Included a section about digest speed with benchmark
96    results for some implementations of this API.
97
98
99
100 2003-11-29   Gisle Aas <gisle@ActiveState.com>
101
102    Release 1.04
103
104    Doc tweaks to unconfuse search.cpan.org.
105
106
107
108 2003-11-28   Gisle Aas <gisle@ActiveState.com>
109
110    Release 1.03
111
112    Added add_bits() method as requested by the
113    Digest::SHA author Mark Shelor.
114
115    Added Digest::base class that Digest implementations
116    can use to get default implementations of addfile(),
117    add_bits(), hexdigest() and b64digest().
118
119    Digest->new("SHA-256") and similar should work now
120    given that you have either Digest::SHA or Digest::SHA2
121    installed.
122
123
124
125 2003-01-18   Gisle Aas <gisle@ActiveState.com>
126
127    Release 1.02
128
129    Sync up with version bundled with perl-5.8.
130    Patch by Jarkko Hietaniemi <jhi@iki.fi>.
131
132    Override INSTALLDIRS for 5.8 as suggested by
133    Guido Ostkamp <Guido.Ostkamp@t-online.de>.
134
135
136
137 2003-01-04   Gisle Aas <gisle@ActiveState.com>
138
139    Release 1.01
140
141    Document the clone() method.
142
143
144
145 2001-03-13   Gisle Aas <gisle@ActiveState.com>
146
147    Release 1.00
148
149    Broken out of the Digest-MD5-2.12 distribution and made into
150    a separate dist.