From: Simon McVittie Date: Mon, 9 Dec 2024 17:06:06 +0000 (+0000) Subject: release-checklist: Give a better reference for deprecation warnings X-Git-Tag: dbus-1.15.92~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7f88f8a98d140f42c1e3a41f84d986e271a3e0;p=thirdparty%2Fdbus.git release-checklist: Give a better reference for deprecation warnings Commit 4ebb275ab7 disabled deprecation warnings in the Autotools build system, which we no longer have. Future stable-branches will want to disable deprecation warnings in Meson instead. Signed-off-by: Simon McVittie (cherry picked from commit f651834427a603e6ac81758e5a300dca3cbe077a) --- diff --git a/maint/release-checklist.md b/maint/release-checklist.md index c92473822..101be53c3 100644 --- a/maint/release-checklist.md +++ b/maint/release-checklist.md @@ -70,7 +70,7 @@ changes on a stable branch should be limited to significant bug fixes. Because we won't make minor changes like keeping up with the latest deprecations on a stable branch, stable branches should turn off the -gcc warning for deprecated declarations (e.g. see commit 4ebb275ab7). +gcc warning for deprecated declarations (e.g. see commit 76a68867). Be extra-careful not to merge master (or any branch based on master) into a stable branch.