From d80b74380919d955a29069e74b65d3a36dec0e0b Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 24 May 2013 11:48:54 -0400 Subject: tag 0.47 --- NEWS | 2 ++ configure.ac | 2 +- slapi-nis.spec | 6 +++++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 39c3765..cac2525 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.47 * Fix memory leaks of request arguments in the NIS server. + * Add a sort function. 0.46 * Fix detection of entries being modified so that they should be added to or removed from maps (part of #912673). * Check SLAPI_PLUGIN_OPRETURN in postop hooks, in case the backend diff --git a/configure.ac b/configure.ac index d62ba7a..8d7cbe1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(slapi-nis,0.46) +AC_INIT(slapi-nis,0.47) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE(foreign) LT_INIT([disable-static]) diff --git a/slapi-nis.spec b/slapi-nis.spec index b58e7a3..295458e 100644 --- a/slapi-nis.spec +++ b/slapi-nis.spec @@ -10,7 +10,7 @@ %endif Name: slapi-nis -Version: 0.46 +Version: 0.47 Release: 1%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons @@ -76,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/nisserver-plugin-defs %changelog +* Fri May 24 2013 Nalin Dahyabhai - 0.47-1 +- fix request argument memory leaks in NIS server +- add a %sort function + * Thu Apr 4 2013 Nalin Dahyabhai - 0.46-1 - when checking if we can skip processing for a given change, pay attention to whether or not the changes cause the entry to need to be added or removed -- cgit