[gnome-keyring/gnome-3-4] Release 3.4.1



commit 7dc9217979865a8520d512b81ee40d5f1c7a7dfe
Author: Stef Walter <stefw gnome org>
Date:   Mon Apr 16 14:24:17 2012 +0200

    Release 3.4.1

 NEWS                                  |    8 ++++++++
 configure.ac                          |    2 +-
 pkcs11/gnome2-store/tests/Makefile.am |    2 +-
 pkcs11/roots-store/tests/Makefile.am  |    2 +-
 pkcs11/ssh-store/tests/Makefile.am    |    2 +-
 5 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 38eb172..64ec9a9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in version 3.4.1 are:
+ * Set 'text/plain' content type on secrets returned from daemon
+ * Use correct XDG_RUNTIME_DIR when started from PAM
+ * Updated translations
+ * License fix
+ * More tests
+ * Build fixes
+
 Changes in version 3.4.0 are:
  * Updated translations
 
diff --git a/configure.ac b/configure.ac
index 06e9270..8cde435 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_INIT(daemon/gkd-main.c)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 3.4.0)
+AM_INIT_AUTOMAKE(gnome-keyring, 3.4.1)
 
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/pkcs11/gnome2-store/tests/Makefile.am b/pkcs11/gnome2-store/tests/Makefile.am
index 37017ae..9751350 100644
--- a/pkcs11/gnome2-store/tests/Makefile.am
+++ b/pkcs11/gnome2-store/tests/Makefile.am
@@ -58,5 +58,5 @@ EXTRA_DIST = \
 	p11-tests.conf.in \
 	files
 
-CLEAN_FILES = \
+CLEANFILES = \
 	$(CHECK_FILES)
diff --git a/pkcs11/roots-store/tests/Makefile.am b/pkcs11/roots-store/tests/Makefile.am
index 1a6b07c..14ae633 100644
--- a/pkcs11/roots-store/tests/Makefile.am
+++ b/pkcs11/roots-store/tests/Makefile.am
@@ -41,5 +41,5 @@ EXTRA_DIST = \
 	p11-tests.conf.in \
 	files
 
-CLEAN_FILES = \
+CLEANFILES = \
 	$(CHECK_FILES)
diff --git a/pkcs11/ssh-store/tests/Makefile.am b/pkcs11/ssh-store/tests/Makefile.am
index b4cfab2..419ce0f 100644
--- a/pkcs11/ssh-store/tests/Makefile.am
+++ b/pkcs11/ssh-store/tests/Makefile.am
@@ -54,5 +54,5 @@ EXTRA_DIST = \
 	p11-tests.conf.in \
 	files
 
-CLEAN_FILES = \
+CLEANFILES = \
 	$(CHECK_FILES)



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