Skip to content

Commit

Permalink
Fix 11.3 changelist to properly include pure-static support
Browse files Browse the repository at this point in the history
PR #7176 incorrectly failed to include the new pure-static support
under the changes included in the 11.3 release.

Issue: #6662
  • Loading branch information
derekbruening committed Jan 10, 2025
1 parent 59352ff commit b9b4c9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions api/docs/release.dox
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,7 @@ changes:
- No compatibility changes yet.

Further non-compatibility-affecting changes include:
- Added support for statically linking clients and the DynamoRIO library into
a pure-static application via a new configure_DynamoRIO_static_client() CMake
function and new "_drstatic" static library CMake targets for the provided
extension libraries.
- Nothing yet.

**************************************************
<hr>
Expand All @@ -142,6 +139,10 @@ changes:
- No compatibility changes yet.

Further non-compatibility-affecting changes include:
- Added support for statically linking clients and the DynamoRIO library into
a pure-static application via a new configure_DynamoRIO_static_client() CMake
function and new "_drstatic" static library CMake targets for the provided
extension libraries.
- Allow v2p.textproto file in a trace directory. This file is present in public traces.
- Allow v2p.textproto file to have one missing virtual_address field, which indicates
virtual_address == 0x0. Necessary in case a trace accesses virtual address 0x0.
Expand Down

0 comments on commit b9b4c9e

Please sign in to comment.