summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2009-04-30 15:41:17 -0400
committerNalin Dahyabhai <nalin@dahyabhai.net>2009-04-30 15:41:17 -0400
commit075c997b336974f957e42b39aa458265cba16cec (patch)
tree07f776e90b94fc4c623362b8e1f4b40803cfcbf0
parentee84097fdd37e8a9894525e7ab5ac62c89c7ce32 (diff)
downloadslapi-nis-075c997b336974f957e42b39aa458265cba16cec.tar.gz
slapi-nis-075c997b336974f957e42b39aa458265cba16cec.tar.xz
slapi-nis-075c997b336974f957e42b39aa458265cba16cec.zip
- tag 0.13
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec7
3 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 812da21..52ffad2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.13 * Assorted fixes to %link() (#498432).
0.12 * Fix a crash introduced by a bug in the fix for the previous crash.
0.11 * Fix a crash while reading NIS maps with no entries (#497904).
0.10 * IPv6 support for the NIS server plugin.
diff --git a/configure.ac b/configure.ac
index 41ded5f..2522584 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.12)
+AC_INIT(slapi-nis,0.13)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT
diff --git a/slapi-nis.spec b/slapi-nis.spec
index bc6c7d5..c6227ef 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -1,5 +1,5 @@
Name: slapi-nis
-Version: 0.12
+Version: 0.13
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -46,8 +46,11 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.13-1
+- update to 0.13, reworking %link() to correct some bugs (#498432)
+
* Thu Apr 30 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.12-1
-- update to 0.12 (#498432)
+- correct test suite failures that 0.11 started triggering
* Tue Apr 28 2009 Nalin Dahyabhai <nalin@redhat.com> - 0.11-1
- update to 0.11 (#497904)