[shotwell] Prepare 0.25.2



commit e2940082c6e44526d9494a13443064f544a597ba
Author: Jens Georg <mail jensge org>
Date:   Mon Dec 12 18:19:56 2016 +0100

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

 NEWS             |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac     |    2 +-
 debian/changelog |   25 +++++++++++++++++++++++++
 3 files changed, 73 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5ed7393..69db0a7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+Shotwell 0.25.2 - 12 Dec 2016
+  * Fix missing About action
+  * Fix setting of initial action state
+  * Fix missing initialzation of several states
+  * Fix sort order not working
+  * Fix a critical on startup
+  * Fix initial sort order
+  * Fix hiding of search toolbar
+  * Fix rating filter menu initially being disabled
+  * Use Gtk.Revealer for bottom toolbar
+  * Fix a copy and paste error in the publishing result
+  * Use Application menu
+  * Do not make errors in git version check cause false identifiaction of git
+    versions
+  * Fix debian scripts
+  * Fix filter actions not being active
+  * Fix initial search bar state not being persisted
+  * Remove deprecated Gtk.IconFactory
+  * Add missing keyboard shortcut for setting the background
+  * Move some dialogs to GtkTemplate, preparing for issues with valac master
+  * Fix context-sensitive label of background menu
+  * Fix context-sensitive label of Undo and Redo menu
+  * Fix context menu on import page
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=719279
+ - https://bugzilla.gnome.org/show_bug.cgi?id=774901
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Marina Prado <mapraro93 hotmail com>
+ - Piotr Drąg <piotrdrag gmail com>
+ - Marek Cernocky <marek_cernocky conel cz>
+ - Mario Blättermann <mario blaettermann gmail com>
+ - gogo <trebelnik2 gmail com>
+ - Gábor Kelemen <kelemeng openscope org>
+ - Alan Mortensen <alanmortensen am gmail com>
+
+Added/updated translations
+ - cs, courtesy of Marek Černocký
+ - da, courtesy of Alan Mortensen
+ - de, courtesy of Mario Blättermann
+ - es, courtesy of Daniel Mustieles
+ - hr, courtesy of gogo
+ - hu, courtesy of Gabor Kelemen
+ - pl, courtesy of Piotr Drąg
+
 Shotwell 0.25.1 - 21 Nov 2016
   * Remove deprecated libsoup API
   * Remove extra box around WebKit authenticator view
diff --git a/configure.ac b/configure.ac
index 2f94986..86c0a1c 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],[25])
-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 70cbb40..c4e2ead 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+shotwell (0.25.2-0~jensge1~xenial1) xenial; urgency=medium
+
+  * Fix missing About action
+  * Fix setting of initial action state
+  * Fix missing initialzation of several states
+  * Fix sort order not working
+  * Fix a critical on startup
+  * Fix initial sort order
+  * Fix hiding of search toolbar
+  * Fix rating filter menu initially being disabled
+  * Use Gtk.Revealer for bottom toolbar
+  * Fix a copy and paste error in the publishing result
+  * Use Application menu
+  * Fix debian scripts
+  * Fix filter actions not being active
+  * Fix initial search bar state not being persisted
+  * Remove deprecated Gtk.IconFactory
+  * Add missing keyboard shortcut for setting the background
+  * Move some dialogs to GtkTemplate, preparing for issues with valac master
+  * Fix context-sensitive label of background menu
+  * Fix context-sensitive label of Undo and Redo menu
+  * Fix context menu on import page
+
+ -- Jens Georg <mail jensge org>  Mon, 12 Dec 2016 18:18:45 +0100
+
 shotwell (0.25.1-0~jensge1~xenial1) xenial; urgency=medium
 
   * Remove deprecated libsoup API


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