From dbe9f61e611fafb918328b6f99e4533d2401e775 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 15 Jul 2023 17:33:50 +0200 Subject: [PATCH] Release Movit 1.7.0. --- Makefile.in | 4 ++-- NEWS | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) 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. -- 2.39.2