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:
Nalin Dahyabhai 2012-06-13 17:16:16 -04:00
parent f4f35c9914
commit f337444307
3 changed files with 12 additions and 3 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1,2 +1,2 @@
1bc4e228cebba5ec2ef73516e0186c70 slapi-nis-0.41.tar.gz
72fa861a0d1e479058b07ef55b09af31 slapi-nis-0.41.tar.gz.sig
6e360a59c26711680ff45715604d1117 slapi-nis-0.42.tar.gz
2520caf8caa3f7b6bd369b46643d82ab slapi-nis-0.42.tar.gz.sig