[shotwell/shotwell-0.24] Prepare Shotwell 0.24.2



commit 1fdc1c20ad2eca5109df517caa15daa4cb2e3bfa
Author: Jens Georg <mail jensge org>
Date:   Mon Nov 7 22:16:42 2016 +0100

    Prepare Shotwell 0.24.2
    
    Signed-off-by: Jens Georg <mail jensge org>

 NEWS             |   16 ++++++++++++++++
 configure.ac     |    2 +-
 debian/changelog |   10 ++++++++++
 3 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index a3984ca..5826e17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Shotwell 0.24.2 - 7 Nov 2016
+  * Blacklist vaapi decoder to prevent crash when discovering videos in
+    parallel
+  * Remove paranthesis that will break newer vala compiler
+  * Fix a double close() in thumbnailer
+  * Only enable SQL debugging if the variable is really set
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=762416
+ - https://bugzilla.gnome.org/show_bug.cgi?id=774057
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Rico Tzschichholz <ricotz ubuntu com>
+ - Damian Pietras <bug1 daper net>
+
 Shotwell 0.24.1 - 16 Oct 2016
   * Add debug output when shifting day of event
   * Add debug output of Shotwell's current timezone
diff --git a/configure.ac b/configure.ac
index febc024..cb4b3e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([major_version],[0])
 m4_define([minor_version],[24])
-m4_define([micro_version],[1])
+m4_define([micro_version],[2])
 m4_define([package_version],[major_version.minor_version.micro_version])
 m4_define([bug_report_url],[https://bugzilla.gnome.org/enter_bug.cgi?product=shotwell])
 m4_define([api_version],[major_version])
diff --git a/debian/changelog b/debian/changelog
index a36bee2..76d7606 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+shotwell (0.24.2-0~jensge1~xenial1) xenial; urgency=medium
+
+  * Blacklist vaapi decoder to prevent crash when discovering videos in
+    parallel
+  * Remove paranthesis that will break newer vala compiler
+  * Fix a double close() in thumbnailer
+  * Only enable SQL debugging if the variable is really set
+
+ -- Jens Georg <mail jensge org>  Mon, 07 Nov 2016 22:15:36 +0100
+
 shotwell (0.24.1-1~jensge1~xenial1) xenial; urgency=medium
 
   * Add debug output when shifting day of event


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]