[cairo-commit] cairo BUGS,1.23,1.24 ChangeLog,1.305,1.306
Carl Worth
commit at pdx.freedesktop.org
Wed Jan 19 05:32:34 PST 2005
- Previous message: [cairo-commit] libpixman/src fbedge.c, NONE, 1.1 fbedgeimp.h, NONE,
1.1 fbtrap.c, NONE, 1.1 renderedge.c, NONE, 1.1 renderedge.h,
NONE, 1.1
- Next message: [cairo-commit] cairo ChangeLog,1.306,1.307
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv23052
Modified Files:
BUGS ChangeLog
Log Message:
* BUGS: Add bugs on cairo_surface_create_for_image, bad names for
cairo_font_set_transform and cairo_font_current_transform,
segfault on AMD64.
Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- BUGS 12 Jan 2005 22:40:14 -0000 1.23
+++ BUGS 19 Jan 2005 13:32:32 -0000 1.24
@@ -1,4 +1,18 @@
-The caches need to have some locking.
+cairo_surface_create_for_image is claiming ownership of the user's data.
+
+--
+
+cairo_font_set_transform should be renamed cairo_font_set_matrix
+cairo_font_current_transform should be renamed cairo_font_get_matrix
+
+--
+
+Alexis Georges reports a segfault on AMD64 with a simple program,
+(that works in a 32bit chroot).
+
+--
+
+The caches need to have some locking (see: [cairo] Static caches and thread-safety)
--
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- ChangeLog 17 Jan 2005 22:59:49 -0000 1.305
+++ ChangeLog 19 Jan 2005 13:32:32 -0000 1.306
@@ -1,3 +1,9 @@
+2005-01-19 Carl Worth <cworth at cworth.org>
+
+ * BUGS: Add bugs on cairo_surface_create_for_image, bad names for
+ cairo_font_set_transform and cairo_font_current_transform,
+ segfault on AMD64.
+
2005-01-17 Kristian Høgsberg <krh at redhat.com>
* src/cairo_pdf_surface.c (_cairo_pdf_document_get_font): Fix
@@ -42,6 +48,7 @@
* src/cairo_gstate.c: (_cairo_gstate_glyph_extents):
Was using the wrong extents variable.
+>>>>>>> 1.305
2005-01-13 David Reveman <c99drn at cs.umu.se>
* src/cairo_xcb_surface.c: Replace struct cairo_surface_backend with
- Previous message: [cairo-commit] libpixman/src fbedge.c, NONE, 1.1 fbedgeimp.h, NONE,
1.1 fbtrap.c, NONE, 1.1 renderedge.c, NONE, 1.1 renderedge.h,
NONE, 1.1
- Next message: [cairo-commit] cairo ChangeLog,1.306,1.307
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list