[cairo-commit] cairo ChangeLog,1.771,1.772
Carl Worth
commit at pdx.freedesktop.org
Wed Jul 27 09:23:31 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv11477
Modified Files:
ChangeLog
Log Message:
* 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).
* test/.cvsignore:
* test/Makefile.am:
* test/create-from-png-stream-ref.png:
* test/create-from-png-stream.c:
* test/create-from-png.c: Add a test to actually call
cairo_image_surface_create_from_png_stream.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.771
retrieving revision 1.772
diff -u -d -r1.771 -r1.772
--- ChangeLog 27 Jul 2005 13:45:37 -0000 1.771
+++ ChangeLog 27 Jul 2005 16:23:29 -0000 1.772
@@ -1,3 +1,16 @@
+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).
+
+ * test/.cvsignore:
+ * test/Makefile.am:
+ * test/create-from-png-stream-ref.png:
+ * test/create-from-png-stream.c:
+ * test/create-from-png.c: Add a test to actually call
+ cairo_image_surface_create_from_png_stream.
+
2005-07-27 Owen Taylor <otaylor at redhat.com>
* src/cairo-xlib-surface.c (_xlib_glyphset_cache_create_entry): Deal
More information about the cairo-commit
mailing list