From d3ce2c4bbba38e1b11fa20e32c367b36129ff36a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 19 Feb 2011 15:55:04 +0000 Subject: [PATCH] changelog for todays fixes SVN revision: 57164 --- legacy/evas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 771c67f4c8..f85b45b36f 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -105,3 +105,8 @@ * Started showing the unicode replacement character instead of missing glyphs. +2011-02-20 Carsten Haitzler (The Rasterman) + + * Fix bug in font string parsing that can result in a crash if a + font element is long enough. + * Fiix convert rgba8888 -> a8 bug so it wont crash.