summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2010-11-23 14:30:55 -0500
committerNalin Dahyabhai <nalin@redhat.com>2010-11-23 14:30:55 -0500
commit25be5b3cc084e4ea2856da9165b8bd109fead620 (patch)
tree4d1eaf8e9685ba37a337be146ddfc0e072a1c16a
parentb143341234f54b8dc3879b6d6c875a4fa470b2c5 (diff)
downloadslapi-nis-25be5b3cc084e4ea2856da9165b8bd109fead620.tar.gz
slapi-nis-25be5b3cc084e4ea2856da9165b8bd109fead620.tar.xz
slapi-nis-25be5b3cc084e4ea2856da9165b8bd109fead620.zip
- tag 0.21slapi-nis-0.21
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 10 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b023f41..bb532a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.21 * Make standalone container entries only show up in search results
+ once.
0.20 * Add a deref_f function which works like deref but also applies a
filter before reading the target attribute from the target entry.
0.19 * Fix a brown-paper-bag crash.
@@ -7,7 +9,7 @@
filters at each step of the way.
* Do the more-or-less expected thing when a schema compat group
doesn't include a container RDN: assume the group DN is the only
- container.
+ container and make it standalone.
0.17 * Actually send portmap registrations to the right address.
0.16 * Fix NIS server startup problem when no listening port is explicitly
configured and we're using portmap instead of rpcbind (#500903).
diff --git a/configure.ac b/configure.ac
index 298cde8..843a9b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.20)
+AC_INIT(slapi-nis,0.21)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 0a323fa..f1a831e 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -1,5 +1,5 @@
Name: slapi-nis
-Version: 0.20
+Version: 0.21
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -50,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Tue Nov 18 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.21-1
+- update to 0.21
+ - schema-compat: don't look at standalone compat containers for a search,
+ since we'll already have looked at the group container
+
* Tue Nov 18 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.20-1
- update to 0.20
- add a deref_f function