From 3e0a93f571a6b3d65e45b58551f0148a390c8fc0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Feb 2016 17:40:02 -0800 Subject: [PATCH] Release Movit 1.3.1. --- Makefile.in | 4 ++-- NEWS | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index ec33695..c5e3d2c 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 = 4:0:0 -movit_version = 1.3.0 +movit_ltversion = 4:1:0 +movit_version = 1.3.1 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 6b5bc19..02e42a1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Movit 1.3.1, February 15th, 2016 + + - Fix an issue where certain effect chains (particularly involving + out-of-tree effects that return only a constant color) could cause + texture coordinates not to be set properly. (The new code probably + also has slightly lower OpenGL driver overhead.) Reported by + Christophe Thommeret. + + Movit 1.3.0, January 31st, 2016 - Movit now requires GLSL 1.30 (so a driver from 2008 or later); -- 2.39.2