Skip to content

Commit cb7ee82

Browse files
committed
v1.2
1 parent f952b9a commit cb7ee82

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
Version 1.1:
211
Fixed crash in CRC-32 code when the prebuilt libdeflate for
312
32-bit Windows was called by a program built with Visual Studio.

libdeflate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ extern "C" {
1010
#endif
1111

1212
#define LIBDEFLATE_VERSION_MAJOR 1
13-
#define LIBDEFLATE_VERSION_MINOR 1
14-
#define LIBDEFLATE_VERSION_STRING "1.1"
13+
#define LIBDEFLATE_VERSION_MINOR 2
14+
#define LIBDEFLATE_VERSION_STRING "1.2"
1515

1616
#include <stddef.h>
1717
#include <stdint.h>

0 commit comments

Comments
 (0)