summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
-rw-r--r--slapi-nis.spec5
3 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b410cb5..2e6a7e8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.31 * Fix some memory leaks.
0.30 * Make a note of which attributes we read from any entry when
evaluating data, and when we're later called for a modify request
which doesn't modify any of those attributes, skip recalculating
diff --git a/configure.ac b/configure.ac
index 64cdd67..02cc3f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(slapi-nis,0.30)
+AC_INIT(slapi-nis,0.31)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(foreign)
LT_INIT([disable-static])
diff --git a/slapi-nis.spec b/slapi-nis.spec
index 89daddb..b836690 100644
--- a/slapi-nis.spec
+++ b/slapi-nis.spec
@@ -5,7 +5,7 @@
%endif
Name: slapi-nis
-Version: 0.30
+Version: 0.31
Release: 1%{?dist}
Summary: NIS Server and Schema Compatibility plugins for Directory Server
Group: System Environment/Daemons
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/nisserver-plugin-defs
%changelog
+* Wed Jan 11 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.31-1
+- fix some memory leaks (more of #771493)
+
* Tue Jan 10 2012 Nalin Dahyabhai <nalin@redhat.com> - 0.30-1
- skip recalculations when the attributes which changed don't factor into
our calculations (part of #771493)