summaryrefslogtreecommitdiff
path: root/pixman
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-13 11:01:42 +0000
committerCarl Worth <cworth@cworth.org>2004-10-13 11:01:42 +0000
commit06788edb0af0b1c15823022747c58e5d595d9960 (patch)
treef61a8facb46ebf883acee03aa3cfd51420511a21 /pixman
parentd8b24a4ee035071db8b65c1fcc37ef467b70e2c7 (diff)
Add notes for snapshot 0.1.2
Increment version to 0.1.2
Diffstat (limited to 'pixman')
-rw-r--r--pixman/ChangeLog6
-rw-r--r--pixman/NEWS24
-rw-r--r--pixman/configure.in3
3 files changed, 31 insertions, 2 deletions
diff --git a/pixman/ChangeLog b/pixman/ChangeLog
index e9161905..402e47af 100644
--- a/pixman/ChangeLog
+++ b/pixman/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-13 Carl Worth <cworth@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@cs.umu.se>
* src/icformat.c (pixman_format_init): pixman_format_init expects
diff --git a/pixman/NEWS b/pixman/NEWS
index 55f8c087..9e6b99c5 100644
--- a/pixman/NEWS
+++ b/pixman/NEWS
@@ -1,3 +1,27 @@
+Snapshot 0.1.2 (2004-10-13 Carl Worth <cworth@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@east.isi.edu>)
============================================================
Build fixes for cygwin
diff --git a/pixman/configure.in b/pixman/configure.in
index 4a4c17a7..3248d3c0 100644
--- a/pixman/configure.in
+++ b/pixman/configure.in
@@ -5,8 +5,7 @@ AC_INIT(src/pixman.h)
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