[shotwell/shotwell-0.28] Prepare 0.28.2
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/shotwell-0.28] Prepare 0.28.2
- Date: Mon, 9 Apr 2018 18:53:13 +0000 (UTC)
commit 4125c3461149ddec7fb58f58390a5c052eb7f1fc
Author: Jens Georg <mail jensge org>
Date: Mon Apr 9 20:26:42 2018 +0200
Prepare 0.28.2
NEWS | 12 ++++++++++++
configure.ac | 2 +-
meson.build | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3feb629..2e718c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Shotwell 0.28.2 - 9 Apr 2018
+ * Fix saved search dialog on Gtk 3.18
+ * Fix crash when editing images with alpha channel
+ * Fix logging in to Piwigo when password contains &
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=718742
+ - https://bugzilla.gnome.org/show_bug.cgi?id=794673
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+
Shotwell 0.28.1 - 25 Mar 2018
* The paperbag. Unbreak all publishers
* Translation updates
diff --git a/configure.ac b/configure.ac
index c8ce8a3..bdea8b5 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],[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 5849ba5..315fe69 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('Shotwell', ['vala', 'c'],
- version : '0.28.1',
+ version : '0.28.2',
default_options : ['buildtype=debugoptimized'])
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]