diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-14 11:40:12 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-12-14 16:39:55 +0000 |
commit | 2fa6b6353740b7941e90e50bf6b0eb5f06aa11b5 (patch) | |
tree | abeda684dc6ebb0c1a2e61a4388999f3339d2020 /RELEASING | |
parent | 1950abd14c28d58913c085d3829eb99a078cf2d1 (diff) |
[RELEASING] Correct a few minor typos.
As I was reading through the instructions, take the opportunity to fix a
few spelling mistakes.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ Here are the steps to follow to create a new cairo release: -1) Ensure that there are no local, uncommitted/unspushed +1) Ensure that there are no local, uncommitted/unpushed modifications. You're probably in a good state if both "git diff HEAD" and "git log master..origin/master" give no output. 2) Verify that the code passes "make distcheck" First, make sure you have 'nm' and 'readelf' commands in PATH. - this should be Ok with any Linux distro. + this should be OK with any Linux distro. Running "make distcheck" should result in no warnings or errors and end with a message of the form: @@ -43,7 +43,7 @@ Here are the steps to follow to create a new cairo release: 3) Fill out an entry in the NEWS file Sift through the logs since the last release. This is most - easily done with a comand such as: + easily done with a command such as: git log --stat X.Y.Z.. @@ -72,7 +72,7 @@ Here are the steps to follow to create a new cairo release: and reset cairo_version_micro to 0. NOTE: The minor version is only incremented for releases, not for snapshots. - Otherwise, (ie. there are only bug fixes), increment + Otherwise, (i.e. there are only bug fixes), increment cairo_version_micro to the next larger (even) number. 5) Commit the changes to NEWS and cairo-version.h @@ -124,7 +124,7 @@ Here are the steps to follow to create a new cairo release: using the text provided from "make release-publish", adding the excerpt from NEWS, your signature, followed by the standard "What is cairo" and "Where to get more information about cairo" blurbs from README, and - inally the shortlog of all changes since last release, generated by: + finally the shortlog of all changes since last release, generated by: git shortlog X.Y.Z... |