[slapi-nis] update to 0.46

Nalin Dahyabhai nalin at fedoraproject.org
Thu Apr 4 22:14:08 UTC 2013


commit 8b956e4f21952dce2958855938513c77ac308fab
Author: Nalin Dahyabhai <nalin at redhat.com>
Date:   Thu Apr 4 18:13:49 2013 -0400

    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

 .gitignore     |    2 ++
 slapi-nis.spec |    9 ++++++++-
 sources        |    4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2d3a67..f67345f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,5 @@ slapi-nis-0.17.tar.gz
 /slapi-nis-0.44.tar.gz.sig
 /slapi-nis-0.45.tar.gz
 /slapi-nis-0.45.tar.gz.sig
+/slapi-nis-0.46.tar.gz
+/slapi-nis-0.46.tar.gz.sig
diff --git a/slapi-nis.spec b/slapi-nis.spec
index c0eeaed..ad1a1ba 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -10,7 +10,7 @@
 %endif
 
 Name:		slapi-nis
-Version:	0.45
+Version:	0.46
 Release:	1%{?dist}
 Summary:	NIS Server and Schema Compatibility plugins for Directory Server
 Group:		System Environment/Daemons
@@ -76,6 +76,13 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/nisserver-plugin-defs
 
 %changelog
+* Thu Apr  4 2013 Nalin Dahyabhai <nalin at 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 at redhat.com> - 0.45-1
 - fix dispatching for multiple connected clients in the NIS plugin (#923336)
 
diff --git a/sources b/sources
index a719778..d2cc2b5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c469ea2d815a5e0d0fb49c184a97fef6  slapi-nis-0.45.tar.gz
-dcef935e33dfcfe798658569a5f50825  slapi-nis-0.45.tar.gz.sig
+f50f66bab7bc11020a339a5f60440a9b  slapi-nis-0.46.tar.gz
+bfe3ab18fcf8d8dcdd0ace46402829c3  slapi-nis-0.46.tar.gz.sig


More information about the scm-commits mailing list