[shotwell] Prepare 0.27.2
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Prepare 0.27.2
- Date: Mon, 11 Dec 2017 18:02:02 +0000 (UTC)
commit c569afc460716f675f0009d9a475baedbb87da84
Author: Jens Georg <mail jensge org>
Date: Mon Dec 11 18:25:46 2017 +0100
Prepare 0.27.2
NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c918a7..d454f09 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Shotwell 0.27.2 - 11 Dec 2017
+ * Use meson for building the debian package
+ * Improve the wording for the "Width or Height" scaling constraint
+ * Fix unmounting the camera when it is mounted via mtp, not gphoto2
+ * Speed up color transformations
+ * Refactor Tumblr and Flickr code to use common OAuth1 base class
+ * Flickr: Do the authentication in Shotwell, not calling the system browser
+ * Fix sorting by title
+ * Fix searching for newly added keywords
+ * Make it possible to edit month and year easily in date/time picker
+ * Doc: Fix keybord shortcut for publishing pane
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=718977
+ - https://bugzilla.gnome.org/show_bug.cgi?id=729857
+ - https://bugzilla.gnome.org/show_bug.cgi?id=736643
+ - https://bugzilla.gnome.org/show_bug.cgi?id=779677
+ - https://bugzilla.gnome.org/show_bug.cgi?id=781472
+ - https://bugzilla.gnome.org/show_bug.cgi?id=786821
+ - https://bugzilla.gnome.org/show_bug.cgi?id=787553
+ - https://bugzilla.gnome.org/show_bug.cgi?id=790668
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Piotr Drąg <piotrdrag gmail com>
+ - Mario Blättermann <mario blaettermann gmail com>
+ - Marek Cernocky <marek_cernocky conel cz>
+ - Josef Andersson <l10nl18nsweja gmail com>
+ - Cheng-Chia Tseng <pswo10680 gmail com>
+ - Ask Hjorth Larsen <asklarsen gmail com>
+ - 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
+ - pl, courtesy of Piotr Drąg
+ - sv, courtesy of Josef Andersson
+ - zh_TW, courtesy of Cheng-Chia Tseng
+
Shotwell 0.27.1 - 21 Oct 2017
* Properly dist meson files with autotools
* Dist apport helper with autotools
diff --git a/configure.ac b/configure.ac
index f75075e..3bef787 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],[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/meson.build b/meson.build
index b3f1d23..edaa449 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Shotwell', ['vala', 'c'],
- version : '0.27.1',
+ version : '0.27.2',
default_options : ['buildtype=debugoptimized'])
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]