]> git.sesse.net Git - movit/commitdiff
Release Movit 1.1.1. 1.1.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Apr 2014 12:24:52 +0000 (14:24 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 12 Apr 2014 12:24:52 +0000 (14:24 +0200)
Makefile.in
NEWS

index 05a80cae3c6e3fedb42d6c39d622cc0475fd0101..da11477c474d67b55ee7ae82dcd217b49400f54d 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.
-movit_ltversion = 2:0:0
-movit_version = 1.1
+movit_ltversion = 2:1:0
+movit_version = 1.1.1
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/NEWS b/NEWS
index 6d76fa623caaea55b3da4c472fb8dccc8c3f9a61..5c2ccb373c41f31a29b71114e274eef94f7a12cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Movit 1.1.1, April 12th, 2014
+
+ - Fix an issue that could cause assertion failure in ResourcePool
+   when FBOs are reused, especially with NVIDIA's drivers.
+
+
 Movit 1.1, April 10th, 2014
 
  - NOTE: Movit now uses libepoxy rather than GLEW. This is needed because