Blame Changes

Packit cf0d07
Revision history for Perl extension Digest::CRC.
Packit cf0d07
Packit cf0d07
0.01  Wed Apr 21 15:12:59 2004
Packit cf0d07
	- original version; created by h2xs 1.19
Packit cf0d07
Packit cf0d07
0.03  Fri Apr 23 10:57:39 2004
Packit cf0d07
	- adopted to Digest::
Packit cf0d07
Packit cf0d07
0.04  Fri Apr 23 12:05:18 2004
Packit cf0d07
	- added _hex functions 
Packit cf0d07
Packit cf0d07
0.05  Fri Apr 23 13:14:04 2004
Packit cf0d07
	- some bug fixes
Packit cf0d07
Packit cf0d07
0.06  Mon May 03 10:45:12 2004
Packit cf0d07
	- two bug fixes from Tim Heaney <theaney@cablespeed.com>
Packit cf0d07
Packit cf0d07
0.07  Mon May 17 10:57:12 2004
Packit cf0d07
	- crc8 bug fixed. Thanks to Mathis Moder <mathis@pixelconcepts.de>
Packit cf0d07
Packit cf0d07
0.08  Sat May 21 22:32:34 2004
Packit cf0d07
	- crc8 bug fixed. Thanks to Mathis Moder <mathis@pixelconcepts.de>
Packit cf0d07
Packit cf0d07
0.09  Mon Jul 05 23:37:13 2004
Packit cf0d07
        - major performance improvements by adding optional XS code.
Packit cf0d07
          Thanks to Marcus Holland-Moritz <mhx-perl@gmx.net>
Packit cf0d07
Packit cf0d07
0.10  Sat Mar 18 21:07:22 2004
Packit cf0d07
        - adapted behaviour to Digest
Packit cf0d07
Packit cf0d07
0.11  Wed Oct 31 20:26:13 2007
Packit cf0d07
        - fixed __reflect error
Packit cf0d07
Packit cf0d07
0.12  Sat Nov  3 10:11:42 2007
Packit cf0d07
        - Debug output removed
Packit cf0d07
Packit cf0d07
0.13  Sun Nov  4 11:22:54 2007
Packit cf0d07
        - fixed tests
Packit cf0d07
Packit cf0d07
0.14  Mon Nov  5 08:10:11 2007
Packit cf0d07
        - fixed __reflect error in non XS part
Packit cf0d07
Packit cf0d07
0.15  Sun Sep 12 13:46:13 2010
Packit cf0d07
        - added crc64 support, #50064
Packit cf0d07
          Thanks to Anders Ossowicki <aowi@novozymes.com>
Packit cf0d07
        - added bit reversing per byte, #59575
Packit cf0d07
          Thanks to Joel Peshkin <joel@peshkin.net>
Packit cf0d07
        - clone method nwo copies content too
Packit cf0d07
          Thanks to Stefan Ochs <stefan.ochs@opentext.com>
Packit cf0d07
Packit cf0d07
0.16  Wed Sep 29 08:11:42 2010
Packit cf0d07
        - fixed crc64 support for non-xs case, #61490, #61491
Packit cf0d07
Packit cf0d07
0.17  Sat Aug 27 13:59:31 2011
Packit cf0d07
        - fixed non-xs code, #70535
Packit cf0d07
Packit cf0d07
0.18  Sat Nov 12 23:09:05 2011
Packit cf0d07
        - added convenience wrappers for 'cont', #70672
Packit cf0d07
        - fixed few issues in xs code, #70674
Packit cf0d07
        - added openpgparmor support, #72387
Packit cf0d07
Packit cf0d07
0.19  Sun Feb  8 11:30:09 2015
Packit cf0d07
        - fixed issue with OO crc64, #101999
Packit cf0d07
        - remove Build.PL as it seems to have some issues with the XS support
Packit cf0d07
Packit cf0d07
0.20  Sun Feb  8 16:45:13 2015
Packit cf0d07
          - removed debug code
Packit cf0d07
Packit cf0d07
0.21  Sat Feb 21 13:18:25 2015
Packit cf0d07
          - new() throwing an error if an unsupported type is specified
Packit cf0d07
Packit cf0d07
0.22  Sat Feb 18 17:45:31 2017
Packit cf0d07
          - added padding for hex encoded digests