From: Thomas P. <te...@gm...> - 2015-08-31 11:24:21
|
Version 0.8.3 is a minor bugfix release. - pycrc has a new homepage: https://pycrc.org - Removed the experimental --bitwise-expression option to facilitate restructuring of the code. - Applied some minor optimisations to the generated table-driven code. - Changed the signature of the crc_update() function: the data argument is now a pointer to void to improve compatibility with C++. - Added a AUTHORS file. If I have forgotten to mention someone please don't hesitate to send a mail. - Upgraded documentation to DocBook 5. Other changes: ============= In an effort to move away from Sourceforge, a few changes in the organisation of pycrc: the Sourceforge issue tracker is now closed and people are encouraged to use the GitHub tracker. All past releases can be downloaded from https://pycrc.org/news.html About pycrc: =========== pycrc is an easy to use CRC calculator and source code generator. The generated C source code can be optimized for simplicity, speed or tight memory constraints for embedded platforms. pycrc contains a long list of the parameters of common CRC models. License: MIT Homepage: https://pycrc.org https://github.com/tpircher/pycrc/ Download: https://pycrc.org/download.html Issues: https://github.com/tpircher/pycrc/issues |