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:
Greg Tucker 2017-09-15 18:59:31 -07:00
parent ebf720af04
commit 63c9aef4b7

View File

@ -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