From db77daa34494cc513088768b932bdc6fd6583142 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 1 Apr 2010 15:19:19 +0000 Subject: [PATCH] - New upstream release 1.1.1 - Fixed the IPA provider (which was segfaulting at start) - Fixed a bug in the SSSDConfig API causing some options to revert to - their defaults - This impacted the Authconfig UI - Ensure that SASL binds to LDAP auto-retry when interrupted by a signal --- .cvsignore | 2 +- sources | 2 +- sssd.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index c0bbdc7..fd2e80c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-1.1.0.tar.gz +sssd-1.1.1.tar.gz diff --git a/sources b/sources index 9d1560c..38f2eb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd7ec06933250f33c01e80eaa5e760c6 sssd-1.1.0.tar.gz +7bba82062d272baaff9b7c394f47151d sssd-1.1.1.tar.gz diff --git a/sssd.spec b/sssd.spec index a6c811c..744f182 100644 --- a/sssd.spec +++ b/sssd.spec @@ -4,8 +4,8 @@ %endif Name: sssd -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -441,6 +441,14 @@ fi %postun -n libref_array -p /sbin/ldconfig %changelog +* Thu Apr 01 2010 Stephen Gallagher - 1.1.1-1 +- New upstream release 1.1.1 +- Fixed the IPA provider (which was segfaulting at start) +- Fixed a bug in the SSSDConfig API causing some options to revert to +- their defaults +- This impacted the Authconfig UI +- Ensure that SASL binds to LDAP auto-retry when interrupted by a signal + * Tue Mar 22 2010 Stephen Gallagher - 1.1.0-2 - Release SSSD 1.1.0 final - Fix two potential segfaults