commit 1fdc1c20ad2eca5109df517caa15daa4cb2e3bfa Author: Jens Georg Date: Mon Nov 7 22:16:42 2016 +0100 Prepare Shotwell 0.24.2 Signed-off-by: Jens Georg M NEWS M configure.ac M debian/changelog commit 29e2194be1e3818089657a831b2284f9116d1dc9 Author: Jens Georg Date: Tue Oct 18 22:28:33 2016 +0200 Blacklist vaapi decoder That makes things actually slow since it start-up isn't the best in the world and doesn't like to be triggered from multiple threads, causing the abort. Signed-off-by: Jens Georg https://bugzilla.gnome.org/show_bug.cgi?id=762416 M src/VideoSupport.vala M thumbnailer/shotwell-video-thumbnailer.vala commit 74b5f717ef7463a3437234eb0f8eaad06b8eb3b8 Author: Rico Tzschichholz Date: Tue Oct 18 10:40:54 2016 +0200 Remove superfluous parentheses M plugins/shotwell-transitions/CircleEffect.vala commit 18e0e455c4fdcd4b3e62c194729c2f1e590e6b1a Author: Jens Georg Date: Tue Nov 1 21:11:55 2016 +0100 Fix missing parameters in Tumblr publisher Fix by Jürg Billeter Signed-off-by: Jens Georg M plugins/shotwell-publishing-extras/TumblrPublishing.vala commit 22830bd4347fd9e7c9ae691a3ff37baa52f480f1 Author: Damian Pietras Date: Mon Nov 7 13:29:00 2016 +0000 thumbnailer: fix double close() A file descriptor used to communicate with the video thumbnailer process is closed twice. In case another thread allocates the same descriptor number in the meantime, the second close() actually closes a descriptor not owned by the thread. This causes crashes in most cases or unexpected behaviour. https://bugzilla.gnome.org/show_bug.cgi?id=774057 M src/VideoSupport.vala commit 10c3c72b8d7c73a96c38e36f24344789e539f0ed Author: Jens Georg Date: Sun Oct 16 22:20:14 2016 +0200 Enable SQL debugging through environment variable Signed-off-by: Jens Georg M src/db/DatabaseTable.vala