[cairo-commit] cairo ChangeLog,1.603,1.604 RELEASING,1.10,1.11
Carl Worth
commit at pdx.freedesktop.org
Tue May 17 09:13:04 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13242
Modified Files:
ChangeLog RELEASING
Log Message:
* util/cairo-api-update: Remove #ifdef munging since we once again
support either #if or #ifdef.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -d -r1.603 -r1.604
--- ChangeLog 17 May 2005 16:08:23 -0000 1.603
+++ ChangeLog 17 May 2005 16:13:02 -0000 1.604
@@ -1,5 +1,10 @@
2005-05-17 Carl Worth <cworth at cworth.org>
+ * util/cairo-api-update: Remove #ifdef munging since we once again
+ support either #if or #ifdef.
+
+2005-05-17 Carl Worth <cworth at cworth.org>
+
* RELEASING: Update instructions to match output of 'make
distcheck'
Index: RELEASING
===================================================================
RCS file: /cvs/cairo/cairo/RELEASING,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- RELEASING 17 May 2005 16:08:23 -0000 1.10
+++ RELEASING 17 May 2005 16:13:02 -0000 1.11
@@ -32,11 +32,14 @@
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
More information about the cairo-commit
mailing list