[shotwell/shotwell-0.28] Prepare 0.28.1



commit 46483b7a7997555d33336177b7f5b9a58cc94db1
Author: Jens Georg <mail jensge org>
Date:   Sun Mar 25 14:48:21 2018 +0200

    Prepare 0.28.1

 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ebe4144..3feb629 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Shotwell 0.28.1 - 25 Mar 2018
+  * The paperbag. Unbreak all publishers
+  * Translation updates
+  * Fix a missing symbol error
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=794293
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Rūdolfs Mazurs <rudolfsm src gnome org>
+ - gogo <trebelnik2 gmail com>
+
+Added/updated translations
+ - hr, courtesy of gogo
+ - lv, courtesy of Rūdolfs Mazurs
+
 Shotwell 0.28.0 - 12 Mar 2018
   * Translation updates
 
diff --git a/configure.ac b/configure.ac
index 5502a13..c8ce8a3 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],[0])
+m4_define([micro_version],[1])
 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 e3c1bd4..5849ba5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.28.0',
+        version : '0.28.1',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')


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