- update to 0.34, pulling in fixes for memory leaks, performance
improvements, and initial support for server backend transactions
This commit is contained in:
parent
b0f63f5b9d
commit
b0c2be4c76
2
.gitignore
vendored
2
.gitignore
vendored
@ -20,3 +20,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.27.tar.gz.sig
|
/slapi-nis-0.27.tar.gz.sig
|
||||||
/slapi-nis-0.28.tar.gz
|
/slapi-nis-0.28.tar.gz
|
||||||
/slapi-nis-0.28.tar.gz.sig
|
/slapi-nis-0.28.tar.gz.sig
|
||||||
|
/slapi-nis-0.34.tar.gz
|
||||||
|
/slapi-nis-0.34.tar.gz.sig
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.28
|
Version: 0.34
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -65,9 +65,35 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
|
||||||
|
- do entry comparisons ourselves, albeit less throughly, to avoid the worst
|
||||||
|
case in pathological cases (more of #771444)
|
||||||
|
|
||||||
|
* Tue Jan 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.33-1
|
||||||
|
- get more aggressive about skipping unnecessary calculations (most of
|
||||||
|
the problem in #771444, though not the approach described there)
|
||||||
|
|
||||||
|
* Mon Jan 16 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.32-1
|
||||||
|
- add support for directory server transactions (#758830,#766320)
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.28-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 11 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.31-1
|
||||||
|
- fix some memory leaks (more of #771493)
|
||||||
|
|
||||||
|
* Tue Jan 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.30-1
|
||||||
|
- skip recalculations when the attributes which changed don't factor into
|
||||||
|
our calculations (part of #771493)
|
||||||
|
|
||||||
|
* Wed Jan 4 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.29-1
|
||||||
|
- add regmatchi/regsubi formatting functions which work like regmatch/regsub,
|
||||||
|
but do matching in a case-insensitive manner
|
||||||
|
- update NIS map defaults to match {CRYPT} userPassword values in a
|
||||||
|
case-insensitive manner so that we also use {crypt} userPassword values
|
||||||
|
- fix inconsistencies in the NIS service stemming from using not-normalized DNs
|
||||||
|
in some places where it should have used normalized DNs
|
||||||
|
|
||||||
* Mon Dec 19 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.28-1
|
* Mon Dec 19 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.28-1
|
||||||
- when configured with --with-ldap=openldap, link with -lldap_r rather
|
- when configured with --with-ldap=openldap, link with -lldap_r rather
|
||||||
than -lldap (rmeggins, #769107)
|
than -lldap (rmeggins, #769107)
|
||||||
|
Loading…
Reference in New Issue
Block a user