[389-ds-base/el6] the 389-ds-base-1.2.9.1 release

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Aug 1 18:19:09 UTC 2011


commit ec1abfa48f98740a9bef94225c4930866545d6ec
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Mon Aug 1 12:01:43 2011 -0600

    the 389-ds-base-1.2.9.1 release
    
    the 389-ds-base-1.2.9.1 release
    Bug 663752 - Cert renewal for attrcrypt and encchangelog
    this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
    Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
    Bug 725743 - Make memberOf use PRMonitor for it's operation lock
    Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
    Bug 723937 - Slapi_Counter API broken on  32-bit F15
    (cherry picked from commit 31e20fb5c1d680d9ef8eaf789472481c9e1b4ada)
    (cherry picked from commit e2d9c08070598c9df3e86c17f1e49bd591223146)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |   10 +++++++++-
 sources                  |    2 +-
 5 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d7789fe..92cc158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /389-ds-base-1.2.9.a1.tar.bz2
 /389-ds-base-1.2.9.a2.tar.bz2
 /389-ds-base-1.2.9.0.tar.bz2
+/389-ds-base-1.2.9.1.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 4ad61fe..a69b6d0 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.0
+VERSION=1.2.9.1
 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 4148e10..7c507c6 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.0
+VERSION=1.2.9.1
 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 89f0bd5..1b54002 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.0
+Version:          1.2.9.1
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -272,6 +272,14 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Wed Jul 27 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.1-1
+- Bug 663752 - Cert renewal for attrcrypt and encchangelog
+-   this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
+- Bug 725953 - Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma
+- Bug 725743 - Make memberOf use PRMonitor for it's operation lock
+- Bug 725542 - Instance upgrade fails when upgrading 389-ds-base package
+- Bug 723937 - Slapi_Counter API broken on  32-bit F15
+
 * Fri Jul 15 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.0-1
 - Bug 720059 - RDN with % can cause crashes or missing entries
 - Bug 709468 - RSA Authentication Server timeouts when using simple paged results on RHDS 8.2.
diff --git a/sources b/sources
index d6cad5b..55ae96e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3eef88585cb990e288ef2ea0249d5e4c  389-ds-base-1.2.9.0.tar.bz2
+9b289908f76bc738320e99d26d8356cd  389-ds-base-1.2.9.1.tar.bz2


More information about the scm-commits mailing list