RELEASING: Add a few more steps that we've been somtimes forgetting

This commit is contained in:
Carl Worth 2006-05-04 23:33:44 -07:00
parent b948683917
commit cfdb9a1c53
2 changed files with 15 additions and 6 deletions

View file

@ -54,7 +54,7 @@ Here are the steps to follow to create a new cairo release:
Otherwise, (ie. there are only bug fixes), increment
cairo_version_micro to the next larger (even) number.
Adjust LT_CURRENT, LT_VERSION, and LT_AGE as describe in the
Adjust LT_CURRENT, LT_VERSION, and LT_AGE as described in the
comments in configure.in.
5) Commit the changes to NEWS and configure.in
@ -82,10 +82,19 @@ Here are the steps to follow to create a new cairo release:
If for some reason you lost this message, "make release-publish-message"
prints it for you.
7) Increment cairo_version_micro to the next larger (odd) number in
7) Push the newly created tag out to the central tree wih a command something like:
git push cairo refs/tags/X.Y.Z
8) Increment cairo_version_micro to the next larger (odd) number in
configure, and commit.
8) Send a message to cairo-announce@cairographics.org and CC
gnome-announce-list@gnome.org to announce the
new release using the text provided from "make release-publish".
9) Edit the cairo bugzilla product and add the new version numbers
10) Send a message to cairo-announce@cairographics.org and CC
gnome-announce-list@gnome.org to announce the new release using
the text provided from "make release-publish", adding the standard
"what is cairo?" blurb, and also tacking on the
11) Edit the cairo wiki to add the announcement to the NEWS page and
the front page.

View file

@ -76,7 +76,7 @@ We don't expect to release without these being complete.
Bug fixes (For each XXXX, see: https://bugs.freedesktop.org/show_bug.cgi?id=XXXX )
4630 Fonts too large when drawing to image surface while printing
4863 stroking problems with wide dashed lines
4863 stroking problems with wide dashed lines
FC_GLOBAL_ADVANCE (http://lists.freedesktop.org/archives/cairo/2005-August/004893.html)
✓4705 crash at XRenderAddGlyphs
cairo_{ps,pdf}_surface_set_dpi have no effect