Skip to content

Commit

Permalink
Release crc32c 2.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <[email protected]>
  • Loading branch information
rtobar committed Jun 30, 2024
1 parent d184417 commit c17c3ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.4.1]

* Fixed failure on big-endian, signed ``char`` platforms
(found in SPARC, but there might be more)
due to an incorrect (and unnecessary) cast
from ``unsigned char *`` to ``char *`` (#43).

## [2.4]

* Changed package compilation under gcc/clang
Expand Down Expand Up @@ -148,3 +155,4 @@
[2.3]: https://github.com/ICRAR/crc32c/releases/tag/v2.3
[2.3.post0]: https://github.com/ICRAR/crc32c/releases/tag/v2.3.post0
[2.4]: https://github.com/ICRAR/crc32c/releases/tag/v2.4
[2.4.1]: https://github.com/ICRAR/crc32c/releases/tag/v2.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
author='The ICRAR DIA Team',
url='https://github.com/ICRAR/crc32c',
author_email='[email protected]',
version='2.4',
version='2.4.1',
license="LGPL-2.1-or-later",
description=('A python package implementing the crc32c algorithm'
' in hardware and software'),
Expand Down

0 comments on commit c17c3ff

Please sign in to comment.