mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-10 14:00:22 +01:00
Add notes for snapshot 0.1.1
Increment LIBPIXMAN_VERSION to 0.1.1
This commit is contained in:
parent
3a29d7a531
commit
a8106bae11
3 changed files with 28 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
2004-04-16 Carl Worth <cworth@isi.edu>
|
||||
|
||||
* NEWS: Add notes for snapshot 0.1.1
|
||||
|
||||
* configure.in: Increment LIBPIXMAN_VERSION to 0.1.1
|
||||
|
||||
* src/ictrap.c (IcCreateAlphaPicture):
|
||||
* src/icrect.c (pixman_color_rects):
|
||||
* src/pixregion.c (pixman_region16_print, pixman_region16_valid):
|
||||
|
|
|
|||
23
pixman/NEWS
23
pixman/NEWS
|
|
@ -1 +1,24 @@
|
|||
Snapshot 0.1.1 (2004-04-16 Carl Worth <cworth@east.isi.edu>)
|
||||
============================================================
|
||||
Build fixes for cygwin
|
||||
----------------------
|
||||
This snapshot adds the -no-undefined flag during compilation which is
|
||||
necessart for building a shared library under cygwin.
|
||||
|
||||
Cleanup of the public API
|
||||
-------------------------
|
||||
We recently noticed that there were a coupld of bugs in the script
|
||||
that renamed libic to libpixman. Fixing this requires the following
|
||||
changes in the public API:
|
||||
|
||||
PIXMAN_FORMAT_AR_GB32 -> PIXMAN_FORMAT_ARGB32
|
||||
PIXMAN_FORMAT_RG_B24 -> PIXMAN_FORMAT_RGB24
|
||||
|
||||
While we're changing that, we also normalized the names of structure
|
||||
tags, for example:
|
||||
|
||||
struct _pixman_region16_t -> struct pixman_region16
|
||||
etc.
|
||||
|
||||
but users are expected to use typedefs such as pixman_region16_t
|
||||
anyway.
|
||||
|
|
|
|||
|
|
@ -6,7 +6,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.0
|
||||
LIBPIXMAN_VERSION=0.1.1
|
||||
|
||||
# libtool shared library version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue