[seahorse] Release version 2.91.1.1



commit 30ee1da7a4750e9bb119a73229f94475d61cc86e
Author: Stef Walter <stef memberwebs com>
Date:   Thu Oct 21 00:38:21 2010 +0000

    Release version 2.91.1.1

 NEWS         |   10 ++++++++++
 configure.in |    6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f06c50..4947f5c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+seahorse 2.91.1.1
+-----------------
+
+    * Fix build with libnotify 0.7 [Stef Walter]
+    * Migrate to new GtkComboBoxText widget in GTK3 [Matthias Clasen]
+    * Fix build issues on gtk+-3.0 [Tomas Bzatek]
+    * Build with latest gcr [Martin Paljak]
+    * Add icons and clear action to the filter entry [Diego Escalante Urrelo]
+    * Avoid hard-coding Gtk+ API version in gir generation [Andreas Henriksson]
+
 seahorse 2.91.1
 ---------------
 
diff --git a/configure.in b/configure.in
index acb6163..bc19e90 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AC_PREREQ(2.52)
 dnl ****************************************************************************
 dnl MAIN SEAHORSE VERSION (update after release)
 
-AC_INIT(seahorse, 2.91.2)
+AC_INIT(seahorse, 2.91.1.1)
 
 dnl ****************************************************************************
 dnl LIBCRYPTUI libtool versioning
@@ -465,11 +465,11 @@ if test "$enable_pkcs11" = "no"; then
 	echo "disabling pkcs11 support"
 	enable_pkcs11="no"
 else
-	PKG_CHECK_MODULES(GCR, $GCR_LIBRARY >= 2.25.5, gcr_is_present="yes", gcr_is_present="no")
+	PKG_CHECK_MODULES(GCR, $GCR_LIBRARY >= 2.91.2, gcr_is_present="yes", gcr_is_present="no")
 	if test "$gcr_is_present" = "no"; then
 		echo "disabling pkcs11 support"
 	fi
-	PKG_CHECK_MODULES(GCK, gck-0 >= 2.91.0, enable_pkcs11="yes", enable_pkcs11="no")
+	PKG_CHECK_MODULES(GCK, gck-0 >= 2.91.2, enable_pkcs11="yes", enable_pkcs11="no")
 	if test "$enable_pkcs11" = "yes" && test "$gcr_is_present" = "yes"; then
 		AC_DEFINE(WITH_PKCS11, 1, [gck library available])
 		SEAHORSE_CFLAGS="$SEAHORSE_CFLAGS $GCK_CFLAGS $GCR_CFLAGS"



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