[shotwell] Prepare 0.27.3



commit 99c2704b1350cb074c45503578520982b5ac7e3e
Author: Jens Georg <mail jensge org>
Date:   Tue Jan 9 21:52:32 2018 +0100

    Prepare 0.27.3

 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d454f09..c3f71bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+Shotwell 0.27.3 - 9 Jan 2018
+  * Fix upgrading from Shotwell 0.7.2
+  * Make Histogram widget accessible by keyboard
+  * Add F4 as shortcut for the Date/Time dialog
+  * Fix an issue where the date/time picker was out-of-sync with the
+    calendar widget
+  * Refactor shotwell.ui into smaller ui files and make some of the
+    dialogs templated
+  * Rewrite saved search dialog to use GtkListBox
+  * Add a very simple Piwigo server to do offline testing
+  * Add labels to sliders in adjustment tool
+  * Fix issue where Shotwell would fall back to the internal developer
+    if the RAW+JPEG pair did not contain an embedded development in the
+    RAW files
+  * Fix showing the help when running from build folder
+  * Fix issue with linking the plugin interfaces multiple times
+  * Fix install location for appdata
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=716431
+ - https://bugzilla.gnome.org/show_bug.cgi?id=717126
+ - https://bugzilla.gnome.org/show_bug.cgi?id=753943
+ - https://bugzilla.gnome.org/show_bug.cgi?id=790185
+ - https://bugzilla.gnome.org/show_bug.cgi?id=790469
+ - https://bugzilla.gnome.org/show_bug.cgi?id=791893
+ - https://bugzilla.gnome.org/show_bug.cgi?id=792058
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Rico Tzschichholz <ricotz ubuntu com>
+ - Kukuh Syafaat <syafaatkukuh gmail com>
+ - Daniel Mustieles <daniel mustieles gmail com>
+ - Cheng-Chia Tseng <pswo10680 gmail com>
+
+Added/updated translations
+ - es, courtesy of Daniel Mustieles
+ - id, courtesy of Kukuh Syafaat
+ - zh_TW, courtesy of Cheng-Chia Tseng
+
 Shotwell 0.27.2 - 11 Dec 2017
   * Use meson for building the debian package
   * Improve the wording for the "Width or Height" scaling constraint
diff --git a/configure.ac b/configure.ac
index 3bef787..7bd907e 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],[27])
-m4_define([micro_version],[2])
+m4_define([micro_version],[3])
 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/meson.build b/meson.build
index edaa449..f876999 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.27.2',
+        version : '0.27.3',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')


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