gnome-keyring r1494 - in trunk: . gp11/reference/tmpl po tests



Author: nnielsen
Date: Mon Feb  2 21:00:21 2009
New Revision: 1494
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1494&view=rev

Log:
Release version 2.25.90


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/gp11/reference/tmpl/   (props changed)
   trunk/po/ChangeLog
   trunk/tests/prep-gtest.sh

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Feb  2 21:00:21 2009
@@ -1,3 +1,12 @@
+Changes in version 2.25.90 are:
+* Add certificate UI bit to gcr library.
+* Can now again clear the cached authentication from an SSH key.
+* Add some additional helper functions to gp11 library. 
+* Fix some corner cases in signal handling. [James Henstridge]
+* Don't crash when trying to lock keyrings that don't have a password.
+* Fix problems running on 64-bit systems. [Christophe Fergeau]
+* Build fixes [Theppitak Karoonboonyanan, Saleem Abdulrasool]
+
 Changes in version 2.25.5 are:
 * Refactor out gcr library for crypto UI and related tasks.
 * Code refactoring.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Feb  2 21:00:21 2009
@@ -1,6 +1,6 @@
 AC_INIT(library/gnome-keyring.h)
 
-AM_INIT_AUTOMAKE(gnome-keyring, 2.25.5)
+AM_INIT_AUTOMAKE(gnome-keyring, 2.25.90)
 AM_CONFIG_HEADER(config.h)
 	
 dnl ****************************************************************************

Modified: trunk/tests/prep-gtest.sh
==============================================================================
--- trunk/tests/prep-gtest.sh	(original)
+++ trunk/tests/prep-gtest.sh	Mon Feb  2 21:00:21 2009
@@ -29,10 +29,10 @@
 	echo
 
 	for _file in $@; do
-		sed -ne 's/.*DEFINE_SETUP(\([^)]\+\))/DECLARE_SETUP(\1);/p' $_file
-		sed -ne 's/.*DEFINE_TEARDOWN(\([^)]\+\))/DECLARE_TEARDOWN(\1);/p' $_file
-		sed -ne 's/.*DEFINE_TEST(\([^)]\+\))/DECLARE_TEST(\1);/p' $_file
-		# sed -ne 's/.*DEFINE_ABORT(\([^)]\+\))/DECLARE_ABORT(\1);/p' $_file
+		sed -ne 's/.*DEFINE_SETUP[ 	]*(\([^)]\+\))/DECLARE_SETUP(\1);/p' $_file
+		sed -ne 's/.*DEFINE_TEARDOWN[ 	]*(\([^)]\+\))/DECLARE_TEARDOWN(\1);/p' $_file
+		sed -ne 's/.*DEFINE_TEST[ 	]*(\([^)]\+\))/DECLARE_TEST(\1);/p' $_file
+		# sed -ne 's/.*DEFINE_ABORT[ 	]*(\([^)]\+\))/DECLARE_ABORT(\1);/p' $_file
 	done
 	echo
 }



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