From b39d72a7da3d2067943d5e7106032184060611cf Mon Sep 17 00:00:00 2001 From: Xiaodong Liu Date: Mon, 26 Jun 2017 04:51:35 -0400 Subject: [PATCH] Update release notes for v2.19 additions Signed-off-by: Xiaodong Liu --- Release_notes.txt | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/Release_notes.txt b/Release_notes.txt index b5dadc6..4d5fbf0 100644 --- a/Release_notes.txt +++ b/Release_notes.txt @@ -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