[cairo-commit] 3 commits - cairo-version.h NEWS test/Makefile.am

Carl Worth cworth at kemper.freedesktop.org
Thu Sep 18 12:13:22 PDT 2008


 NEWS             |    2 +-
 cairo-version.h  |    2 +-
 test/Makefile.am |    1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit cf80c78f0cc14c5c07950dd0d0120954a446ab56
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Sep 18 12:12:42 2008 -0700

    Correct NEWS mention to talk about fontconfig setting not Xsetting.
    
    Thanks to Behdad for helping me get the terminology right.

diff --git a/NEWS b/NEWS
index 2645565..12eb708 100644
--- a/NEWS
+++ b/NEWS
@@ -34,7 +34,7 @@ series:
 	specific to the freetype font backend to be in the general
 	API. A similar API with a cairo_ft prefix might be introduced
 	in the future. Note that cairo will still respect the
-	corresponding Xsettting for these options.
+	corresponding fontconfig settings for these options.
 
 * Replace cairo_has_show_glyphs
      with cairo_surface_has_show_glyphs
commit 7fa5e0eb3af005521da5e6bb43a92fadd392a867
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Sep 18 12:11:55 2008 -0700

    Add user-font-rescale-ps-ref.png to REFERENCE_IMAGES.
    
    As caught by make distcheck.

diff --git a/test/Makefile.am b/test/Makefile.am
index eaaf117..72aa9e0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -740,6 +740,7 @@ REFERENCE_IMAGES = \
 	user-font-proxy-ps-ref.png	\
 	user-font-proxy-svg-ref.png	\
 	user-font-rescale-ref.png	\
+	user-font-rescale-ps-ref.png	\
 	unbounded-operator-quartz-ref.png	\
 	unbounded-operator-quartz-rgb24-ref.png	\
 	xlib-expose-event-ref.png \
commit f39c5b40c79b139f1efcfdf393e15e2aaedc5e36
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Sep 18 11:58:22 2008 -0700

    Increase cairo version to 1.7.6.
    
    We're finally going to get this overdue snapshot out.

diff --git a/cairo-version.h b/cairo-version.h
index bfe4958..82cdf91 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 7
-#define CAIRO_VERSION_MICRO 5
+#define CAIRO_VERSION_MICRO 6
 
 #endif


More information about the cairo-commit mailing list