From f4de73a240056db6365c8ccfc3a0a468918e1c14 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 5 Jul 2017 09:37:39 +0200 Subject: [PATCH] Release Movit 1.5.2. --- Makefile.in | 4 ++-- NEWS | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index f26da6b..e0e8989 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 = 7:0:1 -movit_version = 1.5.1 +movit_ltversion = 7:0:0 +movit_version = 1.5.2 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index e56fec2..386f663 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Movit 1.5.2, July 5th, 2017 + + - The texture generation for ResampleEffect (when the size is changed) + now uses less CPU. + + - Work around an NVIDIA driver threading bug by aggressively caching VAOs. + + Movit 1.5.1, May 29th, 2017 - Allow YCbCrInput to change input format after finalize. -- 2.39.2