summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ad142b0..b6db0ab6 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 fc6d583d..5617912a 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 4d034ebc..196639f9 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])])