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