From: Steinar H. Gunderson Date: Thu, 10 Aug 2017 15:59:58 +0000 (+0200) Subject: Release Movit 1.5.3. X-Git-Tag: 1.5.3 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=c6e29f22390eeba00e8504425eedbafb8b3722c1 Release Movit 1.5.3. --- diff --git a/Makefile.in b/Makefile.in index e0e8989..c591dfd 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:0 -movit_version = 1.5.2 +movit_ltversion = 7:1:0 +movit_version = 1.5.3 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 386f663..476fcb8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Movit 1.5.3, August 10th, 2017 + + - Various bugfixes. + + Movit 1.5.2, July 5th, 2017 - The texture generation for ResampleEffect (when the size is changed)