summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-27 13:13:39 +0000
committerCarl Worth <cworth@cworth.org>2004-10-27 13:13:39 +0000
commitd18aad05f33b903ec2ce2d5b5159ea1193af819c (patch)
tree483c83acb7b30b28945a704b5b1517363b384ac4 /RELEASING
parent377983fdf320cf98061fed9cec1870712855871a (diff)
Increment CAIRO_VERSION to 0.2.0.
Add notes for snapshot 0.2.0.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index 5a7ee9d8..8cc5f021 100644
--- a/RELEASING
+++ b/RELEASING
@@ -31,7 +31,11 @@ fixes are committed. Here are the steps to follow:
snapshot. Summarize major changes briefly in a style similar
to other entries in NEWS. Take special care to note any
incompatible changes in the API. These should be easy to find
- by looking for cairo.h in the ChangeLog.
+ by looking for cairo.h in the ChangeLog. Additionally, the
+ output following command should be examined using the previous
+ snapshot tag:
+
+ cvs diff -r SNAPSHOT_X_Y_Z src/cairo.h
4) Increment CAIRO_VERSION in configure.in