[libgnome-keyring] [release] 2.30.0



commit 88841be38e7355889221e0a3737541ef6423cb16
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Mar 31 01:16:19 2010 +0200

    [release] 2.30.0

 NEWS         |    6 +++++-
 configure.in |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a878a6f..65ead1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Changes in version 2.29.92 are:
+Changes in version 2.30.0 are:
  * Fix assertion calling deprecated acl function.
  * Clear the client's session when the service disconnects.
  * Implement setting of Type property in gnome_keyring_item_set_info().
@@ -6,6 +6,10 @@ Changes in version 2.29.92 are:
  * Fix assertion when password is not found.
  * Prompt to create a new default keyring when creating an item while no
    default keyring exists.
+ * Try to return GNOME_KEYRING_ALREADY_EXISTS where possible.
+ * Hold reference to operation while waiting for prompt result.
+ * Don't assert on va_list, which isn't necessarily a pointer.
+ * Return GNOME_KEYRING_RESULT_NO_MATCH when no secret is found.
  * Fix up some documentation errors.
  * Updated translations.
 
diff --git a/configure.in b/configure.in
index 1f23af8..986910e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(library/gnome-keyring.h)
 
-AM_INIT_AUTOMAKE(libgnome-keyring, 2.29.92)
+AM_INIT_AUTOMAKE(libgnome-keyring, 2.30.0)
 AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]