summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-05-24 11:48:54 -0400
committerNalin Dahyabhai <nalin@redhat.com>2013-05-24 11:52:39 -0400
commitd80b74380919d955a29069e74b65d3a36dec0e0b (patch)
tree39a439abe2e381bf01b74441dcf8273cc5833ff5
parent8d847e66539bd2a6cc5b26f069b12b0e6ddb2003 (diff)
downloadslapi-nis-d80b74380919d955a29069e74b65d3a36dec0e0b.tar.gz
slapi-nis-d80b74380919d955a29069e74b65d3a36dec0e0b.tar.xz
slapi-nis-d80b74380919d955a29069e74b65d3a36dec0e0b.zip
tag 0.47
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec6
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 <nalin@redhat.com> - 0.47-1
+- fix request argument memory leaks in NIS server
+- add a %sort function
+
* Thu Apr 4 2013 Nalin Dahyabhai <nalin@redhat.com> - 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