diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Changes in version 3.7.5 are: + * Set correct type for Collection's "Locked" property + * Don't warn if the GNOME session manager is not available + * Updated Translations + * Fix crasher in armor code + * Build fixes + Changes in version 3.7.2 are: * Bring over DER parsing fixes from GCR library * Fix corner case where long DER length overflows diff --git a/configure.ac b/configure.ac index 4e79344e..953d318a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.7.2) +AM_INIT_AUTOMAKE(gnome-keyring, 3.7.5) AC_CONFIG_HEADERS(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |