File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# libdeflate release notes
2
2
3
+ ## Version 1.18
4
+
5
+ * Fixed a bug where the build type didn't default to "Release" when using
6
+ CMake 3.10 or earlier.
7
+
8
+ * Fixed a bug where some optimized code wasn't used when building with
9
+ Clang 15 or later (x86), or with Clang 16 or later (aarch64).
10
+
11
+ * Fixed build errors with some architecture and compiler combos:
12
+ * aarch64 with Clang 16
13
+ * armv6kz or armv7e-m with gcc
14
+ * armhf with gcc (on Debian only)
15
+
3
16
## Version 1.17
4
17
5
18
(Apologies for another release so soon after v1.16, but the bug fix listed below
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ extern "C" {
13
13
#endif
14
14
15
15
#define LIBDEFLATE_VERSION_MAJOR 1
16
- #define LIBDEFLATE_VERSION_MINOR 17
17
- #define LIBDEFLATE_VERSION_STRING "1.17 "
16
+ #define LIBDEFLATE_VERSION_MINOR 18
17
+ #define LIBDEFLATE_VERSION_STRING "1.18 "
18
18
19
19
/*
20
20
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause
You can’t perform that action at this time.
0 commit comments