Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    1,656 downloads
    LibreOffice 3.6.6 /
    4.0.3 / 4.0.4 RC2 /
    4.1.0 Beta 2

    1,354 downloads
    Wine 1.4.1 / 1.6 RC2
    1,253 downloads
    BackTrack 5 R3
    1,214 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    1,018 downloads
    Red Hat Linux 9
    994 downloads
    VLC 2.0.7
    898 downloads
    Ubuntu 10.04.4 LTS
    786 downloads
    Debian GNU/Linux 7.1
    688 downloads
    Red Hat Enterprise
    Linux 6.4

    686 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 370
    OpenMandriva 2013.0
    Alpha

    User rating: 4.4/5
    Votes: 625
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 267
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-12

    User rating: 4.3/5
    Votes: 260
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 569
    Fedora 18
    User rating: 4.3/5
    Votes: 613
    openSUSE Linux 12.3
    / 13.1 Milestone 2

    User rating: 4.2/5
    Votes: 471
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 696
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 286
    Linux Mint 15
    User rating: 4.0/5
    Votes: 371
    Home > Linux > Utilities > pycrc > Changelog

    pycrc 0.8.1 - Changelog


    What's new in pycrc 0.8.1:

    May 18th, 2013

    · The obsolete and unused 'direct' parameter was removed.
    · The program no longer recurses into main() when an unknown algorithm is selected.
    · A bug in the handling of hexstrings in Python3 was fixed.
    · The input to the CRC routines can now be bytes or strings.
    · The symbol table was reorganised. qm.py was updated.



    What's new in pycrc 0.8:

    January 5th, 2013

    · Adds the experimental bitwise-expression generator target.
    · Allows you to specify the --include option multiple times.
    · Completely revisited and reworked documentation.
    · Allows you to abbreviate the names of the algorithms.
    · Minor documentation changes.



    What's new in pycrc 0.7.11:

    October 22nd, 2012

    · This version improves Python3 compatibility. pycrc now requires Python 2.6 or later.
    · A wrong "check" value of the crc-64-jones model has been fixed.
    · sprintf() is now used for C89 code instead of snprintf().
    · The regression test script has been rewritten in Python.



    What's new in pycrc 0.7.10:

    February 14th, 2012

    · It adds the CRC models crc-12-3gpp, crc-16-genibus, crc-32-bzip2, and crc-64-xz.
    · It fixes some bad-looking generated C code, and cleans up some mistakes in the man page and some inefficient code in the CRC code generator.



    What's new in pycrc 0.7.9:

    December 9th, 2011

    · This release fixes a few smaller issues in the code generator.
    · It no longer includes stdint.h for C89/ANSI code, removes an unused variable missed in the last version, and fixes a bug with C89 code for 64-bit CRCs.



    What's new in pycrc 0.7.7:

    February 14th, 2011

    · Substituted the deprecated function atoi() with int(). Closes issue 3136566. Thanks to Tony Smith.
    · Updated the documentation with a Windows-style call of the python interpreter.
    · Fixed a few coding style issues found by pylint and pychecker.



    What's new in pycrc 0.7.6:

    October 22nd, 2010

    · This version fixes a minor bug in the command line parsing of the generated main function.
    · The python code uses integer division for Python3 compatibility.
    · A complete rewrite of the internal macro language and code generator.



    What's new in pycrc 0.7.5:

    March 29th, 2010

    · The table-driven algorithm can handle widths that are not byte-aligned as well as widths less than 8.
    · Removed half-baken and confusing --direct option. Closes issue 2938846.
    · Code clean-up; the generated C code should no more generate warnings about unused variables.



    What's new in pycrc 0.7.4:

    January 25th, 2010

    · Set xmodem parameters equal to zmodem params.
    · Changed the xor-in value of the crc-64-jones model.
    · Added crc-16-modbus model. Closes issue 2896611.
    · pycrc now writes a warning message if an even polynom is used.
    · Fix for unused variable argv. Closes issue 2893224. Thanks to Marko von Oppen.



    What's new in pycrc 0.7.3:

    October 26th, 2009

    · The crc-64-jones model was added.
    · crc-32mpeg was renamed to crc-32-mpeg.



    What's new in pycrc 0.7.2:

    October 1st, 2009

    · This release fixes a bug that caused the Python table-driven code to not be evaluated at all.



    What's new in pycrc 0.7.1:

    April 6th, 2009

    · added crc-32mpeg model. Thanks to Thomas Edwards.



    What's new in pycrc 0.7:

    February 28th, 2009

    · This release adds a --direct option. Now it is possible to select 'direct' and 'not direct' versions of the algorithm.
    · It adds a --check-hexstring option. With this option, it is possible to check a hexadecimal number on-the-fly. This closes issue 2545183.
    · A check has been added for extra arguments on the command line. Previously, additional arguments were silently ignored. This closes issue 2545185.



    What's new in pycrc 0.6.7:

    December 12th, 2008

    · The code should run on both Python 2.x and 3.0.
    · A bug that gave wrong results on x64 platforms was fixed.
    · A bug that raised an exception when an unknown model was selected was fixed.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM