New upstream release 1.5.9

https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.9
Support for overriding home directory, shell and primary GID locally
Properly honor TTL values from SRV record lookups
Support non-POSIX groups in nested group chains (for RFC2307bis LDAP
servers)
Properly escape IPv6 addresses in the failover code
Do not crash if inotify fails (e.g. resource exhaustion)
Don't add multiple TGT renewal callbacks (too many log messages)
This commit is contained in:
Stephen Gallagher 2011-06-30 14:57:29 -04:00
parent 91fde1e873
commit 4ef0c7f5e6
3 changed files with 14 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ sssd-1.2.91.tar.gz
/sssd-1.5.6.1.tar.gz
/sssd-1.5.7.tar.gz
/sssd-1.5.8.tar.gz
/sssd-1.5.9.tar.gz

View File

@ -1 +1 @@
19d19d2ee01521485337cbf9b006985a sssd-1.5.8.tar.gz
a1e1fb7b55aa050d4b94069cfe763400 sssd-1.5.9.tar.gz

View File

@ -8,7 +8,7 @@
%global ldb_version 1.0.2
Name: sssd
Version: 1.5.8
Version: 1.5.9
Release: 1%{?dist}
Group: Applications/System
Summary: System Security Services Daemon
@ -297,6 +297,17 @@ fi
%postun client -p /sbin/ldconfig
%changelog
* Thu Jun 30 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.9-1
- New upstream release 1.5.9
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.9
- Support for overriding home directory, shell and primary GID locally
- Properly honor TTL values from SRV record lookups
- Support non-POSIX groups in nested group chains (for RFC2307bis LDAP
- servers)
- Properly escape IPv6 addresses in the failover code
- Do not crash if inotify fails (e.g. resource exhaustion)
- Don't add multiple TGT renewal callbacks (too many log messages)
* Fri May 27 2011 Stephen Gallagher <sgallagh@redhat.com> - 1.5.8-1
- New upstream release 1.5.8
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.8