[gnome-keyring] Release version 3.9.90



commit d9d3b4922c5a210a9e82bc099505c1952c555826
Author: Stef Walter <stefw gnome org>
Date:   Mon Aug 26 18:27:05 2013 +0200

    Release version 3.9.90

 Makefile.am  |    3 ++-
 NEWS         |    4 ++++
 configure.ac |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2ad142b..b6db0ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -76,4 +76,5 @@ clear-coverage:
 endif
 
 upload-release: $(DIST_ARCHIVES)
-               scp $(DIST_ARCHIVES) master.gnome.org:
+       scp $(DIST_ARCHIVES) master.gnome.org:
+       ssh master.gnome.org ftpadmin install $(DIST_ARCHIVES)
diff --git a/NEWS b/NEWS
index fc6d583..5617912 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Changes in version 3.9.90 are:
+ * Fix running gnome-keyring-daemon under test harness
+ * Test fixes [#702367]
+
 Changes in version 3.9.1 are:
  * Fix implementation of LockService dbus method [#690466]
  * Updated translations [nl]
diff --git a/configure.ac b/configure.ac
index 4d034eb..196639f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 3.9.1)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.9.90)
 
 AC_CONFIG_HEADERS(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])


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