summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-07-26 18:33:27 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-07-26 18:33:27 +0000
commit53c8ab88ac475f162e94d9be79c1c66c3e99fc51 (patch)
tree6a4be72b0fd4a6aa597320393c7049e97600a297 /ChangeLog.pre-1-10
parent1e2a822b0ab4ca453f49f5496ddb3f504a49e2a8 (diff)
downloadpango-53c8ab88ac475f162e94d9be79c1c66c3e99fc51.tar.gz
Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod,
2005-07-26 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups with lookup index out of range. (Patch from Behdad Esfahbod, #171170)
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1010
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 13338621..af161bf8 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,8 @@
+2005-07-26 Owen Taylor <otaylor@redhat.com>
+
+ * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups
+ with lookup index out of range. (Patch from Behdad Esfahbod, #171170)
+
2005-07-26 Owen Taylor <otaylor@redhat.com>
* pango/pangocairo-fontmap.c (pango_cairo_context_get_font_options):
@@ -52,6 +57,11 @@
2005-07-26 Behdad Esfahbod <pango@behdad.org>
+ * pango/opentype/ftxgsub.c, pango/opentype/ftxgpos.c: Skip lookups
+ with lookup index out of range. (#171170)
+
+2005-07-26 Behdad Esfahbod <pango@behdad.org>
+
* examples/cairoview.c, examples/pangoft2topgm.c,
examples/renderdemo.c, examples/renderdemo.h: Fixed a couple of leaks
and freed memory after use.