summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@machete.bos.redhat.com>2013-12-09 17:24:43 -0500
committerNalin Dahyabhai <nalin@machete.bos.redhat.com>2013-12-09 17:24:43 -0500
commit4f4c9e747f5130c295064015b85d924a10cecfdd (patch)
treec48f211635fb3da5496c6f3a2976fe1140059e40
parent9b057b0ffface58d694c1745c3a103ecbeb66fd8 (diff)
downloadslapi-nis-4f4c9e747f5130c295064015b85d924a10cecfdd.tar.gz
slapi-nis-4f4c9e747f5130c295064015b85d924a10cecfdd.tar.xz
slapi-nis-4f4c9e747f5130c295064015b85d924a10cecfdd.zip
tag 0.51
-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 3d7a3b2..369d0c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
0.51 * Miscellaneous fixes for bugs found during static analysis.
+ * Fix another memory leak parsing request arguments, this time
+ in yp_all, which is exercised by ypcat.
0.50 * If the NIS server encounters an EPIPE while attempting to
communicate with the portmapper, try to reconnect before giving
up on registering.
diff --git a/configure.ac b/configure.ac
index 523a3e4..6611b32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.50)
+AC_INIT(slapi-nis,0.51)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 3832fd3..2902f0f 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -10,7 +10,7 @@
%endif
Name: slapi-nis
-Version: 0.50
+Version: 0.51
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Mon Dec 9 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.51-1
+- fix another request argument memory leak in NIS server
+- fix miscellaneous items found by static analysis
+
* Tue Oct 1 2013 Nalin Dahyabhai <nalin@redhat.com> - 0.50-1
- if we get an EPIPE while registering with rpcbind, try to reconnect and
retransmit before giving up