]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
release-checklist: Give a better reference for deprecation warnings
authorSimon McVittie <smcv@collabora.com>
Mon, 9 Dec 2024 17:06:06 +0000 (17:06 +0000)
committerSimon McVittie <smcv@collabora.com>
Mon, 9 Dec 2024 17:07:07 +0000 (17:07 +0000)
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 <smcv@collabora.com>
(cherry picked from commit f651834427a603e6ac81758e5a300dca3cbe077a)

maint/release-checklist.md

index c924738225e3cce7dd7ff0ec591069b849b0b06c..101be53c34a89c6a442e149b82b78e5a7ae1fb44 100644 (file)
@@ -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.