summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-16 08:56:45 +0000
committerCarl Worth <cworth@cworth.org>2004-04-16 08:56:45 +0000
commiteff1670123efce23f09d8015a9db00a9b7ae98a5 (patch)
tree80918ec583de49cc7b179ea98f378d4d8ebda545
parentb0f8dcdc83d3487a5016d813a4ee3284784b78c1 (diff)
Added notes for snapshot 0.1.22.
Now depends on libpixman 0.1.1. Bump version to 0.1.22.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
-rw-r--r--configure.in4
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca40fbe0e..00a3f762c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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_*.
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 <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
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.