[shotwell/shotwell-0.28] Prepare 0.28.3



commit cacc8bd5415d978f2eb64f215e4be696290c6edc
Author: Jens Georg <mail jensge org>
Date:   Mon May 7 19:37:12 2018 +0200

    Prepare 0.28.3

 NEWS         |   14 ++++++++++++++
 configure.ac |    2 +-
 meson.build  |    2 +-
 3 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2e718c7..84eaa8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Shotwell 0.28.3 - 7 May 2018
+  * Fix spacings in search toolbar
+  * Fix "Out of memory" issues when scrolling through large collections
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=786702
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Piotr Drąg <piotrdrag gmail com>
+
+Added/updated translations
+ - pl, courtesy of Piotr Drąg
+
 Shotwell 0.28.2 - 9 Apr 2018
   * Fix saved search dialog on Gtk 3.18
   * Fix crash when editing images with alpha channel
diff --git a/configure.ac b/configure.ac
index bdea8b5..bb37de5 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],[2])
+m4_define([micro_version],[3])
 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 315fe69..9e01314 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.28.2',
+        version : '0.28.3',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')


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