update to 0.46
- when checking if we can skip processing for a given change, pay attention to whether or not the changes cause the entry to need to be added or removed from a map (#912673) - check SLAPI_PLUGIN_OPRETURN in post-change hooks, in case the backend failed to update things but the server called us anyway
This commit is contained in:
parent
2a96b6feba
commit
8b956e4f21
2
.gitignore
vendored
2
.gitignore
vendored
@ -38,3 +38,5 @@ slapi-nis-0.17.tar.gz
|
|||||||
/slapi-nis-0.44.tar.gz.sig
|
/slapi-nis-0.44.tar.gz.sig
|
||||||
/slapi-nis-0.45.tar.gz
|
/slapi-nis-0.45.tar.gz
|
||||||
/slapi-nis-0.45.tar.gz.sig
|
/slapi-nis-0.45.tar.gz.sig
|
||||||
|
/slapi-nis-0.46.tar.gz
|
||||||
|
/slapi-nis-0.46.tar.gz.sig
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: slapi-nis
|
Name: slapi-nis
|
||||||
Version: 0.45
|
Version: 0.46
|
||||||
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
|
||||||
@ -76,6 +76,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/nisserver-plugin-defs
|
%{_sbindir}/nisserver-plugin-defs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.46-1
|
||||||
|
- when checking if we can skip processing for a given change, pay attention to
|
||||||
|
whether or not the changes cause the entry to need to be added or removed
|
||||||
|
from a map (#912673)
|
||||||
|
- check SLAPI_PLUGIN_OPRETURN in post-change hooks, in case the backend failed
|
||||||
|
to update things but the server called us anyway
|
||||||
|
|
||||||
* Tue Mar 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.45-1
|
* Tue Mar 19 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.45-1
|
||||||
- fix dispatching for multiple connected clients in the NIS plugin (#923336)
|
- fix dispatching for multiple connected clients in the NIS plugin (#923336)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user