mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
update release notes for v2.20 additions
Change-Id: Ic8d7a37f715983852036f0b63273ea8f10fd83aa Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
ebf720af04
commit
63c9aef4b7
@ -1,4 +1,4 @@
|
||||
v2.19 Intel Intelligent Storage Acceleration Library Release Notes
|
||||
v2.20 Intel Intelligent Storage Acceleration Library Release Notes
|
||||
==================================================================
|
||||
|
||||
RELEASE NOTE CONTENTS
|
||||
@ -15,6 +15,12 @@ RELEASE NOTE CONTENTS
|
||||
|
||||
2. FIXED ISSUES
|
||||
---------------
|
||||
v2.20
|
||||
|
||||
* Inflate total_out behavior corrected for in-progress decompression.
|
||||
Previously total_out represented the total bytes decompressed into the output
|
||||
buffer or temp internal buffer. This is changed to be only the bytes put into
|
||||
the output buffer.
|
||||
|
||||
v2.19
|
||||
|
||||
@ -56,6 +62,13 @@ v2.10
|
||||
3. CHANGE LOG & FEATURES ADDED
|
||||
------------------------------
|
||||
|
||||
v2.20
|
||||
|
||||
* Igzip improvements
|
||||
- Optimized deflate_hash in compression functions.
|
||||
Improves performance of using preset dictionary.
|
||||
- Removed alignment restrictions on input structure.
|
||||
|
||||
v2.19
|
||||
|
||||
* Igzip improvements
|
||||
|
Loading…
Reference in New Issue
Block a user