[gnome-keyring/gnome-2-26] Release version 2.26.3



commit eccba135c041cd2894737657c37a28a4fff1d0fa
Author: Stef Walter <stef memberwebs com>
Date:   Mon Jun 29 18:54:41 2009 +0000

    Release version 2.26.3

 ChangeLog    |   37 +++++++++++++++++++++++++++++++++++++
 NEWS         |    6 ++++++
 configure.in |    2 +-
 po/ChangeLog |    2 ++
 4 files changed, 46 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6d61bbf..812cc06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+=== gnome-keyring 2.26.3 ===
+
+2009-06-27  Stef Walter  <stef memberwebs com>
+
+    Remove == bashisms from 'test' calls configure.
+    
+    Patch by Alexis Ballier. POSIX does not document the == construction
+    for test. Fixes bug #587118
+
+2009-06-26  Stef Walter  <stef memberwebs com>
+
+    Fixed problem with RSA key sizes that were not a multiple of 8.
+    
+    This was a problem in the PKCS#1 padding functions, which calculated
+    the padding length incorrectly. All instances of this have been
+    searched out and fixed. Should fix bug #576700 at least with the
+    key that Robert Ancell posted.
+
+2009-06-26  Stef Walter  <stef memberwebs com>
+
+    Fix linking problem on FreeBSD.
+    
+    The dlopen function is in libc rather than libdl, so add a check for
+    that in configure.in. Fixes bug #584307
+
+2009-06-26  Stef Walter  <stef memberwebs com>
+
+    Add missing header.
+    
+    Fixes compilation problem on OS X 10.4. Bug #584781. Patch by Daniel Macks.
+
+2009-06-26  Stef Walter  <stef memberwebs com>
+
+    Use proper functions to free secure memory.
+    
+    Fixes crash reported in bug #586192. Patch by Ryan Beasley.
+
 === gnome-keyring 2.26.1 ===
 
 2009-04-12  Stef Walter  <stef memberwebs com>
diff --git a/NEWS b/NEWS
index 486ec8a..743f576 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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.
+  This affected use of SSH keys in particular.
+* Fix crash related to secure memory. [Ryan Beasley]
+
 Changes in version 2.26.1 are:
 * Fix many problems with the new secure memory allocator.
 * DBus now automatically starts the gnome-keyring service properly.
diff --git a/configure.in b/configure.in
index 706da3f..507de66 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 AC_INIT(library/gnome-keyring.h)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 2.26.1)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.26.3)
 AM_CONFIG_HEADER(config.h)
 	
 dnl ****************************************************************************
diff --git a/po/ChangeLog b/po/ChangeLog
index 21bec09..54f6f25 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,5 @@
+=== gnome-keyring 2.26.3 ===
+
 2009-06-10  Manoj Kumar Giri <mgiri redhat com>
 
 	* hi.po: Committed Hindi Translation on behalf of Rajesh Ranjan.



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