[slapi-nis] update to 0.42

Nalin Dahyabhai nalin at fedoraproject.org
Wed Jun 13 21:17:52 UTC 2012


commit f33744430733f4b6aec9576de61070585b5b66e5
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Wed Jun 13 17:16:16 2012 -0400

    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

 .gitignore     |    2 ++
 slapi-nis.spec |    9 ++++++++-
 sources        |    4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4d5c0f..546a5ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 2f3ef53..acf00cd 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -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 at redhat.com> - 0.42-1
+- drop support for directory server transactions (richm, #766320)
+
+* Tue May 22 2012 Nalin Dahyabhai <nalin at 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 at redhat.com> - 0.41-1
 - log errors evaluating pad expressions in %%link rather than continuing on
   until we hit an arithmetic exception (#810258)
diff --git a/sources b/sources
index 94bf399..7473b98 100644
--- a/sources
+++ b/sources
@@ -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


More information about the scm-commits mailing list