diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-10-02 18:14:17 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-10-02 18:14:17 +0000 |
commit | 7eb51a3da2c4bd3938fb1570ca5f7fe81b6d3746 (patch) | |
tree | 1c16a6f69a450ea2931e968562f6bfa9016bf2ce | |
parent | 7a9873c4730f15abbe7ec40cd834cae6225e9cbe (diff) | |
download | pango-7eb51a3da2c4bd3938fb1570ca5f7fe81b6d3746.tar.gz |
Bug 359046 – renderdemo.c unconditionally use GLib 2.12
2006-10-02 Behdad Esfahbod <behdad@gnome.org>
Bug 359046 – renderdemo.c unconditionally use GLib 2.12
* configure.in: Require glib 2.12, for Unicode 5.0 data files.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-10-02 Behdad Esfahbod <behdad@gnome.org> + Bug 359046 – renderdemo.c unconditionally use GLib 2.12 + * configure.in: Require glib 2.12, for Unicode 5.0 data files. 2006-09-25 Behdad Esfahbod <behdad@gnome.org> |