File: Changes

package info (click to toggle)
libdigest-whirlpool-perl 1.09-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: ansic: 1,646; perl: 175; makefile: 51
file content (70 lines) | stat: -rw-r--r-- 2,032 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
1.09     2009 October 19

         Fix RT#40551: Use one dot in the version format instead of two. warnings doesn't whine 

         Use ExtUtils::MakeMaker instead of the Module::Install cancer

1.0.8    2009 October 18

         Like 1.0.7 but with an updated MANIFEST

1.0.7    2009 October 18

         Fixed RT#50620 reported by KENTNL. The Digest.pm standard
         says that on ->hexdigest the checksum must be reset. But this
         module wasn't doing that. Oops!

1.0.6    2007 July 07
         Fixed typo in script/whirlpoolsum POD

         use utf8 for author name in Makefile.PL

         inc/: Upgraded to M::I 0.67

         Fixed release dates in release by avar, released in 2007, not 2006

1.0.5    2007 January 30
         Fixed typo in pod (oops!)

         Changed to a Module::Install-based build system

         Updated README file

         PODed INSTALL

         whirlpoolsum(1) utility

         removed examples/ directory, the Digest docs and t/ should be more than enough

         Updater ppport.h with Devel::PPPort

         Relicensed from GPL => GPL/Artistic, see COPYING for rationale.

1.0.4    2007 January 24
         - Added a clone() method that clones the state of the current object and
         - returns the cloned object.

         add and addfile now return current the object so ->add( "foo" )->digest
         works like it does in other digest modules.

         Added a b64digest method that is an alias for the base64digest method.

         Removed (add addfile reset) from @EXPORT_OK, 

         Updated the LICENSE section to the recommended FSF GPL notice

         b64digest no longer returns a trailing ==

1.0.3    2004 August 18
         Modified hashsize() to return number of bits, instead of bytes
         (to become consistent with Digest::SHA of Mark Shelor)

1.0.2    2003 July 29
         Minor code cleanup

1.0.1    Optimized even more
         Refined "files.pl" example script by including error-checking

1.0.0    2003 June 07
         Initial release