mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-15 07:18:29 -04:00
v0.8
This commit is contained in:
parent
48dcf684ec
commit
3d96a83ef9
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
||||
Version 0.8:
|
||||
Build fixes for certain platforms and compilers.
|
||||
|
||||
libdeflate now produces the same output on all CPU architectures.
|
||||
|
||||
Improved documentation for building libdeflate on Windows.
|
||||
|
||||
Version 0.7:
|
||||
Fixed a very rare bug that caused data to be compressed incorrectly.
|
||||
The bug affected compression levels 7 and below since libdeflate v0.2.
|
||||
|
@ -10,8 +10,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBDEFLATE_VERSION_MAJOR 0
|
||||
#define LIBDEFLATE_VERSION_MINOR 7
|
||||
#define LIBDEFLATE_VERSION_STRING "0.7"
|
||||
#define LIBDEFLATE_VERSION_MINOR 8
|
||||
#define LIBDEFLATE_VERSION_STRING "0.8"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user