[seahorse] Release unstable version 3.29.90.



commit 00e16f7b8b537a99c6b5af62610372e9ca0cb0eb
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Aug 4 16:38:14 2018 +0200

    Release unstable version 3.29.90.
    
    Also make sure appstream-validate succeeds by adding a screenshot, and
    update the README, so that bugzilla is no longer referenced.

 NEWS                         | 24 ++++++++++++++++++++++++
 README.md                    |  4 +---
 data/seahorse.appdata.xml.in |  7 +++----
 meson.build                  |  2 +-
 4 files changed, 29 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 47437e07..25cc1525 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+seahorse 3.29.90
+----------------
+ * pgp: don't use unsupported "stock_calendar" as icon name [bgo#757237]
+ * pgp: add hint when 'Full name' is not long enough [bgo#395805]
+ * Update README.md with GitLab links and more
+ * Add previously implicit gio-unix dependency to meson.build [#8]
+ * Several small documentation fixes [!1,!2]
+ * Better decoupling of the sources in src and lib
+ * Require GTK+ >= 3.22
+ * gkr: ask for confirmation when saving changes [bgo#712348]
+ * Updated AboutDialog [bgo#609418]
+ * ssh: modify the key length options based on the type of encryption
+ * ssh: add basic support for ECDSA and ED25519 keys [bgo#754028]
+ * GTK: remove most uses of Gtk.Stock, use more GtkTemplates
+ * Migrated from autotools to Meson [bgo#788453]
+ * SSH support is now mandatory
+ * Continue the Vala migration, several Vala fixes [bgo#777546,#779948,#785849]
+ * Migrated from intltool to gettext
+ * Updated doap file
+ * gpg: Ignore KEY_CONSIDERED line introduced in gpg 2.1.13 [bgo#778607]
+ * gkr: Don't update key description if it doesn't change [bgo#777802]
+ * Use Unicode in translations [bgo#772532]
+ * Updated translations
+
 seahorse 3.20.0
 ---------------
  * Updated translations
diff --git a/README.md b/README.md
index 9113e278..48615818 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,7 @@ ninja -C build install
 You can browse the code, issues and more at Seahorse's [GitLab repository].
 
 If you find a bug in Seahorse, please file an issue on the [issue tracker].
-Please try to add reproducible steps and the relevant version of Seahorse. Note
-that for now, older issues are still present at our [bugzilla tracker].
+Please try to add reproducible steps and the relevant version of Seahorse.
 
 If you want to contribute functionality or bug fixes, please open a Merge
 Request (MR). For more info on how to do this, see GitLab's [help pages on
@@ -47,7 +46,6 @@ Seahorse is released under the GPL. See COPYING for more info.
 [GitLab repository]: https://gitlab.gnome.org/GNOME/seahorse
 [help pages on MR's]: https://docs.gitlab.com/ee/gitlab-basics/add-merge-request.html
 [issue tracker]: https://gitlab.gnome.org/GNOME/seahorse/issues
-[bugzilla tracker]: https://bugzilla.gnome.org/buglist.cgi?quicksearch=product%3Aseahorse
 [translation project wiki page]: https://wiki.gnome.org/TranslationProject/
 [mailing list]: https://mail.gnome.org/mailman/listinfo/seahorse-list
 [#seahorse]: irc://irc.gnome.org/seahorse
diff --git a/data/seahorse.appdata.xml.in b/data/seahorse.appdata.xml.in
index c85e5c78..e98571c9 100644
--- a/data/seahorse.appdata.xml.in
+++ b/data/seahorse.appdata.xml.in
@@ -17,13 +17,12 @@
     </p>
   </description>
 
-  <!--
   <screenshots>
-    <screenshot type="default">https://projects.gnome.org/seahorse/images/main.png</screenshot>
+    <screenshot 
type="default">https://wiki.gnome.org/Apps/Seahorse?action=AttachFile&amp;do=get&amp;target=seahorse-screenshot.png</screenshot>
   </screenshots>
-  -->
+
   <url type="homepage">https://wiki.gnome.org/Apps/Seahorse</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=seahorse</url>
+  <url type="bugtracker">https://gitlab.gnome.org/GNOME/seahorse/issues</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <url type="help">https://help.gnome.org/users/seahorse/stable/</url>
   <update_contact>seahorse-list gnome org</update_contact>
diff --git a/meson.build b/meson.build
index ab722268..1070365e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('seahorse', ['vala', 'c'],
-  version: '3.20.0',
+  version: '3.29.90',
   meson_version: '>= 0.42',
   license: 'GPL2+',
 )


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