Codebase list liberasurecode / 0794b31
Merge "1.4.0 release" Jenkins authored 7 years ago Gerrit Code Review committed 7 years ago
3 changed file(s) with 11 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99 ----------------
1010
1111 * Timur Alperovich
12 * Alistair Coles
1213 * Thiago da Silva
1314 * Thomas Goirand
1415 * Andreas Jaeger
0 Release 1.4.0
1 -------------
2
3 . Added support for ISA-L Cauchy
4 . Added get_version functionality to library
5 . Fixed reconstruct to return an error when memory allocation failed
6 . Fixed posix_memalign error handling
7
08 Release 1.3.1
19 -------------
210
2525 #define _ERASURECODE_VERSION_H_
2626
2727 #define _MAJOR 1
28 #define _MINOR 3
29 #define _REV 1
28 #define _MINOR 4
29 #define _REV 0
3030 #define _VERSION(x, y, z) ((x << 16) | (y << 8) | (z))
3131
3232 #define LIBERASURECODE_VERSION _VERSION(_MAJOR, _MINOR, _REV)