summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-04-21 17:03:33 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-04-21 17:03:33 -0400
commit69f57e8f6124315f71483276b0eb9742b5f54e37 (patch)
tree03ff5d6a75d4074eafd26d0497a64b79d152a99e
parent92db8e046a690e78b08593577b8f3552df4b6e30 (diff)
downloadslapi-nis-69f57e8f6124315f71483276b0eb9742b5f54e37.tar.gz
slapi-nis-69f57e8f6124315f71483276b0eb9742b5f54e37.tar.xz
slapi-nis-69f57e8f6124315f71483276b0eb9742b5f54e37.zip
- tag 0.24slapi-nis-0.24
-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 4b11968..50ff4c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.24 * Speed up building compat entries when they refer to thousands of
+ other entries (#694623).
0.23 * Speed up building compat entries with attributes with thousands
of literal values (#692690).
0.22 * Bug fixes.
diff --git a/configure.ac b/configure.ac
index f5fb47a..95e3ec4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.23)
+AC_INIT(slapi-nis,0.24)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 55f8b78..85fe7cc 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
%endif
Name: slapi-nis
-Version: 0.23
+Version: 0.24
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Thu Apr 21 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.24-1
+- speed up building compat entries when they refer to thousands of real
+ entries (#694623)
+
* Thu Mar 31 2011 Nalin Dahyabhai <nalin@redhat.com> - 0.23-1
- speed up building compat entries with attributes with thousands of literal
values (#692690)