[sssd/f14/master] New upstream release 1.5.6 https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6 Fixed a serious m

Stephen Gallagher sgallagh at fedoraproject.org
Wed Apr 20 19:43:13 UTC 2011


commit 383b66a9c8518d892a8e2396c14226047cff6947
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Apr 20 15:43:21 2011 -0400

    New upstream release 1.5.6
    https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6
    Fixed a serious memory leak in the memberOf plugin
    Fixed a regression with the negative cache that caused it to be essentially
    nonfunctional
    Fixed an issue where the user's full name would sometimes be removed from
    the cache
    Fixed an issue with password changes in the kerberos provider not working
    with kpasswd
    Resolves: rhbz#697057 - kpasswd fails when using sssd and
    kadmin server != kdc server
    Fix a serious memory leak in the memberOf plugin
    Fix an issue where the user's full name would sometimes be removed
    from the cache

 0007-Introduce-sysdb_ldb_connect.patch      |  131 ---------------------------
 0008-Check-LDB_MODULES_PATH-for-sysdb.patch |   44 ---------
 sssd.spec                                   |   18 ++++-
 3 files changed, 17 insertions(+), 176 deletions(-)
---
diff --git a/sssd.spec b/sssd.spec
index ae36bca..0ad699b 100644
--- a/sssd.spec
+++ b/sssd.spec
@@ -8,7 +8,7 @@
 %global ldb_version 0.9.10
 
 Name: sssd
-Version: 1.5.5
+Version: 1.5.6
 Release: 1%{?dist}
 Group: Applications/System
 Summary: System Security Services Daemon
@@ -270,6 +270,22 @@ fi
 %postun client -p /sbin/ldconfig
 
 %changelog
+* Wed Apr 20 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.6-1
+- New upstream release 1.5.6
+- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.6
+- Fixed a serious memory leak in the memberOf plugin
+- Fixed a regression with the negative cache that caused it to be essentially
+- nonfunctional
+- Fixed an issue where the user's full name would sometimes be removed from
+- the cache
+- Fixed an issue with password changes in the kerberos provider not working
+- with kpasswd
+- Resolves: rhbz#697057 - kpasswd fails when using sssd and
+-                         kadmin server != kdc server
+- Fix a serious memory leak in the memberOf plugin
+- Fix an issue where the user's full name would sometimes be removed
+- from the cache
+
 * Tue Apr 12 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.5-1
 - New upstream release 1.5.5
 - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.5


More information about the scm-commits mailing list