Skip to content

Commit 96836d7

Browse files
committed
v1.24
1 parent 3658569 commit 96836d7

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# libdeflate release notes
22

3+
## Version 1.24
4+
5+
* The CMake-based build system now supports Apple Framework builds.
6+
7+
* libdeflate now builds for Windows ARM64EC.
8+
9+
* Made another small optimization to the x86 and ARM CRC32 code.
10+
11+
* Fixed a compiler warning on certain platforms (issue #416).
12+
313
## Version 1.23
414

515
* Fixed bug introduced in 1.20 where incorrect checksums could be calculated if

libdeflate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ extern "C" {
1313
#endif
1414

1515
#define LIBDEFLATE_VERSION_MAJOR 1
16-
#define LIBDEFLATE_VERSION_MINOR 23
17-
#define LIBDEFLATE_VERSION_STRING "1.23"
16+
#define LIBDEFLATE_VERSION_MINOR 24
17+
#define LIBDEFLATE_VERSION_STRING "1.24"
1818

1919
/*
2020
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause

0 commit comments

Comments
 (0)