diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 3 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,16 @@ +Changes in version 3.1.1 are: + * Add 'Export Certificate' option to right click of certificate widget. + * Use file system linux capabilities for memory locking. + * Set correct daemon SELinux context when started from PAM module. + * Fix assertions in parser. + * Add GcrCollection interface to represent collections of objects. + * Add GcrGnupgCollection to libgcr. + * Implement functionality in renderers to populate GtkTreeModel + * Add a GcrSelector widget. + * Cleanup unregistering from session. + * Translations and translation fixes. + * Build fixes. + Changes in version 3.0.1 are: * Fix clicking buttons in 'unsafe storage' dialog on GTK+3 * Build with GTK+3 by default diff --git a/configure.ac b/configure.ac index 88cdf24c..30b822a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_INIT(daemon/gkd-main.c) -AM_INIT_AUTOMAKE(gnome-keyring, 3.0.1) +AM_INIT_AUTOMAKE(gnome-keyring, 3.1.1) AM_CONFIG_HEADER(config.h) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/po/POTFILES.in b/po/POTFILES.in index a5fd4dfd..59d7bf67 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -18,12 +18,13 @@ gcr/gcr-certificate-renderer.c gcr/gcr-certificate-widget.c gcr/gcr-display-view.c [type: gettext/glade]gcr/gcr-import-dialog.ui -[type: gettext/glade]gcr/gcr-unlock-options-widget.ui +gcr/gcr-gnupg-key.c gcr/gcr-importer.c gcr/gcr-library.c gcr/gcr-key-renderer.c gcr/gcr-parser.c gcr/gcr-trust.c +[type: gettext/glade]gcr/gcr-unlock-options-widget.ui gck/gck-uri.c gck/gck-misc.c pkcs11/gkm/gkm-certificate.c |