From 45a95fea489e8972a3387b5b7d09b625b3291b40 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 12 Apr 2014 14:24:52 +0200 Subject: [PATCH] Release Movit 1.1.1. --- Makefile.in | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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 -- 2.39.2