[cairo-commit] libpixman ChangeLog, 1.87, 1.88 NEWS, 1.8, 1.9 configure.in, 1.19, 1.20

Carl Worth commit at pdx.freedesktop.org
Thu Jul 28 14:41:39 PDT 2005


Committed by: cworth

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv28215

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for snapshot 0.1.6.

        * configure.in: Increment version to 0.1.6.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- ChangeLog	27 Jul 2005 21:11:58 -0000	1.87
+++ ChangeLog	28 Jul 2005 21:41:36 -0000	1.88
@@ -1,3 +1,9 @@
+2005-07-28  Carl Worth  <cworth at cworth.org>
+
+	* NEWS: Add notes for snapshot 0.1.6.
+	
+	* configure.in: Increment version to 0.1.6.
+
 2005-07-27  Owen Taylor  <otaylor at redhat.com>
 
 	* src/icint.h (FbGetStipPixels): Fix units for stride return

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- NEWS	18 May 2005 17:13:14 -0000	1.8
+++ NEWS	28 Jul 2005 21:41:36 -0000	1.9
@@ -1,3 +1,27 @@
+Snapshot 0.1.6 (2005-07-28 Carl Worth <cworth at cworth.org>)
+==========================================================
+Behavioral changes
+------------------
+Clips are changed to only affect destination operands, not
+sources. This gives the desired behavior for cairo. If the X server's
+Render implementation wants to use pixman it will have to select
+source clipping, (presumably through a new API call that we can add at
+that poin).
+
+Bug fixes
+---------
+Fix leak of the clip region associated with an image in
+pixman_image_destroy.
+
+Fix units for stride return to be FbStip-sized, (this bug was causing
+non antialiased text in cairo to appear as garbage).
+
+Other changes
+-------------
+The implementation has been merged considerably with xserver/fb. Most
+of the merge was just name changes, but there were likely some bug
+fixes or performance improvements in there as well.
+
 Snapshot 0.1.5 (2005-05-18 Carl Worth <cworth at cworth.org>)
 ==========================================================
 Bug fixes

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- configure.in	18 May 2005 17:23:48 -0000	1.19
+++ configure.in	28 Jul 2005 21:41:36 -0000	1.20
@@ -7,7 +7,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-LIBPIXMAN_VERSION=0.1.5-head
+LIBPIXMAN_VERSION=0.1.6
 
 # libtool shared library version
 




More information about the cairo-commit mailing list