[sssd/f14/master: 5/7] Merge branch 'master' into f14

Stephen Gallagher sgallagh at fedoraproject.org
Thu Mar 17 15:56:20 UTC 2011


commit b566de812966051743b03c87d38e9e330c30b6ce
Merge: 9831967 53637a0
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Mar 17 11:43:11 2011 -0400

    Merge branch 'master' into f14
    
    Conflicts:
    	sssd.spec

 .gitignore                                         |    2 +
 ...e-search-filters-for-nested-group-lookups.patch |   73 ---------
 ...ule-registration-with-newer-LDB-libraries.patch |   62 -------
 0003-Make-make-check-look-nice-again.patch         |   95 -----------
 ...ed-user-entry-if-initgroups-returns-ENOEN.patch |   36 ----
 ...erform-initgroups-lookups-for-all-domains.patch |   39 -----
 ...r-remove-deleted-groups-during-initgroups.patch |  168 --------------------
 sources                                            |    2 +-
 sssd.spec                                          |   43 +++---
 9 files changed, 25 insertions(+), 495 deletions(-)
---
diff --cc sssd.spec
index 6478fb6,799ddee..2918801
--- a/sssd.spec
+++ b/sssd.spec
@@@ -3,12 -3,9 +3,12 @@@
  %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
  %endif
  
 +# Determine the location of the LDB modules directory
 +%global ldb_modulesdir %(pkg-config --variable=modulesdir ldb)
 +
  Name: sssd
- Version: 1.5.1
- Release: 9%{?dist}
+ Version: 1.5.3
+ Release: 1%{?dist}
  Group: Applications/System
  Summary: System Security Services Daemon
  License: GPLv3+
@@@ -289,8 -269,27 +272,26 @@@ f
  %postun client -p /sbin/ldconfig
  
  %changelog
+ * Fri Mar 11 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.3-1
+ - New upstream release 1.5.3
+ - Support for libldb >= 1.0.0
+ 
+ * Thu Mar 10 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.2-1
+ - New upstream release 1.5.2
+ - https://fedorahosted.org/sssd/wiki/Releases/Notes-1.5.2
+ - Fixes for support of FreeIPA v2
+ - Fixes for failover if DNS entries change
+ - Improved sss_obfuscate tool with better interactive mode
+ - Fix several crash bugs
+ - Don't attempt to use START_TLS over SSL. Some LDAP servers can't handle this
+ - Delete users from the local cache if initgroups calls return 'no such user'
+ - (previously only worked for getpwnam/getpwuid)
+ - Use new Transifex.net translations
+ - Better support for automatic TGT renewal (now survives restart)
+ - Netgroup fixes
+ 
 -* Sun Feb 27 2011 Simo Sorce <ssorce at redhat.com> - 1.5.1-9
 -- Rebuild sssd against libldb 1.0.2 so the memberof module loads again.
 -- Related: rhbz#677425
 +* Mon Feb 21 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-9
 +- Fix build against older libldb
  
  * Mon Feb 21 2011 Stephen Gallagher <sgallagh at redhat.com> - 1.5.1-8
  - Resolves: rhbz#677768 - name service caches names, so id command shows


More information about the scm-commits mailing list