]> git.sesse.net Git - movit/commitdiff
Release Movit 1.1.2. 1.1.2
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Aug 2014 21:02:03 +0000 (23:02 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 12 Aug 2014 21:02:03 +0000 (23:02 +0200)
Makefile.in
NEWS

index bf9a316252dd6bea4c540c6f76ec16eb599d8aaa..21f415a5d0924f7e7a0a39a9b54e3b7a8c9a5742 100644 (file)
@@ -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.
 # 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:1:0
-movit_version = 1.1.1
+movit_ltversion = 2:2:0
+movit_version = 1.1.2
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/NEWS b/NEWS
index 5c2ccb373c41f31a29b71114e274eef94f7a12cd..9eb598d67b53b70a270ec9c3901c076c900607b5 100644 (file)
--- 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
 Movit 1.1.1, April 12th, 2014
 
  - Fix an issue that could cause assertion failure in ResourcePool