update to 0.42
- fixes a slow memory leak - removes transaction support, because 389's new strategy for adding transactions no longer expects plugins to change to accomodate the feature, and attempts to do so are now bad
This commit is contained in:
parent
f4f35c9914
commit
f337444307
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,3 +30,5 @@ slapi-nis-0.17.tar.gz
|
||||
/slapi-nis-0.38.tar.gz.sig
|
||||
/slapi-nis-0.40.tar.gz
|
||||
/slapi-nis-0.40.tar.gz.sig
|
||||
/slapi-nis-0.42.tar.gz
|
||||
/slapi-nis-0.42.tar.gz.sig
|
||||
|
@ -5,7 +5,7 @@
|
||||
%endif
|
||||
|
||||
Name: slapi-nis
|
||||
Version: 0.41
|
||||
Version: 0.42
|
||||
Release: 1%{?dist}
|
||||
Summary: NIS Server and Schema Compatibility plugins for Directory Server
|
||||
Group: System Environment/Daemons
|
||||
@ -70,6 +70,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_sbindir}/nisserver-plugin-defs
|
||||
|
||||
%changelog
|
||||
* Wed Jun 13 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.42-1
|
||||
- drop support for directory server transactions (richm, #766320)
|
||||
|
||||
* Tue May 22 2012 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- fix a leak due to us assuming that slapi_mods_add_smod() not taking ownership
|
||||
of an smod along with its contents, when it just keeps the contents
|
||||
|
||||
* Tue Apr 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.41-1
|
||||
- log errors evaluating pad expressions in %%link rather than continuing on
|
||||
until we hit an arithmetic exception (#810258)
|
||||
|
Loading…
Reference in New Issue
Block a user