commit 009ef189885fc8aca305372ead467fa05afe3747 Author: Matthias Clasen Date: Mon Sep 2 14:55:57 2013 -0400 1.35.3 NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) commit e8d1c3f32b38cbd4e39d389ba103af33302bf01a Author: Jehan Date: Sat Aug 31 03:02:41 2013 +1200 Bug 707131 - getting rid of the arbitrary MAX_SIZE for font. Since the value is stored as an int, no reason to use any other value than INT_MAX. pango/pango-markup.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) commit 14b0697a59f51dd017038ca2bb79ba2c2f4034df Author: Behdad Esfahbod Date: Fri Aug 30 14:14:22 2013 -0400 Bug 703995 - Compiler warnings about strict aliasing Patch from Akira TAGOH. pango/pango-context.c | 4 ++-- pango/pango-engine.c | 4 ++-- pango/pango-utils.c | 12 ++++++------ pango/pangocairo-fcfont.c | 4 ++-- pango/pangofc-fontmap.c | 4 ++-- pango/pangoft2-fontmap.c | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-)