[cairo-commit] cairo ChangeLog,1.606,1.607
Carl Worth
commit at pdx.freedesktop.org
Tue May 17 12:40:57 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv1810
Modified Files:
ChangeLog
Log Message:
Two fixes from Kristion Høgsberg:
* src/cairo-output-stream.c: (_cairo_output_stream_create),
(_cairo_output_stream_destroy),
(_cairo_output_stream_create_for_file): Fix to close the file if
we opened it.
* src/cairo-pdf-surface.c: (_cairo_pdf_document_finish): Grab the
status from out of the stream _before_ we destroy the stream.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -d -r1.606 -r1.607
--- ChangeLog 17 May 2005 19:21:56 -0000 1.606
+++ ChangeLog 17 May 2005 19:40:55 -0000 1.607
@@ -1,3 +1,15 @@
+2005-05-17 Carl Worth <cworth at cworth.org>
+
+ Two fixes from Kristion Høgsberg:
+
+ * src/cairo-output-stream.c: (_cairo_output_stream_create),
+ (_cairo_output_stream_destroy),
+ (_cairo_output_stream_create_for_file): Fix to close the file if
+ we opened it.
+
+ * src/cairo-pdf-surface.c: (_cairo_pdf_document_finish): Grab the
+ status from out of the stream _before_ we destroy the stream.
+
2005-05-17 Keith Packard <keithp at keithp.com>
* src/cairo-xlib-surface.c: (_get_image_surface):
More information about the cairo-commit
mailing list