[cairo-commit] cairo ChangeLog,1.772,1.773 ROADMAP,1.26,1.27

Carl Worth commit at pdx.freedesktop.org
Wed Jul 27 13:28:17 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

        * ROADMAP: Note that the XFAIL tests all need to be fixed before
        1.0.

        * test/.cvsignore:
        * test/Makefile.am:
        * test/text-antialias-gray-ref.png:
        * test/text-antialias-gray.c: (draw), (main):
        * test/text-antialias-none-ref.png:
        * test/text-antialias-none.c: (draw), (main):
        * test/text-antialias-subpixel.c: (draw), (main): Add three new
        tests for testing the various antialiasing options for text
        rendering.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.772
retrieving revision 1.773
diff -u -d -r1.772 -r1.773
--- ChangeLog	27 Jul 2005 16:23:29 -0000	1.772
+++ ChangeLog	27 Jul 2005 20:28:15 -0000	1.773
@@ -1,5 +1,20 @@
 2005-07-27  Carl Worth  <cworth at cworth.org>
 
+	* ROADMAP: Note that the XFAIL tests all need to be fixed before
+	1.0.
+	
+	* test/.cvsignore:
+	* test/Makefile.am:
+	* test/text-antialias-gray-ref.png:
+	* test/text-antialias-gray.c: (draw), (main):
+	* test/text-antialias-none-ref.png:
+	* test/text-antialias-none.c: (draw), (main):
+	* test/text-antialias-subpixel.c: (draw), (main): Add three new
+	tests for testing the various antialiasing options for text
+	rendering.
+
+2005-07-27  Carl Worth  <cworth at cworth.org>
+
 	* src/cairo-png.c: (cairo_image_surface_create_from_png_stream):
 	Fix typo that caused cairo_image_surface_create_from_png_stream to
 	segfault. Closes bug #3863 (thanks to Steve Chaplin).

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ROADMAP	22 Jul 2005 04:02:11 -0000	1.26
+++ ROADMAP	27 Jul 2005 20:28:15 -0000	1.27
@@ -48,6 +48,10 @@
  I5. Finish the workaround for Render's overlapping source/dest bug
 	(Copy the source as needed)
 
+ I6. Fix all expected failures (XFAIL) in the test suite. Either
+     there's a bug that needs to be fixed, or there are illegitimate
+     tests that should be removed.
+
 API additions (more detail in TODO file)
 ----------------------------------------
  A3. Add cairo_begin/end/get_group




More information about the cairo-commit mailing list