diff options
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +Changes in version 3.0.1 are: + * Fix clicking buttons in 'unsafe storage' dialog on GTK+3 + * Build with GTK+3 by default + * More tests and test fine tuning: --enable-tests=yes/no/full + * Expand path in gnome-keyring-prompt.desktop properly + * Implement debug tracing in parts of gcr library. + * Complete documentation in gcr and gck libraries. + * Fix assertions in gcr library during parsing of a stream. + * Build fixes + Changes in version 3.0.0 are: * Translations diff --git a/configure.in b/configure.in index 9f0f75d8..da9d3106 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.0.0) +AM_INIT_AUTOMAKE(gnome-keyring, 3.0.1) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |