From 075c997b336974f957e42b39aa458265cba16cec Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Thu, 30 Apr 2009 15:41:17 -0400 Subject: - tag 0.13 --- NEWS | 1 + configure.ac | 2 +- slapi-nis.spec | 7 +++++-- 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 - 0.13-1 +- update to 0.13, reworking %link() to correct some bugs (#498432) + * Thu Apr 30 2009 Nalin Dahyabhai - 0.12-1 -- update to 0.12 (#498432) +- correct test suite failures that 0.11 started triggering * Tue Apr 28 2009 Nalin Dahyabhai - 0.11-1 - update to 0.11 (#497904) -- cgit