From 546632016ca9a297ca14a0d3e6890d52bfae049c Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 29 May 2017 19:09:00 +0200 Subject: [PATCH] Release Movit 1.5.1. (No ABI break, as only a new non-virtual member function is added.) --- Makefile.in | 4 ++-- NEWS | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 9267766..cbbb9f8 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 = 6:0:0 -movit_version = 1.5.0 +movit_ltversion = 7:0:1 +movit_version = 1.5.1 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 4da5901..e56fec2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Movit 1.5.1, May 29th, 2017 + + - Allow YCbCrInput to change input format after finalize. + + - Some minor YCbCrInput bugfixes. + + Movit 1.5.0, March 21st, 2017 - Support interleaved Y'CbCr input (4:4:4 in a single texture). -- 2.39.2