From: Steinar H. Gunderson Date: Sat, 12 Apr 2014 12:24:52 +0000 (+0200) Subject: Release Movit 1.1.1. X-Git-Tag: 1.1.1 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=45a95fea489e8972a3387b5b7d09b625b3291b40 Release Movit 1.1.1. --- diff --git a/Makefile.in b/Makefile.in index 05a80ca..da11477 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: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 6d76fa6..5c2ccb3 100644 --- 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