[sssd] New upstream release 1.5.9 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.9 Support for overr

Stephen Gallagher sgallagh at fedoraproject.org
Thu Jun 30 18:57:41 UTC 2011


commit 4ef0c7f5e6d54a2531532396351cc924363f44d5
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Jun 30 14:57:29 2011 -0400

    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)

 .gitignore |    1 +
 sources    |    2 +-
 sssd.spec  |   13 ++++++++++++-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b91508c..0c87cd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index bcf4eb9..8f8ba36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19d19d2ee01521485337cbf9b006985a  sssd-1.5.8.tar.gz
+a1e1fb7b55aa050d4b94069cfe763400  sssd-1.5.9.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 763cf88..e1a8b1e 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -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 at 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 at redhat.com> - 1.5.8-1
 - New upstream release 1.5.8
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.8


More information about the scm-commits mailing list