summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-12-10 09:37:44 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-12-10 09:37:44 +0000
commit1927996b2272afd0a6f08b92bc1c991e6439d175 (patch)
tree0eebd0d536b521b06ac6dcd3d65aea12793ed2a0
parentf94ce3819474339e020a6df9b9d8035ce2e1a32d (diff)
downloadpango-1927996b2272afd0a6f08b92bc1c991e6439d175.tar.gz
Bump required glib version to 2.9.2 now that it's released. We are relying
2005-12-10 Behdad Esfahbod <behdad@gnome.org> * configure.in: Bump required glib version to 2.9.2 now that it's released. We are relying on the revised g_slice_free_chain api.
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b14d725..ac8562aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-12-10 Behdad Esfahbod <behdad@gnome.org>
+ * configure.in: Bump required glib version to 2.9.2 now that it's
+ released. We are relying on the revised g_slice_free_chain api.
+
+2005-12-10 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pangocairo-fcfont.c (pango_cairo_fc_font_get_glyph_extents):
Update on missing-box drawing change. Add (!glyph) to the conditional.
diff --git a/configure.in b/configure.in
index 80e2d30d..9c9ee83f 100644
--- a/configure.in
+++ b/configure.in
@@ -326,7 +326,7 @@ fi
#
# Checks for GLib
#
-GLIB_REQUIRED_VERSION=2.9.1
+GLIB_REQUIRED_VERSION=2.9.2
GLIB_MODULES="glib-2.0 >= $GLIB_REQUIRED_VERSION gobject-2.0 gmodule-no-export-2.0"
PKG_CHECK_MODULES(GLIB, $GLIB_MODULES, :,