summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-07-13 19:49:33 +0000
committerStef Walter <stef@memberwebs.com>2009-07-13 19:49:33 +0000
commit28005c65148d730e417669f227d8db35e2db2cac (patch)
tree29ad87b37947a1061b822831195f0839e66b797b
parent5f7e6f921cb4bc01aca90416ba83cb046fee1506 (diff)
downloadgnome-keyring-28005c65148d730e417669f227d8db35e2db2cac.tar.gz
Release version 2.27.4GNOME_KEYRING_2_27_4
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 743f576e..1e567fba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Changes in version 2.27.4 are:
+* Insurance in parsing keyring format for future changes.
+* Add 'use_authtok' option to pam module.
+* Test utility fix [Jon Downland]
+* Add 'only_if=' option to pam module.
+* Make 'Password:' prompt translatable in pam module.
+* Use libgcrypt to generate iv/salt where needed.
+* Remove old cu-test style unit tests.
+* Code refactoring and cleanup, removed 'common' component.
+* Auto generated ChangeLog.
+* Cleanup unit tests, and make them run with 'make check'
+
Changes in version 2.26.3 are:
* Build fixes. [Alexis Ballier, Daniel Macks]
* Fix problem with RSA key sizes that are not a multiple of 8.
diff --git a/configure.in b/configure.in
index 9bbbc5a3..c9e8a028 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
AC_INIT(library/gnome-keyring.h)
-AM_INIT_AUTOMAKE(gnome-keyring, 2.26.3)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.27.4)
AM_CONFIG_HEADER(config.h)
dnl ****************************************************************************