Next | Query returned 41 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2018-02-02 09:39:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
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.
   2018-01-28 09:54:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-lz4: updated to 0.19.1

0.19.1:
This release adds compressed file handling capability to the lz4.frame sub-package.
This necessitated some changes to the API of lz4.frame.decompress_chunk, ad some \ 
smaller changes to the LZ4FrameCompressor and LZ4FrameDecompressor classes. \ 
Please see updated documentation for further details.
   2018-01-20 22:10:18 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 0.18.2

0.18.2:
This release fixes a memory leak that was introduced in lz4.frame.decompress in \ 
0.18.1. This leak resulted from an incorrect ref count on the returned result \ 
which prevented it from ever being released and garbage collected.
   2018-01-07 21:56:16 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Add missing build dependencies.
   2018-01-02 09:40:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 0.18.1

0.18.1:
This is a minor bugfix release which fixes two small bugs which would result in \ 
source references not being released on error conditions in lz4.frame.compress.

0.18.0:
This release changes the strategy for allocating memory to not use undocumented \ 
and potentially fragile Python internals (Py_SIZE). This may have a small \ 
performance impact, but brings stronger guarantees for future stability.
   2017-12-31 19:48:57 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-lz4: updated to 0.17.0

0.17.0:
This release fixes a pathological case where compressing and decompressing a \ 
zero length bytes object could result in the resulting bytes object causing \ 
False to be returned from val == 'b'.
   2017-12-21 09:00:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 0.12.0

This release brings
Huge changes to the LZ4 Frame support which should now be considered beta quality
A new pytest based test harness, and significantly re-worked testing
An end to Python 2.6 support - no testing is currently done against Python 2.6 \ 
although the code probably does still work with Python 2.6 at this point in \ 
time.
   2017-11-24 13:42:09 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-lz4: updated to 0.11.1

0.11.1:
This release bumps the bundled lz4 library files to version 1.8.0.
   2017-10-01 20:59:54 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Needs setuptools_scm.
   2017-09-30 14:38:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-lz4: fix packaging

Clean up pkglint warnings while here.

Next | Query returned 41 messages, browsing 31 to 40 | Previous