1 parent f952b9a commit cb7ee82Copy full SHA for cb7ee82
2 files changed
NEWS
@@ -1,3 +1,12 @@
1
+Version 1.2:
2
+ Slight improvements to decompression speed.
3
+
4
+ Added an AVX-512BW implementation of Adler-32.
5
6
+ The Makefile now supports a user-specified installation PREFIX.
7
8
+ Fixed build error with some Visual Studio versions.
9
10
Version 1.1:
11
Fixed crash in CRC-32 code when the prebuilt libdeflate for
12
32-bit Windows was called by a program built with Visual Studio.
libdeflate.h
@@ -10,8 +10,8 @@ extern "C" {
#endif
#define LIBDEFLATE_VERSION_MAJOR 1
13
-#define LIBDEFLATE_VERSION_MINOR 1
14
-#define LIBDEFLATE_VERSION_STRING "1.1"
+#define LIBDEFLATE_VERSION_MINOR 2
+#define LIBDEFLATE_VERSION_STRING "1.2"
15
16
#include <stddef.h>
17
#include <stdint.h>
0 commit comments