From 650a6a32762576063069d9c87dd23d9d0f30ea09 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 11 Aug 2008 01:48:10 -0400 Subject: [RELEASING] Easier to see API diff than log --- RELEASING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3