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