[389-ds-base/f14/master] 389-ds-base-1.2.8.2

Richard Allen Megginson rmeggins at fedoraproject.org
Thu Apr 14 22:54:42 UTC 2011


commit 500b5ce45f513e01a6765686a7bf7eb3371896b8
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu Apr 14 16:41:35 2011 -0600

    389-ds-base-1.2.8.2
    
    389-ds-base-1.2.8.2
    Bug 696407 - If an entry with a mixed case RDN is turned to be
    a tombstone, it fails to assemble DN from entryrdn
    (cherry picked from commit 4bc713c9e765f311442e33909313319fcb3771a7)

 .gitignore               |    1 +
 389-ds-base-git-local.sh |    2 +-
 389-ds-base-git.sh       |    2 +-
 389-ds-base.spec         |    7 ++++++-
 sources                  |    2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99cb5df..91a800b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /389-ds-base-1.2.8.rc5.tar.bz2
 /389-ds-base-1.2.8.0.tar.bz2
 /389-ds-base-1.2.8.1.tar.bz2
+/389-ds-base-1.2.8.2.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 97f1965..0016f95 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.8.1
+VERSION=1.2.8.2
 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 a50b003..79d8d33 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.8.1
+VERSION=1.2.8.2
 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 8bec999..44ec41f 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.8.1
+Version:          1.2.8.2
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -278,6 +278,11 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Thu Apr 14 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8.2-1
+- 389-ds-base-1.2.8.2
+- Bug 696407 - If an entry with a mixed case RDN is turned to be
+-    a tombstone, it fails to assemble DN from entryrdn
+
 * Fri Apr  8 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.8.1-1
 - 389-ds-base-1.2.8.1
 - Bug 693962 - Full replica push loses some entries with multi-valued RDNs
diff --git a/sources b/sources
index 786c3bd..341c89f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d12829ca71b28222fbe66b0939d2af4f  389-ds-base-1.2.8.1.tar.bz2
+89a7a0073befb424c7c2fe64be710962  389-ds-base-1.2.8.2.tar.bz2


More information about the scm-commits mailing list