Update release notes for v2.19 additions

Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
This commit is contained in:
Xiaodong Liu 2017-06-26 04:51:35 -04:00
parent 96ade864f1
commit b39d72a7da
1 changed files with 25 additions and 1 deletions

View File

@ -1,4 +1,4 @@
v2.18 Intel Intelligent Storage Acceleration Library Release Notes
v2.19 Intel Intelligent Storage Acceleration Library Release Notes
==================================================================
RELEASE NOTE CONTENTS
@ -16,6 +16,12 @@ RELEASE NOTE CONTENTS
2. FIXED ISSUES
---------------
v2.19
* Fix erasure code test that violates rs matrix bounds.
* Fix 0 length file and looping errors in igzip_inflate_test.
v2.18
* Mac OS X/darwin systems no longer require the --target=darwin config option.
@ -50,6 +56,24 @@ v2.10
3. CHANGE LOG & FEATURES ADDED
------------------------------
v2.19
* Igzip improvements
- Add optimized Adler-32 checksum.
- Implement zlib compression format.
- Add stateful dictionary support.
- Add struct reset functions for both deflate and inflate.
* Reflected IEEE format CRC32 is released out. Function interface is named
crc32_gzip_refl.
* Exact work condition of Erasure Code Reed-Solomon Matrix is determined by new
added program gen_rs_matrix_limits.
v2.18
* New 2-pass fully-dynamic deflate compression (level -1). ISA-L fast deflate