2018-10-14 11:15:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 2.1.1 2.1.1: This release updates the bundled LZ4 libraries to version 1.8.3. This fixes a \ bug with the block format compression/decompression. |
2018-08-07 08:17:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 2.1.0 v2.1.0: Enhance support for block decompression with unknown size of decompressed data |
2018-07-08 11:33:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 2.0.2 2.0.2: Fix setup.py to gracefully handle old system installed versions of LZ4 libraries Fix a possible segfault in the frame decompress functions |
2018-06-22 08:38:14 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-lz4: updated to 2.0.1 2.0.1: This release fixes: tests failed when run under python setup.py test, but passed \ when running under tox. 2.0.0: It's now possible to specify a compession dictionary for block compression. The bundled LZ4 libraries have been updated to 1.8.2 A compatibility fix for 2.x memoryview objects has been added. Various flake8 cleanups and test additions. |
2018-04-05 14:01:54 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-lz4: updated to 1.1.0 1.1.0: This release removes the deprecated functions which were marked as remove in \ 1.0, but nonetheless remained: lz4.lz4version() LZ4FrameCompressor.finalize() As a side effect, we noo longer have a dependency on the deprecation package. |
2018-02-23 15:14:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 1.0.0 1.0.0: Only documentation updates since 0.23.2. This marks the release of a stable \ frame binding API. |
2018-02-16 15:43:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 0.23.2 0.23.2: Fixes an error in the deprecated LZ4Compressor.finalize() method Improves documentation Has all example code in documentation verified via doctest |
2018-02-11 19:45:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-lz4: update to 0.23.1. Changes not found. |
2018-02-05 09:58:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 0.21.6 0.21.6: This version includes some docstring updates. |
2018-02-02 09:39:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-lz4: updated to 0.19.2 0.19.2: This release fixes a memory leak in lz4.frame.decompress_chunk() which also \ impacted the file handling functionality. |