[cairo-commit] cairo ChangeLog,1.1150,1.1151 ROADMAP,1.60,1.61

Carl Worth commit at pdx.freedesktop.org
Mon Nov 21 10:50:22 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:

2005-11-21  Carl Worth  <cworth at cworth.org>

        * ROADMAP: Add reminder to fix all memory leaks (as determined by
        the test suite) before release 1.2.0.

        * src/cairo-gstate.c: (_cairo_gstate_stroke),
        (_cairo_gstate_fill): Patch leak of patterns as noted in bug #5100
        (thanks to Richard Stellingwerff <remenic at gmail.com>).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -d -r1.1150 -r1.1151
--- ChangeLog	18 Nov 2005 17:15:43 -0000	1.1150
+++ ChangeLog	21 Nov 2005 18:50:20 -0000	1.1151
@@ -1,3 +1,12 @@
+2005-11-21  Carl Worth  <cworth at cworth.org>
+
+	* ROADMAP: Add reminder to fix all memory leaks (as determined by
+	the test suite) before release 1.2.0.
+
+	* src/cairo-gstate.c: (_cairo_gstate_stroke),
+	(_cairo_gstate_fill): Patch leak of patterns as noted in bug #5100
+	(thanks to Richard Stellingwerff <remenic at gmail.com>).
+
 2005-11-18  Carl Worth  <cworth at cworth.org>
 
 	* src/pixman-remap.h: Remove spurios INT_ prefixes which break the

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- ROADMAP	11 Nov 2005 00:25:18 -0000	1.60
+++ ROADMAP	21 Nov 2005 18:50:20 -0000	1.61
@@ -47,6 +47,10 @@
 
 	      e. cairo_mask
 
+ E. Fix memory leaks
+    ----------------
+     1. Ensure 'make check-valgrind' passes with no leaks
+
 cairo 1.2.0 desired features (targeted for 2005-11-15)
 If these aren't ready, they won't be in the release.
 [There are some bugs that need to be added here, and



More information about the cairo-commit mailing list