[seahorse] Release version 3.9.90



commit 3e397163161a6fde6a04179a7b66f860da84c18d
Author: Stef Walter <stefw gnome org>
Date:   Mon Aug 26 18:39:07 2013 +0200

    Release version 3.9.90

 Makefile.am  |    4 ++++
 NEWS         |   15 +++++++++++++++
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 52c2426..b2c3c2f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,3 +82,7 @@ dist-hook:
 
 distuninstallcheck:
        @:
+
+upload-release: $(DIST_ARCHIVES)
+       scp $(DIST_ARCHIVES) master.gnome.org:
+       ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
diff --git a/NEWS b/NEWS
index 565b90d..e75ec9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+seahorse 3.9.90
+---------------
+
+ * Show the sidebar by default [#705592]
+ * ssh: Bump the minimum key size to 768 bits [#705561]
+ * Add "DesktopSettings;X-XFCE-SettingsDialog;" to .desktop categories [#704981]
+ * pgp: Put the 'Comment' field in the advanced section of PGP key gen [#703766]
+ * Only permit import from clipboard when data is available [#703394]
+ * soup: use the SoupProxyResolverDefault feature [#682495]
+ * pgp: Fix uninitialized memory access
+ * Port some of seahorse to vala code
+ * Build fixes [#702602, #699147, ...]
+ * Translation fixes [#699116, ...]
+ * Updated translations
+
 seahorse 3.9.1
 --------------
 
diff --git a/configure.ac b/configure.ac
index 4c4ab32..6a842ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([seahorse], [3.9.1],
+AC_INIT([seahorse], [3.9.90],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=seahorse],
         [seahorse])
 


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