Skip to content

Commit 1fbe0ec

Browse files
committed
Prepare changelog for 2025.0 release
(cherry picked from commit 249ceb0)
1 parent ac78aee commit 1fbe0ec

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,47 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5-
## [Unreleased]
5+
## [2025.0] 2024-10-15
6+
67
### Added
8+
9+
- Added glibc_wrap to provide Linux OS backwards compatibility ([#362])
10+
711
### Changed
8-
### Deprecated
9-
### Removed
12+
13+
- Update aocl_mmd.h version to 2024.2 ([#342])
14+
- Set default values for kernel image static part and skip CSR write if no change ([#349])
15+
- Update kernel invocation image debug print ([#349])
16+
- Use a RAII approach for linux signal blocking ([#363])
17+
- Remove runtime unit test dependency on aoc ([#368])
18+
1019
### Fixed
20+
21+
- Update loaded_bin if the same binary is wrapped with different cl_program ([#351])
22+
- Fix USM mem blocking free corruption ([#360])
23+
- Use mutex to ensure segment update and CRA read/write happens atomically ([#363])
24+
- Return the global memory with enough capacity as default mem_id ([#361])
25+
- Handle printf format as the last item in the format string ([#372])
26+
- Refactor queue submission to resolve a hang ([#379])
27+
- Various Coverity fixes ([#380])
28+
1129
### Security
1230

13-
[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...HEAD
31+
- Remove hardcoded paths being built into libraries ([#375])
32+
33+
[2025.0]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2024.2...v2025.0
34+
[#342]: https://github.com/intel/fpga-runtime-for-opencl/pull/342
35+
[#349]: https://github.com/intel/fpga-runtime-for-opencl/pull/349
36+
[#351]: https://github.com/intel/fpga-runtime-for-opencl/pull/351
37+
[#360]: https://github.com/intel/fpga-runtime-for-opencl/pull/360
38+
[#361]: https://github.com/intel/fpga-runtime-for-opencl/pull/361
39+
[#362]: https://github.com/intel/fpga-runtime-for-opencl/pull/362
40+
[#363]: https://github.com/intel/fpga-runtime-for-opencl/pull/363
41+
[#368]: https://github.com/intel/fpga-runtime-for-opencl/pull/368
42+
[#372]: https://github.com/intel/fpga-runtime-for-opencl/pull/372
43+
[#375]: https://github.com/intel/fpga-runtime-for-opencl/pull/375
44+
[#379]: https://github.com/intel/fpga-runtime-for-opencl/pull/379
45+
[#380]: https://github.com/intel/fpga-runtime-for-opencl/pull/380
1446

1547
## [2024.2] - 2024-06-14
1648

0 commit comments

Comments
 (0)