From a8106bae111dddf240ceb071bfb686a8d3cac782 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2004 08:50:11 +0000 Subject: [PATCH] Add notes for snapshot 0.1.1 Increment LIBPIXMAN_VERSION to 0.1.1 --- pixman/ChangeLog | 4 ++++ pixman/NEWS | 23 +++++++++++++++++++++++ pixman/configure.in | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/pixman/ChangeLog b/pixman/ChangeLog index a62830127..66d7fbc0a 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,5 +1,9 @@ 2004-04-16 Carl Worth + * 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): diff --git a/pixman/NEWS b/pixman/NEWS index 8b1378917..55f8c0876 100644 --- a/pixman/NEWS +++ b/pixman/NEWS @@ -1 +1,24 @@ +Snapshot 0.1.1 (2004-04-16 Carl Worth ) +============================================================ +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. diff --git a/pixman/configure.in b/pixman/configure.in index 302a40d5a..ad312da44 100644 --- a/pixman/configure.in +++ b/pixman/configure.in @@ -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