summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b1aa376..64a26ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.36 * Stop yp_first/yp_next from looping indefinitely when keys get
+ duplicated in NIS maps, at least for a single LDAP entry.
0.35 * Add mmatch,mregmatch[i],mregsub[i] functions (part of #783274),
which work like match,regmatch[i],regsub[i], but which handle
and return lists of zero or more values.
diff --git a/configure.ac b/configure.ac
index 287372c..9aea1e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.35)
+AC_INIT(slapi-nis,0.36)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index c678a3b..c7844af 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
%endif
Name: slapi-nis
-Version: 0.35
+Version: 0.36
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -65,6 +65,11 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.36-1
+- take steps to avoid making yp_first/yp_next clients loop indefinitely
+ when a single LDAP entry produces multiple copies of the same NIS key
+ for a given map
+
* Tue Jan 24 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.35-1
- add mmatch/mregmatch[i]/mregsub[i] formatting functions which work like
match/regmatch[i]/regsub[i], but which can handle and return lists of