summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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, :,