mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 09:46:04 -04:00
v1.8
This commit is contained in:
parent
8efdabddae
commit
047aa84e01
14
NEWS.md
14
NEWS.md
@ -1,5 +1,19 @@
|
||||
# libdeflate release notes
|
||||
|
||||
## Version 1.8
|
||||
|
||||
* Added `-t` (test) option to `libdeflate-gunzip`.
|
||||
|
||||
* Unaligned access optimizations are now enabled on WebAssembly builds.
|
||||
|
||||
* Fixed a build error when building with the Intel C Compiler (ICC).
|
||||
|
||||
* Fixed a build error when building with uClibc.
|
||||
|
||||
* libdeflate's CI system has switched from Travis CI to GitHub Actions.
|
||||
|
||||
* Made some improvements to test scripts.
|
||||
|
||||
## Version 1.7
|
||||
|
||||
* Added support for compression level 0, "no compression".
|
||||
|
@ -10,8 +10,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define LIBDEFLATE_VERSION_MAJOR 1
|
||||
#define LIBDEFLATE_VERSION_MINOR 7
|
||||
#define LIBDEFLATE_VERSION_STRING "1.7"
|
||||
#define LIBDEFLATE_VERSION_MINOR 8
|
||||
#define LIBDEFLATE_VERSION_STRING "1.8"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user