X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=NEWS;h=9eb598d67b53b70a270ec9c3901c076c900607b5;hb=c5285a66dd15495df93d5709dd09d4977f428835;hp=5c2ccb373c41f31a29b71114e274eef94f7a12cd;hpb=47b4160062cdaa53b7d49d7f99ce2c686f02cff8;p=movit diff --git a/NEWS b/NEWS index 5c2ccb3..9eb598d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Movit 1.1.2, August 12th, 2014 + + - Performance bugfix: Fix texture freelist behavior so that it's + LRU instead of the exact opposite. Patch by Christophe Thommeret. + + - Performance bugfix: Correct the number of blur taps read in the + blur filter (it was reading about twice as many as it should). + Also found by Christophe Thommeret. + + Movit 1.1.1, April 12th, 2014 - Fix an issue that could cause assertion failure in ResourcePool