Conversation
There was a problem hiding this comment.
Pull request overview
This pull request disables the SONAME (shared object version name) in the FireboltClient shared library to support Prime integration. The change affects how the library is versioned at the system level, removing the symbolic links typically created with versioned shared libraries.
Changes:
- Replace SOVERSION property with NO_SONAME in CMake configuration
- Add changelog entry for the unreleased version documenting this change
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/CMakeLists.txt | Removes SOVERSION and sets NO_SONAME property to disable shared library versioning |
| CHANGELOG.md | Adds Unreleased section with entry documenting the SONAME removal and removes dates from version headers |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
425ed84 to
b495247
Compare
b495247 to
ecb7cee
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ecb7cee to
fe022fc
Compare
fe022fc to
7987a1e
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7987a1e to
ea2f57e
Compare
|
🎉 This PR is included in version 0.5.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Needed for Prime integration