diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
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) @@ -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])]) |