[cairo-commit] libpixman ChangeLog, 1.22, 1.23 NEWS, 1.2, 1.3 configure.in, 1.11, 1.12

Carl Worth commit at pdx.freedesktop.org
Wed Oct 13 11:01:44 PDT 2004


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for snapshot 0.1.2

        * configure.in: Increment version to 0.1.2


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- ChangeLog	12 Sep 2004 13:06:50 -0000	1.22
+++ ChangeLog	13 Oct 2004 18:01:42 -0000	1.23
@@ -1,3 +1,9 @@
+2004-10-13  Carl Worth  <cworth at chootrain.carl.worth>
+
+	* NEWS: Add notes for snapshot 0.1.2
+
+	* configure.in: Increment version to 0.1.2
+
 2004-09-12  David Reveman  <c99drn at cs.umu.se>
 
 	* src/icformat.c (pixman_format_init): pixman_format_init expects

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NEWS	16 Apr 2004 15:50:11 -0000	1.2
+++ NEWS	13 Oct 2004 18:01:42 -0000	1.3
@@ -1,3 +1,27 @@
+Snapshot 0.1.2 (2004-10-13 Carl Worth <cworth at cworth.org>)
+==========================================================
+New functionality
+-----------------
+Added three new functions:
+
+	pixman_image_set_component_alpha
+	pixman_format_get_masks
+	pixman_image_get_format
+
+The first enables component-alpha compositing which can be used for
+optimizing sub-pixel rendering of text and other geometry. This is
+useful when the geometrical relationship of the sub-pixel components
+of the display device are known, (eg. with flat-panel monitors rather
+than CRTs).
+
+The other two functions are simple query functions that were missing.
+
+Bug fixes
+---------
+Enabling transform and repeat together now works.
+Endian-ness fixes.
+Memory mismanagement fixes.
+
 Snapshot 0.1.1 (2004-04-16 Carl Worth <cworth at east.isi.edu>)
 ============================================================
 Build fixes for cygwin

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- configure.in	12 Sep 2004 02:33:23 -0000	1.11
+++ configure.in	13 Oct 2004 18:01:42 -0000	1.12
@@ -5,8 +5,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-# This must be manually synchronized with the version in src/pixman.h
-LIBPIXMAN_VERSION=0.1.1
+LIBPIXMAN_VERSION=0.1.2
 
 # libtool shared library version
 




More information about the cairo-commit mailing list