Home | History | Annotate | Download | only in crcmod
      1 1.7 Enhancement Release - Jun 27, 2010
      2 
      3 * Improve the installation process.
      4 * For Python3 don't allow unicode and require an object that supports the
      5   buffer interface.
      6 * Added Sphinx documentation.
      7 * Added LICENSE file.
      8 
      9 1.6.1 Enhancement Release - Mar 7, 2010
     10 
     11 Enhancements made by Craig McQueen
     12 
     13 * Code cleanup
     14 * Updated database of pre-defined CRC algorithms
     15 
     16 1.6 Enhancement Release - Jan 24, 2010
     17 
     18 Enhancements made by Craig McQueen
     19 
     20 * Added XOR out feature to allow creation of standard CRC algorithms
     21 * Added a database of pre-defined CRC algorithms
     22 
     23 1.5 Enhancement Release - Mar 7, 2009
     24 
     25 * Added Python 3.x version.
     26 * Upgraded some unit tests.
     27 
     28 1.4 Enhancement Release - Jul 28, 2007
     29 
     30 * Add 24-bit CRCs as one of the options.
     31 
     32 1.3 Enhancement Release - Apr 22, 2006
     33 
     34 * Make compatible with Python 2.5 on 64-bit platforms.
     35 * Improve the install procedure.
     36 
     37 1.2 Initial Public Release - Jul 10, 2004
     38 
     39