[cairo-commit] cairo ChangeLog,1.1080,1.1081 NEWS,1.27,1.28

Carl Worth commit at pdx.freedesktop.org
Mon Oct 3 17:49:28 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS 
Log Message:

2005-10-03  Carl Worth  <cworth at cworth.org>

        * NEWS: Add notes for the 1.0.2 release.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1080
retrieving revision 1.1081
diff -u -d -r1.1080 -r1.1081
--- ChangeLog	30 Sep 2005 15:31:36 -0000	1.1080
+++ ChangeLog	4 Oct 2005 00:49:25 -0000	1.1081
@@ -1,3 +1,7 @@
+2005-10-03  Carl Worth  <cworth at cworth.org>
+
+	* NEWS: Add notes for the 1.0.2 release.
+
 2005-09-30  Anders Carlsson  <andersca at imendio.com>
 
         * src/cairo-atsui-font.c:

Index: NEWS
===================================================================
RCS file: /cvs/cairo/cairo/NEWS,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- NEWS	24 Aug 2005 16:26:28 -0000	1.27
+++ NEWS	4 Oct 2005 00:49:26 -0000	1.28
@@ -1,3 +1,85 @@
+Release 1.0.2 (2005-10-03 Carl Worth <cworth at cworth.org>)
+=========================================================
+For each bug number XXXX below, see:
+
+	https://bugs.freedesktop.org/show_bug.cgi?id=XXXX
+
+for more details.
+
+General bug fixes
+-----------------
+ * 4408 - Add support for dashing of stroked curves
+	  (Carl Worth)
+
+ * 4409 - Fix dashing so that each dash is capped on both ends
+	  (Carl Worth)
+
+ * 4414 - Prevent SIGILL failures (proper use of -mmmx and -msse flags)
+	  (Sebastien Bacher, Billy Biggs)
+
+ * 4299 - Fix crashes with text display in multi-threaded program
+	  (Alexey Shabalin, Carl Worth)
+
+ * 4401 - Do not use sincos function since it is buggy on some platforms)
+	  (Tim Mooney, Carl Worth)
+
+ * 4245 - Fix several bugs in the test suite exposed by amd64 systems
+	  (Seemant Kulleen, Carl Worth)
+
+ * 4321 - Add missing byteswapping on GetImage/PutImage
+	  (Sjoerd Simons, Owen Taylor)
+
+ * 4220 - Make the check for rectangular trapezoids simpler and more accurate
+	  (Richard Stellingwerff, Owen Taylor)
+
+ * 4260 - Add missing channel-order swapping for antialised fonts
+	  (Barbie LeVile, Owen Taylor)
+
+ * 4283 - Fix compilation failure with aggressive inlining (gcc -O3)
+	  (Marco Manfredini, Owen Taylor)
+
+ * 4208 - Fix some warnings from sparse
+	  (Kjartan Maraas, Billy Biggs)
+
+ * 4269 - Fix to not crash when compiled with -fomit-frame-pointer
+	  (Ronald Wahl, Owen Taylor)
+
+ * 4263 - Improve performance for vertical gradients
+	  (Richard Stellingwerff, Owen Taylor)
+
+ * 4231
+ * 4298 - Accomodate gentoo and Mandriva versions in X server vendor string check
+	  (Billy Biggs, Frederic Crozat, Owen Taylor)
+
+win32-specific fixes
+--------------------
+ * 4599 - Fix "missing wedges" on some stroked paths (win32)
+	  (Tim Rowley, Jonathan Watt, Bertram Felgenhauer, Carl Worth, Keith Packard)
+
+ * 4612 - Fix disappearing text if first character out of surface (win32)
+	  (Tim Rowley)
+
+ * 4602 - Fix shutdown of cairo from failing intermediate, size-0 bitmaps (win32)
+	  Aka. the "white rectangles" bug from mozilla-svg testing
+	  (Tim Rowley)
+
+ * Various portability improvements for win32
+	  (Hans Breuer, Owen Taylor, Carl Worth)
+
+ * 4593 - Fix font sizes to match user expectations (win32)
+	  (Tor Lillqvist, Owen Taylor)
+
+ * 3927 - Fix to report metrics of size 0 for glyph-not-available (win32)
+	  (Hans Breuer, Owen Taylor, Tor Lillqvist)
+
+ * Add locking primitives for win32
+	  (Hans Breuer)
+
+xlib-specific fixes
+-------------------
+ * Fix crash from size-0 pixmap due to empty clip region (xlib)
+	  (Radek Doulík, Carl Worth)
+
 Release 1.0.0 (2005-08-24 Carl Worth <cworth at cworth.org>)
 =========================================================
 Experimental backends



More information about the cairo-commit mailing list