mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 04:38:04 +02:00
Add notes for snapshot 0.1.2
Increment version to 0.1.2
This commit is contained in:
parent
d8b24a4ee0
commit
06788edb0a
3 changed files with 31 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
24
pixman/NEWS
24
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue