[cairo-commit] libpixman ChangeLog, 1.68, 1.69 NEWS, 1.7, 1.8 configure.in, 1.17, 1.18

Carl Worth commit at pdx.freedesktop.org
Wed May 18 10:13:17 PDT 2005


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for snapshot 0.1.5.

        * configure.in: Increment version to 0.1.5.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- ChangeLog	18 May 2005 16:27:24 -0000	1.68
+++ ChangeLog	18 May 2005 17:13:14 -0000	1.69
@@ -1,5 +1,11 @@
 2005-05-18  Carl Worth  <cworth at cworth.org>
 
+	* NEWS: Add notes for snapshot 0.1.5.
+
+	* configure.in: Increment version to 0.1.5.
+
+2005-05-18  Carl Worth  <cworth at cworth.org>
+
 	* src/icimage.c (pixman_image_destroy): Clear pointers to NULL
 	after destroying/freeing them.
 

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- NEWS	7 Mar 2005 20:16:33 -0000	1.7
+++ NEWS	18 May 2005 17:13:14 -0000	1.8
@@ -1,3 +1,21 @@
+Snapshot 0.1.5 (2005-05-18 Carl Worth <cworth at cworth.org>)
+==========================================================
+Bug fixes
+---------
+Fix confusion of depth and bpp which was causing cairo to crash on
+some X servers.
+
+Properly declare pixman_fixed16_16_t as int32_t which fixes
+compilation failures on some platforms.
+
+Fix to find inttypes.h on AIX.
+
+Fix bug in compositing when the source image has no alpha channel.
+
+Some fixes to the clipping code.
+
+Fix memory leak when asked to draw a degenerate trapezoid list.
+
 Snapshot 0.1.4 (2005-03-07 Carl Worth <cworth at cworth.org>)
 ==========================================================
 API Addition

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- configure.in	7 Mar 2005 21:50:30 -0000	1.17
+++ configure.in	18 May 2005 17:13:14 -0000	1.18
@@ -7,7 +7,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-LIBPIXMAN_VERSION=0.1.4-head
+LIBPIXMAN_VERSION=0.1.5
 
 # libtool shared library version
 




More information about the cairo-commit mailing list