From 9d5bcde0eb97da42bb96803ad0bae928b868709a Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Nov 01 2010 13:02:47 +0000 Subject: - New upstream release 1.4.1 - Add support for netgroups to the proxy provider - Fixes a minor bug with UIDs/GIDs >= 2^31 - Fixes a segfault in the kerberos provider - Fixes a segfault in the NSS responder if a data provider crashes - Correctly use sdap_netgroup_search_base --- diff --git a/.gitignore b/.gitignore index f181db8..5d50a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ sssd-1.2.91.tar.gz /sssd-1.3.0.tar.gz /sssd-1.4.0.tar.gz +/sssd-1.4.1.tar.gz diff --git a/sources b/sources index cb0ac24..f8124ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51a8d6f2c6aa6f0991cca88b01ab13bb sssd-1.4.0.tar.gz +4f505e16bd0e9c5a441b2c9543cf0490 sssd-1.4.1.tar.gz diff --git a/sssd.spec b/sssd.spec index 11acc00..3e5578c 100644 --- a/sssd.spec +++ b/sssd.spec @@ -4,8 +4,8 @@ %endif Name: sssd -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.4.1 +Release: 1%{?dist} Group: Applications/System Summary: System Security Services Daemon License: GPLv3+ @@ -233,6 +233,14 @@ fi %postun client -p /sbin/ldconfig %changelog +* Mon Nov 01 2010 Stephen Gallagher - 1.4.1-1 +- New upstream release 1.4.1 +- Add support for netgroups to the proxy provider +- Fixes a minor bug with UIDs/GIDs >= 2^31 +- Fixes a segfault in the kerberos provider +- Fixes a segfault in the NSS responder if a data provider crashes +- Correctly use sdap_netgroup_search_base + * Mon Oct 18 2010 Stephen Gallagher - 1.4.0-2 - Fix incorrect tarball URL