[gnome-keyring] Release version 2.91.2



commit b774ad060d9e40c7ce145a4557fb1541d7c375b0
Author: Stef Walter <stef memberwebs com>
Date:   Tue Nov 9 02:29:01 2010 +0000

    Release version 2.91.2

 NEWS              |    7 +++++++
 configure.in      |    1 -
 egg/egg-mkdtemp.c |    5 +----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1186822..8203bd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Changes in version 2.91.2 are:
+ * Add timeout if PAM startup doesn't complete shortly.
+ * Fix login keyring password when it doesn't match unix login.
+ * Replace gp11-0 with gck in pkgconfig file
+ * Fix broken dispose of GcrCertificateWidget
+ * Remove gp11 library.
+
 Changes in version 2.91.1 are:
  * Fix build problem in gpg-agent.
  * Properly distribute pkgconfig file for gck library.
diff --git a/configure.in b/configure.in
index 64f1742..f73a04c 100644
--- a/configure.in
+++ b/configure.in
@@ -44,7 +44,6 @@ AM_SANITY_CHECK
 AM_MAINTAINER_MODE
 
 AC_GNU_SOURCE
-AC_C_CONST
 AC_ISC_POSIX
 AC_PROG_CC
 AC_PROG_CPP
diff --git a/egg/egg-mkdtemp.c b/egg/egg-mkdtemp.c
index 03d4332..9482d5a 100644
--- a/egg/egg-mkdtemp.c
+++ b/egg/egg-mkdtemp.c
@@ -32,16 +32,13 @@
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdint.h>
 
 #include <stdio.h>
 #ifndef TMP_MAX
 # define TMP_MAX 238328
 #endif
 
-#if HAVE_STDINT_H_WITH_UINTMAX || _LIBC
-# include <stdint.h>
-#endif
-
 #if HAVE_INTTYPES_H_WITH_UINTMAX || _LIBC
 # include <inttypes.h>
 #endif



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