summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f78aca..d87e0754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-07-07 Behdad Esfahbod <behdad@gnome.org>
+ Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c
+
+ * pango/pango-ot-private.h: Rename PANGO_OT_IS_RULESET is
+ PANGO_IS_OT_RULESET.
+
+ * pango/pango-ot-ruleset.c (pango_ot_ruleset_finalize),
+ (pango_ot_ruleset_new), (pango_ot_ruleset_add_feature),
+ (pango_ot_ruleset_substitute), (pango_ot_ruleset_position):
+ Use weak pointers to reference ruleset->info, to avoid circular
+ dependency.
+
+2006-07-07 Behdad Esfahbod <behdad@gnome.org>
+
* pango/pango-matrix.c: New file.
* pango/pango-utils.c: Move all pango_matrix_* stuff into a separate
file.