From 45c5a74b02ed14c55830a78773122712c25814e7 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Wed, 4 Jan 2012 16:39:58 -0500 Subject: - tag 0.29 --- NEWS | 2 ++ configure.ac | 2 +- slapi-nis.spec | 6 +++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2bffcd3..922a91c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.29 * Add regmatchi/regsubi formatting functions which work like + regmatch/regsub, but do matching in a case-insensitive manner. 0.28 * When building with OpenLDAP libraries, link with -lldap_r and not with -lldap (rmeggins, #769107). 0.27 * Switch to slapi rwlocks instead of libpthread or NSPR rwlocks diff --git a/configure.ac b/configure.ac index 80410a6..556d69d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.28) +AC_INIT(slapi-nis,0.29) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index fcaebba..0f18cf1 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -5,7 +5,7 @@ %endif Name: slapi-nis -Version: 0.28 +Version: 0.29 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Wed Jan 4 2012 Nalin Dahyabhai - 0.29-1 +- add regmatchi/regsubi formatting functions which work like regmatch/regsub, + but do matching in a case-insensitive manner + * Mon Dec 19 2011 Nalin Dahyabhai - 0.28-1 - when configured with --with-ldap=openldap, link with -lldap_r rather than -lldap (rmeggins, #769107) -- cgit