diff options
author | Carl Worth <cworth@cworth.org> | 2005-05-17 09:13:02 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-05-17 09:13:02 +0000 |
commit | 5cc39a708c623cbe6a8c5efdad538778b2fbadd7 (patch) | |
tree | 87516e7872251b7621f8e038cca4e8ee211d4a36 /RELEASING | |
parent | ec84ace5a6830778d29d36f9fc87361e8545f57b (diff) |
Remove #ifdef munging since we once again support either #if or #ifdef.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -32,11 +32,14 @@ fixes are committed. Here are the steps to follow: snapshot. Summarize major changes briefly in a style similar to other entries in NEWS. Take special care to note any incompatible changes in the API. These should be easy to find - by looking for cairo.h in the ChangeLog. Additionally, the + by looking for cairo*.h in the ChangeLog. Additionally, the output of the following command should be examined using the previous snapshot tag: - cvs diff -r SNAPSHOT_X_Y_Z src/cairo.h + cvs diff -r SNAPSHOT_X_Y_Z src/*.h + + [Hmm, it would be nice to have a pattern for that command that + would exclude private header files.] 4) Increment CAIRO_VERSION in configure.in |