[cairo-commit] 3 commits - configure.in test/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Tue Oct 30 22:50:02 PDT 2007


 configure.in     |    8 ++++----
 test/Makefile.am |    4 ++++
 2 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit 04793175ace1312ac88570407ee28db4dde9a93c
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Oct 30 22:49:10 2007 -0700

    Increment cairo version to 1.5.3 after the 1.5.2 snapshot

diff --git a/configure.in b/configure.in
index caa5570..f85e33c 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
 dnl			  even => tar-file snapshot or release
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 5)
-m4_define(cairo_version_micro, 2)
+m4_define(cairo_version_micro, 3)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
commit ee5dc04aaf81d6ce9c496c7966ceebfbd6ab12fb
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Oct 30 22:33:24 2007 -0700

    Add missing images to REFERENCE_IMAGES list
    
    Otherwise, these don't get included in the generated tar file
    and the test suite doesn't pass when run from that tar file,
    (like 'make distcheck' tests).

diff --git a/test/Makefile.am b/test/Makefile.am
index 3e207e8..bf10ba9 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -260,6 +260,8 @@ REFERENCE_IMAGES = \
 	dash-zero-length-ps-argb32-ref.png	\
 	dash-zero-length-ref.png	\
 	dash-zero-length-rgb24-ref.png	\
+	degenerate-pen-ref.png		\
+	degenerate-pen-ps-argb32-ref.png	\
 	degenerate-path-ps-argb32-ref.png	\
 	degenerate-path-ref.png	\
 	degenerate-path-rgb24-ref.png	\
@@ -328,6 +330,8 @@ REFERENCE_IMAGES = \
 	mask-surface-ctm-rgb24-ref.png	\
 	mask-surface-ctm-svg-argb32-ref.png	\
 	mask-svg-argb32-ref.png	\
+	meta-surface-pattern-ref.png		\
+	meta-surface-pattern-rgb24-ref.png	\
 	move-to-show-surface-ref.png	\
 	new-sub-path-ps-argb32-ref.png	\
 	new-sub-path-quartz-ref.png	\
commit 194029b63afa24eff8264f10a1c5a79d90e7fdd9
Author: Carl Worth <cworth at cworth.org>
Date:   Tue Oct 30 22:15:55 2007 -0700

    Increment cairo version to 1.5.2 and libtool versioning to 14:0:12

diff --git a/configure.in b/configure.in
index 08d8e49..caa5570 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
 dnl			  even => tar-file snapshot or release
 m4_define(cairo_version_major, 1)
 m4_define(cairo_version_minor, 5)
-m4_define(cairo_version_micro, 1)
+m4_define(cairo_version_micro, 2)
 
 AC_INIT([cairo],
       cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -24,16 +24,16 @@ dnl ===========================================================================
 # libtool shared library version
 
 # Increment if the interface has additions, changes, removals.
-LT_CURRENT=13
+LT_CURRENT=14
 
 # Increment any time the source changes; set to
 # 0 if you increment CURRENT
-LT_REVISION=5
+LT_REVISION=0
 
 # Increment if any interfaces have been added; set to 0
 # if any interfaces have been removed. removal has
 # precedence over adding, so set to 0 if both happened.
-LT_AGE=11
+LT_AGE=12
 
 dnl ===========================================================================
 


More information about the cairo-commit mailing list