update to 0.49
- add {nis,schema-compat}-ignore-subtree and -restrict-subtree settings, which should let us avoid deadlocks when tasks are modifying data in the backend database (#1007451)
This commit is contained in:
parent
60283f080b
commit
8dfff49d90
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,3 +48,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.47.7.tar.gz.sig
|
/slapi-nis-0.47.7.tar.gz.sig
|
||||||
/slapi-nis-0.48.tar.gz
|
/slapi-nis-0.48.tar.gz
|
||||||
/slapi-nis-0.48.tar.gz.sig
|
/slapi-nis-0.48.tar.gz.sig
|
||||||
|
/slapi-nis-0.49.tar.gz
|
||||||
|
/slapi-nis-0.49.tar.gz.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.48
|
Version: 0.49
|
||||||
Release: 1%{?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
|
||||||
@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.49-1
|
||||||
|
- add {nis,schema-compat}-ignore-subtree and -restrict-subtree settings,
|
||||||
|
which should let us avoid deadlocks when tasks are modifying data in
|
||||||
|
the backend database (#1007451)
|
||||||
|
|
||||||
* Mon Aug 12 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.48-1
|
* Mon Aug 12 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.48-1
|
||||||
- try to gracefully handle failures obtaining internal locks
|
- try to gracefully handle failures obtaining internal locks
|
||||||
- fix locating-by-name of entries with names that require escaping
|
- fix locating-by-name of entries with names that require escaping
|
||||||
|
Loading…
Reference in New Issue
Block a user