diff --git a/ChangeLog b/ChangeLog index ca40fbe0e..00a3f762c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-04-16 Carl Worth + * 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_*. diff --git a/NEWS b/NEWS index cbb119003..4ca426f65 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Snapshot 0.1.22 (2004-04-16 Carl Worth ) +======================================================== +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 ) ============================================================= New OpenGL backend diff --git a/configure.in b/configure.in index 09e6a9771..674981551 100644 --- a/configure.in +++ b/configure.in @@ -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.