[cairo-commit] libpixman ChangeLog, 1.15, 1.16 NEWS, 1.1.1.1,
1.2 configure.in, 1.9, 1.10
Carl Worth
commit at pdx.freedesktop.org
Fri Apr 16 08:50:16 PDT 2004
Committed by: cworth
Update of /cvs/cairo/libpixman
In directory pdx:/tmp/cvs-serv23042
Modified Files:
ChangeLog NEWS configure.in
Log Message:
* NEWS: Add notes for snapshot 0.1.1
* configure.in: Increment LIBPIXMAN_VERSION to 0.1.1
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** a/ChangeLog 16 Apr 2004 15:32:53 -0000 1.15
--- b/ChangeLog 16 Apr 2004 15:50:11 -0000 1.16
***************
*** 1,4 ****
--- 1,8 ----
2004-04-16 Carl Worth <cworth at 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):
Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** a/NEWS 25 Feb 2003 16:05:26 -0000 1.1.1.1
--- b/NEWS 16 Apr 2004 15:50:11 -0000 1.2
***************
*** 1 ****
--- 1,24 ----
+ Snapshot 0.1.1 (2004-04-16 Carl Worth <cworth at 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.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** a/configure.in 12 Dec 2003 18:47:59 -0000 1.9
--- b/configure.in 16 Apr 2004 15:50:11 -0000 1.10
***************
*** 7,11 ****
# 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
# libtool shared library version
--- 7,11 ----
# 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
# libtool shared library version
More information about the cairo-commit
mailing list