diff options
author | Carl Worth <cworth@cworth.org> | 2004-10-27 09:43:22 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-10-27 09:43:22 +0000 |
commit | 944b1721e1910bc4d8caa97ae946b769f9ad2d8a (patch) | |
tree | 19a6218f46ccf81ab8ae361c8cac11a5ac2bfb3c | |
parent | ed1ad714174abd3354d2dc3991b596d83f6330bf (diff) |
Suggest "cvs -q update -Ad" as an alternative to checkout.SNAPSHOT_0_1_2
-rw-r--r-- | pixman/ChangeLog | 1 | ||||
-rw-r--r-- | pixman/RELEASING | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/pixman/ChangeLog b/pixman/ChangeLog index f4459855b..59a6e49da 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -5,6 +5,7 @@ * RELEASING: Update release instructions to include new release-publish target. + Suggest "cvs -q update -Ad" as an alternative to checkout. * Makefile.am (release-publish): Add release-check and release-publish targets to simplify the release process. diff --git a/pixman/RELEASING b/pixman/RELEASING index cb9d41605..a45ad48ca 100644 --- a/pixman/RELEASING +++ b/pixman/RELEASING @@ -10,6 +10,9 @@ fixes are committed. Here are the steps to follow: cvs -d cairographics.org:/cvs/cairo co libpixman + But it's probably good enough if "cvs -q update -Ad" generates no + output. + 2) Verify that the code passes "make distcheck" Running "make distcheck" should result in no warnings or |