summaryrefslogtreecommitdiff
path: root/pixman
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-16 08:50:11 +0000
committerCarl Worth <cworth@cworth.org>2004-04-16 08:50:11 +0000
commita8106bae111dddf240ceb071bfb686a8d3cac782 (patch)
tree2a75d13e1645ccdf163731995b5fafdd56a65198 /pixman
parent3a29d7a5310b0e4bc76eb7a852a41d9b4634de31 (diff)
Add notes for snapshot 0.1.1
Increment LIBPIXMAN_VERSION to 0.1.1
Diffstat (limited to 'pixman')
-rw-r--r--pixman/ChangeLog4
-rw-r--r--pixman/NEWS23
-rw-r--r--pixman/configure.in2
3 files changed, 28 insertions, 1 deletions
diff --git a/pixman/ChangeLog b/pixman/ChangeLog
index a6283012..66d7fbc0 100644
--- a/pixman/ChangeLog
+++ b/pixman/ChangeLog
@@ -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):
diff --git a/pixman/NEWS b/pixman/NEWS
index 8b137891..55f8c087 100644
--- a/pixman/NEWS
+++ b/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.
diff --git a/pixman/configure.in b/pixman/configure.in
index 302a40d5..ad312da4 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