From 24b2d9233c4c47eb2fce34aa6c06048448afec0f Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Fri, 10 Jan 2025 17:26:34 -0500 Subject: [PATCH] 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 --- api/docs/release.dox | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/docs/release.dox b/api/docs/release.dox index 7ea0778e976..d9cc6aefb0f 100644 --- a/api/docs/release.dox +++ b/api/docs/release.dox @@ -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. **************************************************
@@ -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.