summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-05-08 09:34:38 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2009-05-08 09:34:38 -0400
commit2651bae459798883121722d42f7ac5729254bf5b (patch)
tree13d57e259d144642583fa41d52f829c853a64a49
parentf181fa8356e2f05d5a59a85f4786b419c6a5f719 (diff)
downloadslapi-nis-2651bae459798883121722d42f7ac5729254bf5b.tar.gz
slapi-nis-2651bae459798883121722d42f7ac5729254bf5b.tar.xz
slapi-nis-2651bae459798883121722d42f7ac5729254bf5b.zip
- call this 0.15slapi-nis-0.15
-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 62414d6..7c54a5d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+0.15 * Avoid returning an empty-but-valid result when %deref and %referred
+ don't find anything, when they should be failing instead.
0.14 * Work correctly when nsslapd-pluginEnabled is set to "off" (#499404).
0.13 * Assorted fixes to %link() (#498432).
0.12 * Fix a crash introduced by a bug in the fix for the previous crash.
diff --git a/configure.ac b/configure.ac
index d05f9fc..271bbb1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.14)
+AC_INIT(slapi-nis,0.15)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 35e414a..adf16eb 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -1,5 +1,5 @@
Name: slapi-nis
-Version: 0.14
+Version: 0.15
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Fri May 8 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.15-1
+- fix %deref and %referred to fail rather than return a valid-but-empty
+ result when they fail to evaluate (reported by Rob Crittenden)
+
* Wed May 6 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.14-1
- correctly handle being loaded but disabled (#499404)