summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2011-01-06 12:01:18 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2011-01-06 12:01:18 -0500
commit198ff0b5a56c99002e9eafb19758bbd30ca54795 (patch)
tree2894d9a13aa9351ba53be47a26a8f74573f1893e
parent89c05d42a604f6ee4e7569c260a70433b269365d (diff)
downloadslapi-nis-198ff0b5a56c99002e9eafb19758bbd30ca54795.tar.gz
slapi-nis-198ff0b5a56c99002e9eafb19758bbd30ca54795.tar.xz
slapi-nis-198ff0b5a56c99002e9eafb19758bbd30ca54795.zip
- tag 0.22
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bb532a8..247cc8f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+0.22 * Bug fixes.
+ * Learn to build against either mozldap or openldap when building
+ for dirsrv servers.
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
diff --git a/configure.ac b/configure.ac
index 5e17683..e75de40 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.21)
+AC_INIT(slapi-nis,0.22)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT
diff --git a/slapi-nis.spec b/slapi-nis.spec
index f0dcd0c..c936b5a 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,8 +5,8 @@
%endif
Name: slapi-nis
-Version: 0.21
-Release: 2%{?dist}
+Version: 0.22
+Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
License: GPLv2
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Thu Jan 6 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.22-1
+- fix a number of scanner-uncovered defects
+
* Thu Jan 6 2010 Nalin Dahyabhai <nalin@redhat.com> - 0.21-2
- make sure we always pull in nss-devel and nspr-devel, and the right
ldap toolkit for the Fedora or RHEL version