From da0e8ef868a9d1f343bdc8caf1a5b08cfbf8c35c Mon Sep 17 00:00:00 2001 From: Kaiyeung Luk Date: Fri, 20 Dec 2024 14:40:03 -0800 Subject: [PATCH] Update changelog for 11.2 release (#7165) Creates a new changelog section for post-11.2 changes. --- api/docs/release.dox | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/api/docs/release.dox b/api/docs/release.dox index b9cdae91618..02396dc66a0 100644 --- a/api/docs/release.dox +++ b/api/docs/release.dox @@ -124,7 +124,17 @@ Dr. Memory Framework (DRMF) in the same package as DynamoRIO. DRMF provides the umbra, drsyscall, and drsymcache Extensions for use by clients. -The changes between version \DR_VERSION and 11.1.0 include the following compatibility +The changes between version \DR_VERSION and 11.2.0 include the following compatibility +changes: + - No compatibility changes yet. + +Further non-compatibility-affecting changes include: + - No changes yet. + +************************************************** +
+ +The changes between version 11.2.0 and 11.1.0 include the following compatibility changes: - Added #dynamorio::drmemtrace::TRACE_ENTRY_VERSION_RETIRED_INSTRUCTIONS_ONLY to increase the trace version for drmemtraces with uncompleted instructions removed.