[sssd/f15] New upstream release 1.5.15 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.15 Fixes a major c

Stephen Gallagher sgallagh at fedoraproject.org
Fri Nov 4 17:43:31 UTC 2011


commit bbe8f92a02e72b92b7ed31c13fc6ef5229d4ef4c
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Nov 4 13:43:59 2011 -0400

    New upstream release 1.5.15
    https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.15
    Fixes a major cache performance issue introduced in 1.5.14
    Fixes a potential infinite-loop with certain LDAP layouts

 .gitignore |    1 +
 sources    |    2 +-
 sssd.spec  |   10 ++++++++--
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54a4444..9ad278d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ sssd-1.2.91.tar.gz
 /sssd-1.5.12.tar.gz
 /sssd-1.5.13.tar.gz
 /sssd-1.5.14.tar.gz
+/sssd-1.5.15.tar.gz
diff --git a/sources b/sources
index 3a8ccef..a121c5f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a00b154c90e40379275d20247b97ce5  sssd-1.5.14.tar.gz
+302f1a562047eec71c938e303759526d  sssd-1.5.15.tar.gz
diff --git a/sssd.spec b/sssd.spec
index 7cbfdac..81f9875 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,8 +8,8 @@
 %global ldb_version 1.0.0-3
 
 Name: sssd
-Version: 1.5.14
-Release: 3%{?dist}
+Version: 1.5.15
+Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
 License: GPLv3+
@@ -348,6 +348,12 @@ fi
 %postun -n libipa_hbac -p /sbin/ldconfig
 
 %changelog
+* Fri Nov 04 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.15-1
+- New upstream release 1.5.15
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.15
+- Fixes a major cache performance issue introduced in 1.5.14
+- Fixes a potential infinite-loop with certain LDAP layouts
+
 * Sun Oct 23 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.14-3
 - Change selinux policy requirement to Conflicts: with the old version,
   rather than Requires: the supported version.


More information about the scm-commits mailing list