Added notes for snapshot 0.1.22.

Now depends on libpixman 0.1.1. Bump version to 0.1.22.
This commit is contained in:
Carl Worth 2004-04-16 08:56:45 +00:00
parent b0f8dcdc83
commit eff1670123
3 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,10 @@
2004-04-16 Carl Worth <cworth@isi.edu>
* NEWS: Added notes for snapshot 0.1.22.
* configure.in: Now depends on libpixman 0.1.1.
Bump version to 0.1.22.
* src/cairo_image_surface.c (_create_pixman_format): Track pixman
fixes to PIXMAN_FORMAT_NAME_*.

5
NEWS
View file

@ -1,3 +1,8 @@
Snapshot 0.1.22 (2004-04-16 Carl Worth <cworth@isi.edu>)
========================================================
Cairo was updated to track the changes in libpixman, and now depends
on libpixman version 0.1.1.
Snapshot 0.1.21 (2004-04-09 David Reveman <c99drn@cs.umu.se>)
=============================================================
New OpenGL backend

View file

@ -3,7 +3,7 @@ AC_INIT(src/cairo.h)
dnl ===========================================================================
# Package version number, (as distinct from shared library version)
CAIRO_VERSION=0.1.21
CAIRO_VERSION=0.1.22
# libtool shared library version
@ -162,7 +162,7 @@ AC_SUBST(GL_REQUIRES)
dnl ===========================================================================
PKG_CHECK_MODULES(FONTCONFIG, fontconfig)
PKG_CHECK_MODULES(CAIRO, libpixman >= 0.1.0)
PKG_CHECK_MODULES(CAIRO, libpixman >= 0.1.1)
# Test for freetype2 separate from pkg-config since at least up to
# 2003-06-07, there was no freetype2.pc in the release.