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

         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