From 244117563f4c74686ba8f47d1942850e601545f2 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 23 Feb 2016 22:47:05 +0100 Subject: [PATCH] Release Movit 1.3.2. (From a branch, since I do not want to break ABI compatibility at this point.) --- Makefile.in | 4 ++-- NEWS | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index c5e3d2c..32f1595 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:1:0 -movit_version = 1.3.1 +movit_ltversion = 4:2:0 +movit_version = 1.3.2 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 02e42a1..521e6b4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Movit 1.3.2, February 23rd, 2016 + + - Fix an issue with initialization in certain locales. Patch from + Jean-Baptiste Mardelle. + + Movit 1.3.1, February 15th, 2016 - Fix an issue where certain effect chains (particularly involving -- 2.39.2