From 7e319653c352da1e8c6354bc8f95a2306d70c54b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 22 2014 19:24:52 +0000 Subject: tag 0.53 --- diff --git a/configure.ac b/configure.ac index 39c7df0..84b84d1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.52) +AC_INIT(slapi-nis,0.53) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index 19dad94..a118c2c 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,8 +10,8 @@ %endif Name: slapi-nis -Version: 0.52 -Release: 3%{?dist} +Version: 0.53 +Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -85,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* 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 +- fix several problems when hitting out-of-memory conditions, spotted by + static analysis + * Mon Jan 20 2014 Nalin Dahyabhai - 0.52-3 - remove ExclusiveArch if %%{rhel} is 7 or higher, because 389-ds-base gets built for everything now (#1055711)