Skip to content

Commit 8a7eedf

Browse files
committed
SLEEF Release 3.6.1
Bump version in CMakeLists.
1 parent 8ebcc21 commit 8a7eedf

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 3.6.1 - 2024-06-10
2+
3+
This patch release provides important bug fixes, including a fix
4+
for API compatibility with 3.5 (#534).
5+
The support and test for some features is still limited, as
6+
documented in [README](./README.md), however significant progress
7+
was made in order to test on Linux, macOS and Windows.
8+
9+
### Added
10+
- Add support for RISC-V in DFT, QUAD and inline headers (#503,
11+
#522).
12+
- Add GHA workflow to run CI tests on Windows x86 (#540) and macOS
13+
x86/aarch64 (#543). And update test matrix.
14+
- Add GHA workflows to run examples in CI (#550).
15+
16+
### Changed
17+
- Cleanup/Improve support for RISC-V in LIBM (#520, #521).
18+
- Update supported environment in documentation (#529, #549),
19+
including website and test matrix from README.
20+
21+
### Fixed
22+
- Major fix and cleanup of CMakeLists.txt (#531).
23+
- Fix compatibility issue after removal of quad and long double
24+
sincospi (#545). Restores functions that are missing in 3.6.
25+
- Various bug fixes (#528, #533, #536, #537).
26+
127
## 3.6 - 2024-02-14
228

329
This release follows a long period of inactivity. The library is now

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(SLEEF VERSION 3.6.0 LANGUAGES C)
2+
project(SLEEF VERSION 3.6.1 LANGUAGES C)
33

44
set(SLEEF_SOVERSION ${SLEEF_VERSION_MAJOR})
55

0 commit comments

Comments
 (0)