From f4d8d350841a7be4f9fc650d5382271108df9533 Mon Sep 17 00:00:00 2001 From: Greg Tucker Date: Thu, 30 Mar 2017 18:35:15 -0700 Subject: [PATCH] Update release notes for v2.18 additions Signed-off-by: Greg Tucker --- README.md | 3 +-- Release_notes.txt | 34 ++++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7a83153..4812738 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -================================================= Intel(R) Intelligent Storage Acceleration Library ================================================= @@ -52,7 +51,7 @@ On Windows use nmake to build dll and static lib: nmake -f Makefile.nmake ### Other make targets -Other targes include: +Other targets include: * `make check` : create and run tests * `make tests` : create additional unit tests * `make perfs` : create included performance tests diff --git a/Release_notes.txt b/Release_notes.txt index 7e41712..d6bd4fe 100644 --- a/Release_notes.txt +++ b/Release_notes.txt @@ -1,25 +1,26 @@ -============================================================================= -v2.17 Intel Intelligent Storage Acceleration Library Release Notes -============================================================================= +v2.18 Intel Intelligent Storage Acceleration Library Release Notes +================================================================== -============================================================================= RELEASE NOTE CONTENTS -============================================================================= 1. KNOWN ISSUES 2. FIXED ISSUES 3. CHANGE LOG & FEATURES ADDED -============================================================================= -1. KNOWN ISSUES -============================================================================= +1. KNOWN ISSUES +---------------- * Perf tests do not run in Windows environment. * 32-bit lib is not supported in Windows. -============================================================================= 2. FIXED ISSUES -============================================================================= +--------------- + +v2.18 + +* Mac OS X/darwin systems no longer require the --target=darwin config option. + The autoconf canonical build should detect. + v2.17 * Fix igzip using 32K window and a shared object @@ -46,9 +47,18 @@ v2.10 affects windows versions of erasure code. GP register saves/restore were pushed to same stack area as XMM. -============================================================================= 3. CHANGE LOG & FEATURES ADDED -============================================================================= +------------------------------ + +v2.18 + +* New 2-pass fully-dynamic deflate compression (level -1). ISA-L fast deflate + now has two levels. Level 0 (default) is the same as previous generations. + Setting to level 1 will switch to the fully-dynamic compression that will + typically reach higher compression ratios. + +* RAID AVX512 functions. + v2.17 * New fast decompression (inflate)