Update to 0.50
- if we get an EPIPE while registering with rpcbind, try to reconnect and retransmit before giving up
This commit is contained in:
parent
8dfff49d90
commit
a65ac98381
2
.gitignore
vendored
2
.gitignore
vendored
@ -50,3 +50,5 @@ slapi-nis-0.17.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
|
||||||
/slapi-nis-0.49.tar.gz.sig
|
/slapi-nis-0.49.tar.gz.sig
|
||||||
|
/slapi-nis-0.50.tar.gz
|
||||||
|
/slapi-nis-0.50.tar.gz.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.49
|
Version: 0.50
|
||||||
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,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 1 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.50-1
|
||||||
|
- if we get an EPIPE while registering with rpcbind, try to reconnect and
|
||||||
|
retransmit before giving up
|
||||||
|
|
||||||
* Thu Sep 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.49-1
|
* Thu Sep 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.49-1
|
||||||
- add {nis,schema-compat}-ignore-subtree and -restrict-subtree settings,
|
- add {nis,schema-compat}-ignore-subtree and -restrict-subtree settings,
|
||||||
which should let us avoid deadlocks when tasks are modifying data in
|
which should let us avoid deadlocks when tasks are modifying data in
|
||||||
|
Loading…
Reference in New Issue
Block a user