From: Steinar H. Gunderson Date: Sat, 15 Jul 2023 15:33:50 +0000 (+0200) Subject: Release Movit 1.7.0. X-Git-Tag: 1.7.0^0 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=dbe9f61e611fafb918328b6f99e4533d2401e775 Release Movit 1.7.0. --- diff --git a/Makefile.in b/Makefile.in index 8cb80f0..460a136 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:3:0 -movit_version = 1.6.3 +movit_ltversion = 8:4:0 +movit_version = 1.7.0 prefix = @prefix@ exec_prefix = @exec_prefix@ diff --git a/NEWS b/NEWS index 28c066c..e4f7561 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Movit 1.7.0, July 15th, 2023 + + - Compile shaders into the library. It is now allowed to give "" + as the data directory, which will use the compiled-in shaders. + Most users should probably just do that. + + - Use exact sRGB matrix values for COLORSPACE_sRGB. + + Movit 1.6.3, July 7th, 2019 - Various bugfixes.