From d5f2e4a86843ec424c93355cff97044dee184b3e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: May 24 2010 19:19:33 +0000 Subject: - New stable upstream version 1.2.0 - Support ServiceGroups for FreeIPA v2 HBAC rules - Fix long-standing issue with auth_provider = proxy - Better logging for TLS issues in LDAP --- diff --git a/.cvsignore b/.cvsignore index 8185774..e8af77c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sssd-1.1.92.tar.gz +sssd-1.2.0.tar.gz diff --git a/sources b/sources index bad8f03..32e9a78 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad0fd30b07f4ba2431ade2c90cf7a09d sssd-1.1.92.tar.gz +5b14a5ed5d57085303b4732ef1ff41e5 sssd-1.2.0.tar.gz diff --git a/sssd.spec b/sssd.spec index 07cb883..6adcb0f 100644 --- a/sssd.spec +++ b/sssd.spec @@ -4,10 +4,10 @@ %endif Name: sssd -Version: 1.1.92 +Version: 1.2.0 #Never reset the Release, always increment it #Otherwise we can have issues if library versions do not change -Release: 11%{?dist} +Release: 12%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -453,6 +453,12 @@ fi %postun -n libref_array -p /sbin/ldconfig %changelog +* Mon May 24 2010 Stephen Gallagher - 1.2.0-12 +- New stable upstream version 1.2.0 +- Support ServiceGroups for FreeIPA v2 HBAC rules +- Fix long-standing issue with auth_provider = proxy +- Better logging for TLS issues in LDAP + * Tue May 18 2010 Stephen Gallagher - 1.1.92-11 - New LDAP access provider allows for filtering user access by LDAP attribute - Reduced default timeout for detecting offline status with LDAP