]> git.sesse.net Git - movit/commitdiff
Release Movit 1.6.1. 1.6.1
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Jan 2018 22:01:20 +0000 (23:01 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 31 Jan 2018 22:01:23 +0000 (23:01 +0100)
Makefile.in
NEWS
version.h

index 92627f0a302d30cf8d717865555edd2e66d28a39..69db5ac98a9cd310fec0b80a47bd1d55a37023b7 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.
 # 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:0:0
-movit_version = 1.6.0
+movit_ltversion = 8:1:0
+movit_version = 1.6.1
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
diff --git a/NEWS b/NEWS
index 6d0a6bc30cd1ccaf0fa596ffd99e947c3243ad44..12c55d45bd5fed5830d3ad3b002ae3314e37b1bf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Movit 1.6.1, January 31st, 2018
+
+  - Loosen up some restrictions on strong one-to-one-effects. In particular,
+    this fixes a bug with MixEffect and compute shaders that hit some
+    Nageru setups.
+
+
 Movit 1.6.0, January 24th, 2018
 
   - Support for effects that work as compute shaders. Compute shaders are
 Movit 1.6.0, January 24th, 2018
 
   - Support for effects that work as compute shaders. Compute shaders are
index 0556a2e394040cbffa9b6ac7ff66bcd9bec11df7..9c0872827662b064e873f07bd2e969878acd086f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -5,6 +5,6 @@
 // changes, even within git versions. There is no specific version
 // documentation outside the regular changelogs, though.
 
 // changes, even within git versions. There is no specific version
 // documentation outside the regular changelogs, though.
 
-#define MOVIT_VERSION 36
+#define MOVIT_VERSION 37
 
 #endif // !defined(_MOVIT_VERSION_H)
 
 #endif // !defined(_MOVIT_VERSION_H)