[cairo-commit] cairo ChangeLog,1.518,1.519

Kristian Hogsberg commit at pdx.freedesktop.org
Fri Apr 22 17:32:14 PDT 2005


Committed by: krh

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

Modified Files:
	ChangeLog 
Log Message:
2005-04-22  Kristian Høgsberg  <krh at redhat.com>

        * src/cairo-png.c (cairo_image_surface_create_for_png): Only check
        PNG signature if we read all the bytes.  Don't fclose() the FILE
        argument (Steve Chaplin <stevech1097 at yahoo.com.au>).

        Rename to cairo_image_surface_create_for_png() to
        cairo_image_surface_create_from_png() and change FILE arguments
        for this function and cairo_surface_write_png() to be a filename
        argument instead.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -d -r1.518 -r1.519
--- ChangeLog	21 Apr 2005 22:18:14 -0000	1.518
+++ ChangeLog	23 Apr 2005 00:32:12 -0000	1.519
@@ -1,3 +1,14 @@
+2005-04-22  Kristian Høgsberg  <krh at redhat.com>
+
+	* src/cairo-png.c (cairo_image_surface_create_for_png): Only check
+	PNG signature if we read all the bytes.  Don't fclose() the FILE
+	argument (Steve Chaplin <stevech1097 at yahoo.com.au>).
+
+	Rename to cairo_image_surface_create_for_png() to
+	cairo_image_surface_create_from_png() and change FILE arguments
+	for this function and cairo_surface_write_png() to be a filename
+	argument instead.
+
 2005-04-21  Kristian Høgsberg  <krh at redhat.com>
 
 	* src/cairo-surface.c (_cairo_surface_set_clip_region): Handle




More information about the cairo-commit mailing list