File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments