[cairo-commit] cairo ChangeLog,1.358,1.359 configure.in,1.80,1.81

Owen Taylor commit at pdx.freedesktop.org
Sat Feb 5 17:01:32 PST 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28171

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-02-05  Owen Taylor  <otaylor at redhat.com>

        * src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs):
        Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)

        * configure.in: Temporarily disable glitz by default.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -d -r1.358 -r1.359
--- ChangeLog	4 Feb 2005 16:04:36 -0000	1.358
+++ ChangeLog	6 Feb 2005 01:01:29 -0000	1.359
@@ -1,3 +1,10 @@
+2005-02-05  Owen Taylor  <otaylor at redhat.com>
+
+	* src/cairo_ft_font.c (_cairo_ft_font_text_to_glyphs): 
+	Don't free *glyphs when succeeding! (Reported by Øyvind Kolås)
+
+	* configure.in: Temporarily disable glitz by default.
+
 2005-02-04  Carl Worth  <cworth at cworth.org>
 
 	* src/Makefile.am: Generate an error during make install if old

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- configure.in	2 Feb 2005 05:45:51 -0000	1.80
+++ configure.in	6 Feb 2005 01:01:29 -0000	1.81
@@ -229,7 +229,7 @@
 
 AC_ARG_ENABLE(glitz,
   [  --disable-glitz         Disable cairo's glitz backend],
-  [use_glitz=$enableval], [use_glitz=yes])
+  [use_glitz=$enableval], [use_glitz=no])
 
 if test "x$use_glitz" = "xyes"; then
   PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [




More information about the cairo-commit mailing list