]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/isa-l/Release_notes.txt
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / isa-l / Release_notes.txt
index b87ce82c7d7ea26b4b900db82ac3ca0cddf88d85..e8a72dedc256f5c1440b3392eaa223eb1b303788 100644 (file)
@@ -1,4 +1,4 @@
-v2.24 Intel Intelligent Storage Acceleration Library Release Notes
+v2.28 Intel Intelligent Storage Acceleration Library Release Notes
 ==================================================================
 
 RELEASE NOTE CONTENTS
@@ -15,6 +15,23 @@ RELEASE NOTE CONTENTS
 
 2. FIXED ISSUES
 ---------------
+v2.28
+
+* Fix documentation on gf_vect_mad(). Min length listed as 32 instead of
+  required min 64 bytes.
+
+v2.27
+
+* Fix lack of install for pkg-config files
+
+v2.26
+
+* Fixes for sanitizer warnings.
+
+v2.25
+
+* Fix for nasm on Mac OS X/darwin.
+
 v2.24
 
 * Fix for crc32_iscsi().  Potential read-over for small buffer.  For an input
@@ -92,6 +109,32 @@ v2.10
 
 3. CHANGE LOG & FEATURES ADDED
 ------------------------------
+v2.28
+
+* New next-arch versions of 64-bit CRC. All norm and reflected 64-bit
+  polynomials are expanded to utilize vpclmulqdq.
+
+v2.27
+
+* New multi-threaded compression option for igzip cli tool
+
+v2.26
+
+* Adler32 added to external API.
+* Multi-arch improvements.
+* Performance test improvements.
+
+v2.25
+
+* Igzip performance improvements and features.
+  - Performance improvements for uncompressable files. Random or uncompressable
+    files can be up to 3x faster in level 1 or 2 compression.
+  - Additional small file performance improvments.
+  - New options in igzip cli: use name from header or not, test compressed file.
+
+* Multi-arch autoconf script.
+  - Autoconf should detect architecture and run base functions at minimum.
+
 v2.24
 
 * Igzip small file performance improvements and new features.