1Revision history for Perl extension Digest::CRC.
2
30.01  Wed Apr 21 15:12:59 2004
4	- original version; created by h2xs 1.19
5
60.03  Fri Apr 23 10:57:39 2004
7	- adopted to Digest::
8
90.04  Fri Apr 23 12:05:18 2004
10	- added _hex functions
11
120.05  Fri Apr 23 13:14:04 2004
13	- some bug fixes
14
150.06  Mon May 03 10:45:12 2004
16	- two bug fixes from Tim Heaney <theaney@cablespeed.com>
17
180.07  Mon May 17 10:57:12 2004
19	- crc8 bug fixed. Thanks to Mathis Moder <mathis@pixelconcepts.de>
20
210.08  Sat May 21 22:32:34 2004
22	- crc8 bug fixed. Thanks to Mathis Moder <mathis@pixelconcepts.de>
23
240.09  Mon Jul 05 23:37:13 2004
25        - major performance improvements by adding optional XS code.
26          Thanks to Marcus Holland-Moritz <mhx-perl@gmx.net>
27
280.10  Sat Mar 18 21:07:22 2004
29        - adapted behaviour to Digest
30
310.11  Wed Oct 31 20:26:13 2007
32        - fixed __reflect error
33
340.12  Sat Nov  3 10:11:42 2007
35        - Debug output removed
36
370.13  Sun Nov  4 11:22:54 2007
38        - fixed tests
39
400.14  Mon Nov  5 08:10:11 2007
41        - fixed __reflect error in non XS part
42
430.15  Sun Sep 12 13:46:13 2010
44        - added crc64 support, #50064
45          Thanks to Anders Ossowicki <aowi@novozymes.com>
46        - added bit reversing per byte, #59575
47          Thanks to Joel Peshkin <joel@peshkin.net>
48        - clone method nwo copies content too
49          Thanks to Stefan Ochs <stefan.ochs@opentext.com>
50
510.16  Wed Sep 29 08:11:42 2010
52        - fixed crc64 support for non-xs case, #61490, #61491
53
540.17  Sat Aug 27 13:59:31 2011
55        - fixed non-xs code, #70535
56
570.18  Sat Nov 12 23:09:05 2011
58        - added convenience wrappers for 'cont', #70672
59        - fixed few issues in xs code, #70674
60        - added openpgparmor support, #72387
61
620.19  Sun Feb  8 11:30:09 2015
63        - fixed issue with OO crc64, #101999
64        - remove Build.PL as it seems to have some issues with the XS support
65
660.20  Sun Feb  8 16:45:13 2015
67          - removed debug code
68
690.21  Sat Feb 21 13:18:25 2015
70          - new() throwing an error if an unsupported type is specified
71