summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-07-20 04:52:37 +0000
committerTushar Gohad <tushar.gohad@intel.com>2015-07-20 11:48:35 -0700
commitf61e907d2bbc97160f2d265a7ec6a3ad82b4e6f5 (patch)
treec9aa7f25212d925da357464d0dff931842386c8b /ChangeLog
parent85fff7f2d068fd8229a15a6ab378e718ae82f98b (diff)
downloadliberasurecode-f61e907d2bbc97160f2d265a7ec6a3ad82b4e6f5.tar.gz
Release 1.0.8v1.0.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f61922..ad42cfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,24 @@
-Release 1.0
+Release 1.0.8
+-------------
+
+ . Introduce 'liberasurecode_rs_vand', a native, software-based Reed-Soloman
+ Vandermonde backend
+ . Properly set W in the new internal RS backend. Without this change, the
+ fragment length passed up is incorrect.
+ . Remove all GPLv3 m4 references for CPUID checks
+ . Properly dedupe fragments in fragments_to_string() function
+ . Prevent backends from reconstructing an index when it is not missing,
+ ie, is available
+ . Make ./configure to obey CFLAGS
+ . Add missing pkg-config templates
+ . Remove autoconf installed files from git control
+ . Fix get_supported_flags() arguments
+ . Properly detect 64-bit architecture.
+ . Add -f argument to autoreconf to regenerate aclocal macros
+ . Silent autoconf warning for ac_cv_sizeof_long
+ . Fix C++ build issues (add missing cplusplus macros definitions)
+ . Make liberasurecode header installs to a specific include directory
+ . Fix 'make test' to properly run null and installed backend tests.
+ . Fix a uint < 0 warning reported by Clang
+ . Fix memory leak in alg_sig init
+ . Fix decode when m > k and all parities are chosen as input to decode