Skip to content

Commit 24b2d92

Browse files
Fix 11.3 changelist to properly include pure-static support (#7182)
PR #7176 incorrectly failed to include the new pure-static support under the changes included in the 11.3 release. Issue: #6662
1 parent 59352ff commit 24b2d92

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

api/docs/release.dox

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ changes:
129129
- No compatibility changes yet.
130130

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

137134
**************************************************
138135
<hr>
@@ -142,6 +139,10 @@ changes:
142139
- No compatibility changes yet.
143140

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

0 commit comments

Comments
 (0)