14
0
forked from pool/python-lz4

- Version update to 2.1.1:

* fixes a bug with the block format compression/decompression
  * the handling of errors for block decompression when uncompressed_size > 0
  * introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lz4?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2018-10-25 12:46:18 +00:00
committed by Git OBS Bridge
parent 29f0b8d31f
commit e8ece8976b
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Oct 25 12:35:12 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Version update to 2.1.1:
* fixes a bug with the block format compression/decompression
* the handling of errors for block decompression when uncompressed_size > 0
* introduce a new exception: LZ4BlockError which is raised whenever the LZ4 library fails
-------------------------------------------------------------------
Fri Jul 20 08:09:49 UTC 2018 - tchvatal@suse.com