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