[cairo-commit] RELEASING
Bryce Harrington
bryce at kemper.freedesktop.org
Sat Jun 27 00:38:47 PDT 2015
RELEASING | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 31291611625c21bc9ec2827cf4ccc8a1f18392ed
Author: Bryce Harrington <bryce at osg.samsung.com>
Date: Sat Jun 27 00:34:05 2015 -0700
RELEASING: Add requirement to upload ChangeLogs
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=21676
diff --git a/RELEASING b/RELEASING
index 641ac1f..b857c59 100644
--- a/RELEASING
+++ b/RELEASING
@@ -61,6 +61,11 @@ Here are the steps to follow to create a new cairo release:
find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' ! -name 'cairo-*features*.h' | \
xargs git diff X.Y.Z.. --
+ Produce a complete ChangeLog with all changes, and a
+ ChangeLog.X.Y with just the delta since the last release.
+ Upload both these to the website, and include a link to them in
+ the NEWS announce.
+
4) Increment cairo_version_{minor|micro} in cairo-version.h:
If there are backward-incompatible changes in the API, stop
More information about the cairo-commit
mailing list