summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec6
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b0cb41a..dd2b963 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.34 * Do entry comparisons ourselves, albeit less throughly, to avoid
+ the worst case in pathological cases (more of #771444).
0.33 * Actually compare pre- and post-modify entries to figure out if
a change is relevant (fixes a lot of #771444).
0.32 * Support for directory server's internal back-end transactions.
diff --git a/configure.ac b/configure.ac
index d23656c..b64d461 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.33)
+AC_INIT(slapi-nis,0.34)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 7d62ddb..49ef3af 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
%endif
Name: slapi-nis
-Version: 0.33
+Version: 0.34
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Thu Jan 19 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.34-1
+- do entry comparisons ourselves, albeit less throughly, to avoid the worst
+ case in pathological cases (more of #771444)
+
* Tue Jan 17 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.33-1
- get more aggressive about skipping unnecessary calculations (most of
the problem in #771444, though not the approach described there)