diff --git a/pixman/ChangeLog b/pixman/ChangeLog index e9161905c..402e47afa 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,3 +1,9 @@ +2004-10-13 Carl Worth + + * NEWS: Add notes for snapshot 0.1.2 + + * configure.in: Increment version to 0.1.2 + 2004-09-12 David Reveman * src/icformat.c (pixman_format_init): pixman_format_init expects diff --git a/pixman/NEWS b/pixman/NEWS index 55f8c0876..9e6b99c5d 100644 --- a/pixman/NEWS +++ b/pixman/NEWS @@ -1,3 +1,27 @@ +Snapshot 0.1.2 (2004-10-13 Carl Worth ) +========================================================== +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 ) ============================================================ Build fixes for cygwin diff --git a/pixman/configure.in b/pixman/configure.in index 4a4c17a73..3248d3c0b 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