summaryrefslogtreecommitdiff
path: root/RELEASING
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:48:10 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-11 01:48:10 -0400
commit650a6a32762576063069d9c87dd23d9d0f30ea09 (patch)
treed8edc315a8b810a949da07ee9a78ea2dd9b89758 /RELEASING
parent6e4ed9ce84ba98be3050e5a6b0da2c65cfdc75fc (diff)
[RELEASING] Easier to see API diff than log
Diffstat (limited to 'RELEASING')
-rw-r--r--RELEASING2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index 9f9f3d79..e0b6bd34 100644
--- a/RELEASING
+++ b/RELEASING
@@ -42,7 +42,7 @@ Here are the steps to follow to create a new cairo release:
public header file since the given version:
find src/ -name '*.h' ! -name '*-private.h' ! -name 'cairoint.h' | \
- xargs git log -p X.Y.Z.. --
+ xargs git diff X.Y.Z.. --
4) Increment cairo_version_{minor|micro} and LT_{CURRENT|VERSION|AGE}
in configure.in: