summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 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.