|
2 | 2 |
|
3 | 3 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
4 | 4 |
|
5 |
| -## [Unreleased] |
| 5 | +## [2022.2] - 2022-04-01 |
| 6 | + |
6 | 7 | ### Added
|
| 8 | + |
| 9 | +- Document running unit tests individually ([#35]). |
| 10 | +- Document internal use of pre-C++11 standard library ABI ([#31], [#39]). |
| 11 | +- Document recommended settings for forked repository ([#44]). |
| 12 | +- Implement OpenCL Core 3.0 clCreateBufferWithProperties ([#53]). |
| 13 | +- Document running clang-format ([#60]). |
| 14 | +- Document git identity setup ([#70]). |
| 15 | + |
7 | 16 | ### Changed
|
8 |
| -### Deprecated |
9 |
| -### Removed |
| 17 | + |
| 18 | +- Support Rocky Linux 8 instead of CentOS 8 ([#72], [#73]). |
| 19 | + |
10 | 20 | ### Fixed
|
11 | 21 |
|
12 | 22 | - Simulation of systems with multiple global memories ([#29]).
|
| 23 | +- Explicitly require C++11 compiler support ([#47]). |
| 24 | +- Link failure with `-Wl,--no-undefined` ([#49]). |
13 | 25 |
|
14 | 26 | ### Security
|
15 | 27 |
|
16 |
| -[Unreleased]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.1...HEAD |
| 28 | +- Check for null pointer before dereference ([#42], [#43]). |
| 29 | +- Update Windows installation script for zlib to 1.2.12 ([#96]). |
| 30 | + |
| 31 | +[2022.2]: https://github.com/intel/fpga-runtime-for-opencl/compare/v2022.1...v2022.2 |
17 | 32 | [#29]: https://github.com/intel/fpga-runtime-for-opencl/pull/29
|
| 33 | +[#31]: https://github.com/intel/fpga-runtime-for-opencl/pull/31 |
| 34 | +[#35]: https://github.com/intel/fpga-runtime-for-opencl/pull/35 |
| 35 | +[#39]: https://github.com/intel/fpga-runtime-for-opencl/pull/39 |
| 36 | +[#42]: https://github.com/intel/fpga-runtime-for-opencl/pull/42 |
| 37 | +[#43]: https://github.com/intel/fpga-runtime-for-opencl/pull/43 |
| 38 | +[#44]: https://github.com/intel/fpga-runtime-for-opencl/pull/44 |
| 39 | +[#47]: https://github.com/intel/fpga-runtime-for-opencl/pull/47 |
| 40 | +[#49]: https://github.com/intel/fpga-runtime-for-opencl/pull/49 |
| 41 | +[#53]: https://github.com/intel/fpga-runtime-for-opencl/pull/53 |
| 42 | +[#60]: https://github.com/intel/fpga-runtime-for-opencl/pull/60 |
| 43 | +[#70]: https://github.com/intel/fpga-runtime-for-opencl/pull/70 |
| 44 | +[#72]: https://github.com/intel/fpga-runtime-for-opencl/pull/72 |
| 45 | +[#73]: https://github.com/intel/fpga-runtime-for-opencl/pull/73 |
| 46 | +[#96]: https://github.com/intel/fpga-runtime-for-opencl/pull/96 |
18 | 47 |
|
19 | 48 | ## [2022.1] - 2021-12-01
|
20 | 49 |
|
|
0 commit comments