From: Steinar H. Gunderson Date: Sun, 29 Mar 2015 00:06:58 +0000 (+0100) Subject: Release Movit 1.1.3. X-Git-Tag: 1.1.3 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=b757b4f1ca57c6dcabfe4ad696a2b887544d1a71 Release Movit 1.1.3. --- diff --git a/Makefile.in b/Makefile.in index 21f415a..5cb7fa9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,8 +6,8 @@ GTEST_DIR ?= /usr/src/gtest # strive towards having a rock-stable ABI, but at least the soversion will increase # whenever it breaks, so that you will not have silent failures, and distribution package # management can run its course. -movit_ltversion = 2:2:0 -movit_version = 1.1.2 +movit_ltversion = 2:3:0 +movit_version = 1.1.3 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 9eb598d..8c12774 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +Movit 1.1.3, March 29th, 2015 + + - Fix accuracy issues in ResampleEffect, particularly when + zooming. Note that this might cost a few percent performance. + Reported by Christophe Thommeret. + + - Make the number of BlurEffect taps configurable. + Based on patch by Christophe Thommeret. + + - Multiple other bugfixes, some courtesy Dan Dennedy and + Christophe Thommeret. In particular, thread-safety fixes + related to locales and chain finalization. + + Movit 1.1.2, August 12th, 2014 - Performance bugfix: Fix texture freelist behavior so that it's