]> git.sesse.net Git - movit/commitdiff
Release Movit 1.7.0. 1.7.0
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Jul 2023 15:33:50 +0000 (17:33 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Jul 2023 15:43:18 +0000 (17:43 +0200)
Makefile.in
NEWS

index 8cb80f0dc06092a3f3be041ec716362e2f90c4e0..460a136d37c61e259d26f52bf7935074ff14721a 100644 (file)
@@ -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 28c066c1f37bee6bc68b525741668dff05b0722f..e4f75616d782c4f7715afe6d61fda1345556609a 100644 (file)
--- 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.