diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index d5d523b478..69ea116219 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -695,3 +695,8 @@ 2012-04-12 Tom Hacohen (TAsn) * Textblock: Fixed compilation with liblinebreak disabled. + +2012-04-14 Carsten Haitzler (The Rasterman) + + * Fix color multiplier staying set when rendering map. + diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 356b585041..3e12ebfa6e 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS @@ -33,6 +33,10 @@ Fixes: * repeat events passing between layers withing the same object. * unitialized value when running generic loader. * rounding of update regions in scaled image objects. + * handling of layouts where weights have sub integer values. + * gl engine cliupping bug when rendering maps to fbo's. + * liblinebreak disabled compilation bug. + * color multiplier staying set when rendering map. Improvements: