From 5e6b7414b373af9a951b1e7fe33e9381f6ff0a1c Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 10 Oct 2014 12:06:43 +0300 Subject: tag 0.54 --- configure.ac | 2 +- slapi-nis.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 71dbdc7..59fa6e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.53) +AC_INIT(slapi-nis,0.54) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index a118c2c..21935ca 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,7 +10,7 @@ %endif Name: slapi-nis -Version: 0.53 +Version: 0.54 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -23,7 +23,7 @@ BuildRequires: 389-ds-base-devel, %{ldap_impl}-devel BuildRequires: nspr-devel, nss-devel, /usr/bin/rpcgen %if 0%{?fedora} > 18 || 0%{?rhel} > 6 BuildRequires: libsss_nss_idmap-devel -%define sss_nss_opts --with-sss-nss-idmap +%define sss_nss_opts --with-sss-nss-idmap --with-idviews %else %define sss_nss_opts %{nil} %endif @@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Fri Oct 10 2014 Alexander Bokovoy - 0.54-1 +- Add support for FreeIPA's ID views +- Allow searching SSSD-provided users as memberUid case-insensitevly + Fixes bug #1130131 + * Tue Apr 22 2014 Nalin Dahyabhai - 0.53-1 - correct the default NIS map settings for hosts.byname and hosts.byaddr, from report by Rik Megens -- cgit