Update build and release notes for v2.16

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2016-06-03 18:03:11 -07:00
parent 10f07a0c51
commit 9331ddca3b
4 changed files with 9 additions and 4 deletions

View File

@ -31,7 +31,7 @@ include igzip/Makefile.am
# LIB version info not necessarily the same as package version # LIB version info not necessarily the same as package version
LIBISAL_CURRENT=2 LIBISAL_CURRENT=2
LIBISAL_REVISION=14 LIBISAL_REVISION=16
LIBISAL_AGE=0 LIBISAL_AGE=0
lib_LTLIBRARIES = libisal.la lib_LTLIBRARIES = libisal.la

View File

@ -24,7 +24,8 @@ the following:
make make
sudo make install sudo make install
Other targets include: make check, make tests and make perfs. Other targets include: make check, make tests, make perfs, make ex (examples)
and make other.
Windows Windows
------- -------

View File

@ -1,5 +1,5 @@
============================================================================= =============================================================================
v2.15 Intel Intelligent Storage Acceleration Library Release Notes v2.16 Intel Intelligent Storage Acceleration Library Release Notes
Open Source Version Open Source Version
============================================================================= =============================================================================
@ -43,6 +43,10 @@ v2.10
============================================================================= =============================================================================
3. CHANGE LOG & FEATURES ADDED 3. CHANGE LOG & FEATURES ADDED
============================================================================= =============================================================================
v2.16
* Units added: crc, raid, igzip (deflate compression).
v2.15 v2.15
* Erasure code updates. New AVX512 versions. * Erasure code updates. New AVX512 versions.

View File

@ -3,7 +3,7 @@
AC_PREREQ(2.69) AC_PREREQ(2.69)
AC_INIT([libisal], AC_INIT([libisal],
[2.15.0], [2.16.0],
[sg.support.isal@intel.com], [sg.support.isal@intel.com],
[isa-l], [isa-l],
[http://01.org/storage-acceleration-library]) [http://01.org/storage-acceleration-library])