[shotwell/shotwell-0.28] Prepare Shotwell 0.28.4
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/shotwell-0.28] Prepare Shotwell 0.28.4
- Date: Sat, 14 Jul 2018 11:15:23 +0000 (UTC)
commit 921ff14cdaf58f804ab1f5a2f9abd15ee5ffa19c
Author: Jens Georg <mail jensge org>
Date: Sat Jul 14 13:06:00 2018 +0200
Prepare Shotwell 0.28.4
NEWS | 17 +++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 84eaa8e5..0156cee7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Shotwell 0.28.4 - 14 Jul 2018
+ * Fix slideshow settings dialog
+ * Fix Google login sequence
+ * Fix MTP device unmounting
+ * Work-around issue where PTP cameras would not be recognized anymore
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=796370
+ - https://gitlab.gnome.org/GNOME/shotwell/issues/12
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Piotr Drąg <piotrdrag gmail com>
+
+Added/updated translations
+ - tr, courtesy of Emin Tufan Çetin
+
Shotwell 0.28.3 - 7 May 2018
* Fix spacings in search toolbar
* Fix "Out of memory" issues when scrolling through large collections
diff --git a/configure.ac b/configure.ac
index bb37de57..872bf7e0 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],[28])
-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 9e013144..c3d84689 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Shotwell', ['vala', 'c'],
- version : '0.28.3',
+ version : '0.28.4',
default_options : ['buildtype=debugoptimized'])
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]