[shotwell] Prepare 0.27.4



commit d607aebe3314cbe4cfcb26e17ca13fd60567f1f2
Author: Jens Georg <mail jensge org>
Date:   Mon Feb 5 19:08:54 2018 +0100

    Prepare 0.27.4

 NEWS         |   20 ++++++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c3f71bb..5c7a656 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Shotwell 0.27.4 - 5 Feb 2018
+  * Fix a crash when importing in-place from DAV
+  * Fix a crash when removing the last photo of an event
+  * Translation updates
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=786531
+ - https://bugzilla.gnome.org/show_bug.cgi?id=792498
+
+All contributors to this release:
+ - Jordi Mas <jmas softcatala org>
+ - Jens Georg <mail jensge org>
+ - Rafael Fontenelle <rafaelff gnome org>
+ - Marek Cernocky <marek_cernocky conel cz>
+
+Added/updated translations
+ - ca, courtesy of Carles Ferrando Garcia
+ - cs, courtesy of Marek Černocký
+ - pt_BR, courtesy of Rafael Fontenelle
+
 Shotwell 0.27.3 - 9 Jan 2018
   * Fix upgrading from Shotwell 0.7.2
   * Make Histogram widget accessible by keyboard
diff --git a/configure.ac b/configure.ac
index 7bd907e..9d582a8 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],[3])
+m4_define([micro_version],[4])
 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 f876999..833511d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.27.3',
+        version : '0.27.4',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')


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