[shotwell/shotwell-0.30] Prepare 0.30.0



commit b72637775a76d21ae66188e721a0323e6e0119e2
Author: Jens Georg <mail jensge org>
Date:   Mon Sep 10 22:24:08 2018 +0200

    Prepare 0.30.0

 NEWS                             |  20 ++++++++++++++++++++
 icons/about-braunschweig.jpg     | Bin 17968 -> 0 bytes
 icons/about-celle.jpg            | Bin 0 -> 23023 bytes
 meson.build                      |   2 +-
 org.gnome.Shotwell.gresource.xml |   2 +-
 src/AppWindow.vala               |   4 ++--
 src/Resources.vala               |   3 +--
 7 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3748f1cd..85bdb91d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Shotwell 0.30.0 "Celle" - xx Sep 2018
+  * Translation updates
+  * Last-minute fix for random segfaults in GSettings
+
+Bugs fixed in this release:
+  https://gitlab.gnome.org/GNOME/shotwell/issues/34
+
+All contributors to this release:
+ - Jens Georg <mail jensge org>
+ - Anders Jonsson <anders jonsson norsjovallen se>
+ - Rūdolfs Mazurs <rudolfs mazurs gmail com>
+ - gogo <trebelnik2 gmail com>
+ - Balázs Meskó <meskobalazs fedoraproject org>
+
+Added/updated translations
+ - hr, courtesy of gogo
+ - hu, courtesy of Meskó Balázs
+ - lv, courtesy of Rūdolfs Mazurs
+ - sv, courtesy of Anders Jonsson
+
 Shotwell 0.29.92 - 02 Sep 2018
   * Translation updates and build fixes
 
diff --git a/icons/about-celle.jpg b/icons/about-celle.jpg
new file mode 100644
index 00000000..288ba4f3
Binary files /dev/null and b/icons/about-celle.jpg differ
diff --git a/meson.build b/meson.build
index c466a34a..375e8a5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('shotwell', ['vala', 'c'],
-        version : '0.29.92',
+        version : '0.30.0',
         meson_version : '>= 0.43.0',
         default_options : ['buildtype=debugoptimized'])
 
diff --git a/org.gnome.Shotwell.gresource.xml b/org.gnome.Shotwell.gresource.xml
index 237a5e3f..0520869c 100644
--- a/org.gnome.Shotwell.gresource.xml
+++ b/org.gnome.Shotwell.gresource.xml
@@ -33,9 +33,9 @@
       <file preprocess="xml-stripblanks">ui/textentrydialog.ui</file>
       <file preprocess="xml-stripblanks">ui/trash.ui</file>
       <!-- Icons -->
+      <file>icons/about-celle.jpg</file>
       <file>icons/avatar-default-symbolic.svg</file>
       <file>icons/image-missing.png</file>
-      <file>icons/about-braunschweig.jpg</file>
       <file>icons/crop-pivot-reticle-symbolic.svg</file>
       <file>icons/events-merge-symbolic.svg</file>
       <file>icons/filter-flagged-symbolic.svg</file>
diff --git a/src/AppWindow.vala b/src/AppWindow.vala
index b746ebbd..ab9a1f6e 100644
--- a/src/AppWindow.vala
+++ b/src/AppWindow.vala
@@ -589,9 +589,9 @@ public abstract class AppWindow : PageWindow {
     public abstract string get_app_role();
 
     protected void on_about() {
-        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 };
+        const string[] artists = { "Celler Schloss created by Hajotthu, CC BY-SA 3.0, 
https://commons.wikimedia.org/wiki/File:Celler_Schloss_April_2010.jpg#file";, null };
         Gtk.show_about_dialog(this,
-            "version", Resources.APP_VERSION,
+            "version", Resources.APP_VERSION + " \u2013 “Celle”",
             "comments", get_app_role(),
             "copyright", Resources.COPYRIGHT,
             "website", Resources.HOME_URL,
diff --git a/src/Resources.vala b/src/Resources.vala
index ff364132..e401376b 100644
--- a/src/Resources.vala
+++ b/src/Resources.vala
@@ -81,8 +81,7 @@ along with Shotwell; if not, write to the Free Software Foundation, Inc.,
     public const string GO_NEXT = "go-next-symbolic";
     public const string GO_PREVIOUS = "go-previous-symbolic";
 
-    //public const string ICON_ABOUT_LOGO = "shotwell-street.jpg";
-    public const string ICON_ABOUT_LOGO = "about-braunschweig.jpg";
+    public const string ICON_ABOUT_LOGO = "about-celle.jpg";
     public const string ICON_GENERIC_PLUGIN = "application-x-addon-symbolic";
     public const string ICON_SLIDESHOW_EXTENSION_POINT = "slideshow-extension-point";
     public const int ICON_FILTER_REJECTED_OR_BETTER_FIXED_SIZE = 32;


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