[shotwell] Prepare 0.28.0



commit ecaf52c6dddb02a0c7c92c96ae9869025037465b
Author: Jens Georg <mail jensge org>
Date:   Mon Mar 12 22:06:46 2018 +0100

    Prepare 0.28.0

 NEWS                             |   10 ++++++++++
 configure.ac                     |    4 ++--
 icons/Makefile.am                |    2 +-
 icons/about-aachen.jpg           |  Bin 52666 -> 0 bytes
 icons/about-braunschweig.jpg     |  Bin 0 -> 17968 bytes
 meson.build                      |    2 +-
 org.gnome.Shotwell.gresource.xml |    2 +-
 src/AppWindow.vala               |    4 ++--
 src/Resources.vala               |    2 +-
 9 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7cc9c2c..ebe4144 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Shotwell 0.28.0 - 12 Mar 2018
+  * Translation updates
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Alan Mortensen <alanmortensen am gmail com>
+
+Added/updated translations
+ - da, courtesy of Alan Mortensen
+
 Shotwell 0.27.92 - 6 Mar 2018
   * Fix log in to Piwigo if password contains &
   * Fix deleting two photos when pressing Delete
diff --git a/configure.ac b/configure.ac
index f667c90..5502a13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,8 +5,8 @@ dnl ***********************************************************************
 dnl Define Versioning Information
 dnl ***********************************************************************
 m4_define([major_version],[0])
-m4_define([minor_version],[27])
-m4_define([micro_version],[92])
+m4_define([minor_version],[28])
+m4_define([micro_version],[0])
 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/icons/Makefile.am b/icons/Makefile.am
index 7bd4461..0c93e7a 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -1,5 +1,5 @@
 dist_noinst_DATA = \
-       about-aachen.jpg \
+       about-braunschweig.jpg \
        all-rejected.png \
        crop-pivot-reticle.png \
        crop.svg \
diff --git a/icons/about-braunschweig.jpg b/icons/about-braunschweig.jpg
new file mode 100644
index 0000000..dae41ae
Binary files /dev/null and b/icons/about-braunschweig.jpg differ
diff --git a/meson.build b/meson.build
index e1a4aba..e3c1bd4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('Shotwell', ['vala', 'c'],
-        version : '0.27.92',
+        version : '0.28.0',
         default_options : ['buildtype=debugoptimized'])
 
 gnome = import('gnome')
diff --git a/org.gnome.Shotwell.gresource.xml b/org.gnome.Shotwell.gresource.xml
index fac0103..ec04227 100644
--- a/org.gnome.Shotwell.gresource.xml
+++ b/org.gnome.Shotwell.gresource.xml
@@ -32,7 +32,7 @@
       <file preprocess="xml-stripblanks">ui/textentrydialog.ui</file>
       <file preprocess="xml-stripblanks">ui/trash.ui</file>
       <!-- Icons -->
-      <file>icons/about-aachen.jpg</file>
+      <file>icons/about-braunschweig.jpg</file>
       <file>icons/all-rejected.png</file>
       <file>icons/crop-pivot-reticle.png</file>
       <file>icons/crop.svg</file>
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index ba5ef3f..aefe3c6 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -597,9 +597,9 @@ public abstract class AppWindow : PageWindow {
     public abstract string get_app_role();
 
     protected void on_about() {
-        const string[] artists = { "Aachen logo under public domain license 
https://www.flickr.com/photos/30784528@N04/10860988196/";, null };
+        const string[] artists = { "Braunschweiger Löwe created by Magnus Manske., CC BY-SA 3.0, 
https://commons.wikimedia.org/w/index.php?curid=109735";, null };
         Gtk.show_about_dialog(this,
-            "version", Resources.APP_VERSION,
+            "version", Resources.APP_VERSION  + " \u2013 \"Braunschweig\"",
             "comments", get_app_role(),
             "copyright", Resources.COPYRIGHT,
             "website", Resources.HOME_URL,
diff --git a/src/Resources.vala b/src/Resources.vala
index 07a60f8..ef86424 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -88,7 +88,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
 
     
     //public const string ICON_ABOUT_LOGO = "shotwell-street.jpg";
-    public const string ICON_ABOUT_LOGO = "about-aachen.jpg";
+    public const string ICON_ABOUT_LOGO = "about-braunschweig.jpg";
     public const string ICON_GENERIC_PLUGIN = "generic-plugin.png";
     public const string ICON_SLIDESHOW_EXTENSION_POINT = "slideshow-extension-point";
     public const string ICON_RATING_REJECTED = "rejected.svg";


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