summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2005-08-12 21:35:31 +0000
committerBehdad Esfahbod <behdad@behdad.org>2005-08-12 21:35:31 +0000
commit21dff93be5fd8fff1e4de96afaf8ff12cb7a850a (patch)
tree103c2069122da3c2922b11e192c5a94853ef228c /RELEASING
parent027157feb6a3761eca1edb4eb547ca07081c33e2 (diff)
Check that the micro component of the version number is even.
Fixed the pattern to find all public header files.
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING6
1 files changed, 2 insertions, 4 deletions
diff --git a/RELEASING b/RELEASING
index abb7e39fb..d2904f523 100644
--- a/RELEASING
+++ b/RELEASING
@@ -36,10 +36,8 @@ fixes are committed. Here are the steps to follow:
output of the following command should be examined using the
previous release tag:
- cvs diff -r RELEASE_X_Y_Z src/*.h
-
- [Hmm, it would be nice to have a pattern for that command that
- would exclude private header files.]
+ find src/ -name '*.h' -not -name '*-private.h' -not -name 'cairoint.h' | \
+ xargs cvs diff -r RELEASE_X_Y_Z
4) Increment cairo_version_{minor|micro} in configure.in: