seahorse r2547 - in trunk: . po



Author: nnielsen
Date: Sat Sep 20 22:46:38 2008
New Revision: 2547
URL: http://svn.gnome.org/viewvc/seahorse?rev=2547&view=rev

Log:
	* NEWS:
	* configure.in:
	* README: Release version 2.24.0



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in
   trunk/po/ChangeLog

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sat Sep 20 22:46:38 2008
@@ -1,3 +1,22 @@
+seahorse 2.24.0
+---------------
+
+    * Some tweaks to the password prompt window, including allowing 
+      minimizing to release the keyboard grab.
+    * Fix compiler warnings for gcc 4.3. 
+    * Return a 'cancelled' error when from the daemon crypto dbus 
+      methods when a user cancels out of a password prompt.
+    * Show revoked subkeys properly in details view of PGP keys.
+    * Fix problem deleting SSH keys.
+    * Fix dialog prompt column widths, and elipsize long text in 
+      key listing. [Adam Schreiber]
+    * Fix problem with 'no keys available' when trying to sign a 
+      PGP key from within the key manager.
+    * Add 'exportable' flag to objects/keys and don't enable export 
+      UI if selected objects are not exportable.
+    * Build fixes [Joe Orton, Adam Schreiber]
+    * Crash and other fixes. [Christian Persch]
+
 seahorse 2.23.92
 ----------------
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Sat Sep 20 22:46:38 2008
@@ -1,5 +1,5 @@
 Seahorse: a Gnome encryption interface.
-This describes version 2.23.92
+This describes version 2.24.0
 
 Seahorse is a graphical interface for managing and using encryption keys. 
 Currently it supports PGP keys (using GPG/GPGME) and SSH keys. Its goal is to 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sat Sep 20 22:46:38 2008
@@ -5,7 +5,7 @@
 dnl ****************************************************************************
 dnl MAIN SEAHORSE VERSION (update after release)
 
-AC_INIT(seahorse, 2.23.92)
+AC_INIT(seahorse, 2.24.0)
 
 dnl ****************************************************************************
 dnl LIBCRYPTUI libtool versioning



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