- Release SSSD 1.1.0 final

- Fix two potential segfaults
- Fix memory leak in monitor
- Better error message for unusable confdb
This commit is contained in:
Stephen Gallagher 2010-03-22 19:54:48 +00:00
parent 026e8e0f23
commit 58c745dac6
3 changed files with 10 additions and 12 deletions

View File

@ -1 +1 @@
sssd-1.1.0-pre20100317git0ea7f19.tar.gz sssd-1.1.0.tar.gz

View File

@ -1 +1 @@
22c472dc87e66c7d0a4599df8af75fba sssd-1.1.0-pre20100317git0ea7f19.tar.gz fd7ec06933250f33c01e80eaa5e760c6 sssd-1.1.0.tar.gz

View File

@ -5,20 +5,12 @@
Name: sssd Name: sssd
Version: 1.1.0 Version: 1.1.0
Release: 1.pre20100317git0ea7f19%{?dist} Release: 2%{?dist}
Group: Applications/System Group: Applications/System
Summary: System Security Services Daemon Summary: System Security Services Daemon
License: GPLv3+ License: GPLv3+
URL: http://fedorahosted.org/sssd/ URL: http://fedorahosted.org/sssd/
Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz
# This version of the sssd is built from a prerelease copy of the sssd
# To obtain an exact copy of these sources, use the following commands:
# git clone git://git.fedorahosted.org/sssd.git
# cd sssd
# git checkout 0ea7f19
# ./configure && make dist
# mv sssd-1.1.0.tar.gz sssd-1.1.0-pre20100317git0ea7f19.tar.gz
Source0: sssd-%{version}-pre20100317git0ea7f19.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%define dhash_version 0.4.0 %define dhash_version 0.4.0
@ -449,6 +441,12 @@ fi
%postun -n libref_array -p /sbin/ldconfig %postun -n libref_array -p /sbin/ldconfig
%changelog %changelog
* Tue Mar 22 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-2
- Release SSSD 1.1.0 final
- Fix two potential segfaults
- Fix memory leak in monitor
- Better error message for unusable confdb
* Wed Mar 17 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1.pre20100317git0ea7f19 * Wed Mar 17 2010 Stephen Gallagher <sgallagh@redhat.com> - 1.1.0-1.pre20100317git0ea7f19
- Release candidate for SSSD 1.1 - Release candidate for SSSD 1.1
- Add simple access provider - Add simple access provider