[389-ds-base/el6] Bug 735121 - simple paged search + ip/dns based ACI hangs server Bug 722292 - (cov#11030) Leak of ma

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Sep 1 20:35:06 UTC 2011


commit 2b622fa1a4b5500254ba5699f3c3a7c04d30ea2a
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Sep 1 14:31:40 2011 -0600

    Bug 735121 - simple paged search + ip/dns based ACI hangs server
    Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
    Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
    Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
    (cherry picked from commit 11e20b6a995f4969386465a8239cef913f35093c)
    (cherry picked from commit dbcbc84b6e4387e83ddc3bd6f9258d0867ac0200)
    (cherry picked from commit 8b1564b6ff4af2c71f74ef7041588b547328966b)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    8 +++++++-
 sources                  |    2 +-
 5 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 934e258..acd03b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /389-ds-base-1.2.9.6.tar.bz2
 /389-ds-base-1.2.9.7.tar.bz2
 /389-ds-base-1.2.9.8.tar.bz2
+/389-ds-base-1.2.9.9.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index c0747a5..f2552ca 100644
--- a/389-ds-base-git-local.sh
+++ b/389-ds-base-git-local.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.9.8
+VERSION=1.2.9.9
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 #SRCNAME=$PKGNAME-$VERSION-$DATE
diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh
index 0dd80a0..3902d19 100644
--- a/389-ds-base-git.sh
+++ b/389-ds-base-git.sh
@@ -2,7 +2,7 @@
 
 DATE=`date +%Y%m%d`
 # use a real tag name here
-VERSION=1.2.9.8
+VERSION=1.2.9.9
 PKGNAME=389-ds-base
 TAG=${TAG:-$PKGNAME-$VERSION}
 URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 95e1f23..26a8718 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -15,7 +15,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.9.8
+Version:          1.2.9.9
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -272,6 +272,12 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Thu Sep  1 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.9-1
+- Bug 735121 - simple paged search + ip/dns based ACI hangs server
+- Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code
+- Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
+- Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
+
 * Wed Aug 31 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.8-1
 - Bug 732153 - subtree and user account lockout policies implemented?
 - Bug 722292 - Entries in DS are not updated properly when using WinSync API
diff --git a/sources b/sources
index 11dc565..460dd85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3cc79b90a3a8c5bdd6768438461dc80  389-ds-base-1.2.9.8.tar.bz2
+85ca908b219b6b7689bcf411b800e2e2  389-ds-base-1.2.9.9.tar.bz2


More information about the scm-commits mailing list