This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade DB_File to 1.827
[perl5.git] / cpan / Digest / Changes
CommitLineData
a2fa999d
CBW
12011-10-02 Gisle Aas <gisle@ActiveState.com>
2
3 Release 1.17.
4
5 Gisle Aas (6):
6 Less noisy 'git status' output
7 Merge pull request #1 from schwern/bug/require_eval
8 Don't clobber $@ in Digest->new [RT#50663]
9 More meta info added to Makefile.PL
10 Fix typo in RIPEMD160 [RT#50629]
11 Add schwern's test files
12
13 Michael G. Schwern (5):
14 Turn on strict.
15 Convert tests to use Test::More
16 Untabify
17 Turn Digest::Dummy into a real file which exercises the Digest->new() require logic.
18 Close the eval "require $module" security hole in Digest->new($algorithm)
19
20
21
23be15b7
GA
222009-06-09 Gisle Aas <gisle@ActiveState.com>
23
24 Release 1.16.
25
26 Gisle Aas (3):
27 For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett
28 Support Digest->new("RIPEMD-160") as suggested by Zefram
29 Use 3-arg open for fewer surprises
30
31 Jarkko Hietaniemi (1):
32 Sync up with EBCDIC changes from core perl.
33
34
35
362006-03-20 Gisle Aas <gisle@ActiveState.com>
5e50d565
GA
37
38 Release 1.15.
39
40 Improved documentation.
41
42
43
f53e7cef
SP
442005-11-26 Gisle Aas <gisle@ActiveState.com>
45
46 Release 1.14
47
48 Documentation tweaks.
49
50
51
ace9070d
SP
522005-10-18 Gisle Aas <gisle@ActiveState.com>
53
54 Release 1.13
55
56 Fixed documentation typo.
57
58
59
f8b4793a
SP
602005-09-29 Gisle Aas <gisle@ActiveState.com>
61
62 Release 1.12
63
64 Fix documentation typo. Patch by <steve@fisharerojo.org>.
65
66
67
3cea4b92
SP
682005-09-11 Gisle Aas <gisle@ActiveState.com>
69
70 Release 1.11
71
72 Make Digest->new("SHA-224") work. Patch by Mark Shelor
73 <shelor@cpan.org>.
74
75
76
a9acc356
RGS
772004-11-08 Gisle Aas <gisle@ActiveState.com>
78
79 Release 1.10
80
81 Added Digest::file module which provide convenience functions
82 that calculate digests of files.
83
84
85
862004-11-05 Gisle Aas <gisle@ActiveState.com>
87
88 Release 1.09
89
90 Fix trivial documentation typo.
91
92
93
942004-04-29 Gisle Aas <gisle@ActiveState.com>
95
96 Release 1.08
97
98 Make Digest->new("CRC-16"), Digest->new("CRC-32") and
99 Digest->new("CRC-CCITT") work.
100 Patch by Oliver Maul <oliver@maul.tv>.
101
102
103
1042004-04-25 Gisle Aas <gisle@ActiveState.com>
105
106 Release 1.07
107
108 Updated benchmark.
109
110
111
1122004-04-01 Gisle Aas <gisle@ActiveState.com>
113
114 Release 1.06
115
116 Added MIME::Base64 dependency.
117
118 Minor doc tweak.
119
120
121
1222003-12-01 Gisle Aas <gisle@ActiveState.com>
123
124 Release 1.05
125
126 Drop Digest::MD5 dependency. Avoids circular dependency
127 now that Digest::MD5 depend on this package to inherit
128 Digest::base.
129
130 Included a section about digest speed with benchmark
131 results for some implementations of this API.
132
133
134
1352003-11-29 Gisle Aas <gisle@ActiveState.com>
136
137 Release 1.04
138
139 Doc tweaks to unconfuse search.cpan.org.
140
141
142
1432003-11-28 Gisle Aas <gisle@ActiveState.com>
144
145 Release 1.03
146
147 Added add_bits() method as requested by the
148 Digest::SHA author Mark Shelor.
149
150 Added Digest::base class that Digest implementations
151 can use to get default implementations of addfile(),
152 add_bits(), hexdigest() and b64digest().
153
154 Digest->new("SHA-256") and similar should work now
155 given that you have either Digest::SHA or Digest::SHA2
156 installed.
157
158
159
1602003-01-18 Gisle Aas <gisle@ActiveState.com>
161
162 Release 1.02
163
164 Sync up with version bundled with perl-5.8.
165 Patch by Jarkko Hietaniemi <jhi@iki.fi>.
166
167 Override INSTALLDIRS for 5.8 as suggested by
168 Guido Ostkamp <Guido.Ostkamp@t-online.de>.
169
170
171
1722003-01-04 Gisle Aas <gisle@ActiveState.com>
173
174 Release 1.01
175
176 Document the clone() method.
177
178
179
1802001-03-13 Gisle Aas <gisle@ActiveState.com>
181
182 Release 1.00
183
184 Broken out of the Digest-MD5-2.12 distribution and made into
185 a separate dist.