Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [2.14.0-3]

### Added

- userclk: separate device independent from Agilex 7 configuration ([#3159])
- userclk: add support for Agilex 5 configuration ([#3161])

### Fixed

- Fix Ubuntu 24.04 debian package build issue ([#3165])
- Fix userclk: increase the reset delay ([#3166])
- Fix ubuntu 24.04: opae-unit test failing for use of deprecated function ([#3167])

[2.14.0-3]: https://github.com/OFS/opae-sdk/compare/2.14.0-2...2.14.0-3
[#3159]: https://github.com/OFS/opae-sdk/pull/3159
[#3161]: https://github.com/OFS/opae-sdk/pull/3161
[#3165]: https://github.com/OFS/opae-sdk/pull/3165
[#3166]: https://github.com/OFS/opae-sdk/pull/3166
[#3167]: https://github.com/OFS/opae-sdk/pull/3167


## [2.14.0-2]

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ else()
set(CPACK_PACKAGE_VERSION_PATCH "${OPAE_VERSION_REVISION}")
endif()
set(CPACK_PACKAGE_VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
set(CPACK_PACKAGE_RELEASE 2)
set(CPACK_PACKAGE_RELEASE 3)
set(CPACK_PACKAGE_CONTACT "opae@lists.linuxfoundation.org")
set(CPACK_PACKAGING_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")

Expand Down
8 changes: 4 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Security Policy #
Intel is committed to rapidly addressing security vulnerabilities affecting our customers and providing clear guidance on the solution, impact, severity and mitigation.
# Security Policy
Altera is committed to the security of its products.

## Reporting a Vulnerability ##
Please report any security vulnerabilities in this project **[utilizing the guidelines here](https://www.intel.com/content/www/us/en/security-center/vulnerability-handling-guidelines.html)**.
## Reporting a Vulnerability
Security vulnerabilities in this project can be reported to Altera’s security incident response team utilizing the guidelines here: https://www.altera.com/security/psirt.html.
2 changes: 2 additions & 0 deletions libraries/plugins/xfpga/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ set(SRC
version.c
userclk.c
usrclk/fpga_user_clk.c
usrclk/fpga_user_clk_type1.c
usrclk/fpga_user_clk_type2.c
plugin.c
sysobject.c
manage.c
Expand Down
Loading
Loading