[RELEASING] Easier to see API diff than log

This commit is contained in:
Behdad Esfahbod 2008-08-11 01:48:10 -04:00
parent 6e4ed9ce84
commit 650a6a3276

View file

@ -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: