summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Walter <stefw@src.gnome.org>2008-07-21 22:24:57 +0000
committerStefan Walter <stefw@src.gnome.org>2008-07-21 22:24:57 +0000
commit20b0e74d0c68bd4a96595af43a03d725865d92b5 (patch)
treef97832ad2679c7f7bca09a2ba7eab795e8a9f456
parent15b0e9cb06daf0f2c7d32341900341da6e4c9250 (diff)
downloadgnome-keyring-20b0e74d0c68bd4a96595af43a03d725865d92b5.tar.gz
Release 2.23.5GNOME_KEYRING_2_23_5
* gp11/Makefile.am: * configure.in: * NEWS: Release 2.23.5 svn path=/trunk/; revision=1192
-rw-r--r--ChangeLog8
-rw-r--r--NEWS15
-rw-r--r--configure.in2
-rw-r--r--gp11/Makefile.am3
-rw-r--r--po/ChangeLog2
5 files changed, 28 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 62fed897..9dadc24c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+=== gnome-keyring 2.23.5 ===
+
+2007-07-21 Stef Walter <stef@memberwebs.com>
+
+ * gp11/Makefile.am:
+ * configure.in:
+ * NEWS: Release 2.23.5
+
2008-07-21 Stef Walter <stef@memberwebs.com>
* pkcs11/gkr-pkcs11-module.c: Build fix. Fixes bug #543221
diff --git a/NEWS b/NEWS
index 5ef7dba2..f68c851a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Changes in version 2.23.5 are:
+* Load all SSH keys in ~/.ssh named id_?sa*, not just id_rsa
+ and id_dsa. Also load public portions of keys when needed ie: *.pub
+* Include new GP11 library, which is a GLib wrapper for PKCS#11
+* Add ability to import keys/certificates to PKCS#11.
+* Better storage and creation of PKCS#11 objects.
+* Start using GTest for new unit testing.
+* Better indexing of keys and certificates.
+* Better buffer handling, and threading fixes. [Jon Burgress]
+* Fix warnings in logs caused by programs checking whether
+ gnome-keyring is available.
+* Standardize on libgcrypt random number generator.
+* Add --disable-acl-prompts option to disable all ACL prompting [Colin Walters]
+* Build fixes.
+
Changes in version 2.22.2 are:
* Streamline the importing of keys and make the proper prompts show up
consistently. Better fixes for this to come in 2.24.x
diff --git a/configure.in b/configure.in
index 36b476b9..34e3e05f 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(library/gnome-keyring.h)
-AM_INIT_AUTOMAKE(gnome-keyring, 2.22.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.23.5)
AM_CONFIG_HEADER(config.h)
dnl ****************************************************************************
diff --git a/gp11/Makefile.am b/gp11/Makefile.am
index 5e8d3140..afa008cc 100644
--- a/gp11/Makefile.am
+++ b/gp11/Makefile.am
@@ -48,7 +48,8 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gp11-$(GP11_MAJOR).pc
EXTRA_DIST = \
- gp11.pc.in
+ gp11.pc.in \
+ gp11-marshal.list
DISTCLEANFILES = \
gp11-$(GP11_MAJOR).pc
diff --git a/po/ChangeLog b/po/ChangeLog
index fc39ff82..5d760fb3 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+=== gnome-keyring 2.23.5 ===
+
2008-07-20 Jorge Gonzalez <jorgegonz@svn.gnome.org>
* es.po: Updated Spanish translation