From 02e535e224b6990fd12359fb4c01c762adacb682 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Mon, 20 Oct 2025 11:43:14 -0500 Subject: [PATCH v3 1/1] Add notes for creating .abi-compliance-history. --- src/tools/RELEASE_CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/tools/RELEASE_CHANGES b/src/tools/RELEASE_CHANGES index c0d75c213be..a7c20855d54 100644 --- a/src/tools/RELEASE_CHANGES +++ b/src/tools/RELEASE_CHANGES @@ -61,6 +61,11 @@ in both master and the branch. * Ports o update ports list in doc/src/sgml/installation.sgml +* Create .abi-compliance-history file with initial entry shortly before the .0 + stamp. The easiest way to do this is to copy it from the previous + REL_*_STABLE branch, remove all entries, and follow the instructions in the + file to add the initial reference point for the major version. + Pre-Beta Tasks ============== -- 2.39.5 (Apple Git-154)