From: Steinar H. Gunderson Date: Sun, 18 Mar 2018 15:23:37 +0000 (+0100) Subject: Release Movit 1.6.2. X-Git-Tag: 1.6.2 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=81f33379cabb7cf8b47f2d2bd3892f853afc89ab Release Movit 1.6.2. --- diff --git a/Makefile.in b/Makefile.in index 69db5ac..a3ed104 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 = 8:1:0 -movit_version = 1.6.1 +movit_ltversion = 8:2:0 +movit_version = 1.6.2 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 12c55d4..8a76485 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Movit 1.6.2, March 18th, 2018 + + - Various bugfixes. + + Movit 1.6.1, January 31st, 2018 - Loosen up some restrictions on strong one-to-one-effects. In particular,