summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-04-04 16:33:34 -0400
committerNalin Dahyabhai <nalin@redhat.com>2013-04-04 16:33:34 -0400
commitabfdac117d0350f5271068b382f2b733b87ecb3e (patch)
treecf0819d168a3d0ad564ecbde7d7fe322c075b55b
parentb8ced4715b2fcc3921504b43b85268aa7b09c2f5 (diff)
downloadslapi-nis-abfdac117d0350f5271068b382f2b733b87ecb3e.tar.gz
slapi-nis-abfdac117d0350f5271068b382f2b733b87ecb3e.tar.xz
slapi-nis-abfdac117d0350f5271068b382f2b733b87ecb3e.zip
bump to 0.46
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec9
3 files changed, 13 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a590319..39c3765 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.46 * Fix detection of entries being modified so that they should be
+ added to or removed from maps (part of #912673).
+ * Check SLAPI_PLUGIN_OPRETURN in postop hooks, in case the backend
+ failed but we're being called anyway.
0.45 * Fix dispatching for multiple connected clients (#923336).
0.44 * Packaging and logging fixes.
0.43 * Reintroduce support for server transactions (nhosoi).
diff --git a/configure.ac b/configure.ac
index 9f47338..d62ba7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.45)
+AC_INIT(slapi-nis,0.46)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index aaccb09..b58e7a3 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@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
- fix dispatching for multiple connected clients in the NIS plugin (#923336)