[389-ds-base/f17] Fix some crashes, op errors - do not replica otherwise empty mods - improve CLEA NRUV

Richard Allen Megginson rmeggins at fedoraproject.org
Thu May 24 20:49:36 UTC 2012


commit 21635dcd44f96846bb8158963508374f489a355c
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Thu May 24 11:17:17 2012 -0600

    Fix some crashes, op errors - do not replica otherwise empty mods - improve CLEA
    NRUV
    
    Ticket #360 - ldapmodify returns Operations error
    Ticket #321 - krbExtraData is being null modified and replicated on each ssh login
    Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
    Ticket #361: Bad DNs in ACIs can segfault ns-slapd
    Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
    Ticket #337 - Improve CLEANRUV task

 .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 3399164..bdcede4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@
 /389-ds-base-1.2.11.1.tar.bz2
 /389-ds-base-1.2.11.2.tar.bz2
 /389-ds-base-1.2.11.3.tar.bz2
+/389-ds-base-1.2.11.4.tar.bz2
diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh
index 2889c02..18df06a 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.11.3
+VERSION=1.2.11.4
 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 49b2740..35d8f4c 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.11.3
+VERSION=1.2.11.4
 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 ed33a9a..cf9b6da 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -21,7 +21,7 @@
 
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
-Version:          1.2.11.3
+Version:          1.2.11.4
 Release:          %{?relprefix}1%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
@@ -309,6 +309,14 @@ fi
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Tue May 22 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.4-1
+- Ticket #360 - ldapmodify returns Operations error
+- Ticket #321 - krbExtraData is being null modified and replicated on each ssh login
+- Trac Ticket #359 - Database RUV could mismatch the one in changelog under the stress
+- Ticket #361: Bad DNs in ACIs can segfault ns-slapd
+- Trac Ticket #338 - letters in object's cn get converted to lowercase when renaming object
+- Ticket #337 - Improve CLEANRUV task
+
 * Sat May  5 2012 Rich Megginson <rmeggins at redhat.com> - 1.2.11.3-1
 - Ticket #358 - managed entry doesn't delete linked entry
 
diff --git a/sources b/sources
index e56f7e3..00e93be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83f26fd3042b1ccfeb5fb2d61b363a26  389-ds-base-1.2.11.3.tar.bz2
+e83eb3b5d53a4e70ecb3779eaea86dfe  389-ds-base-1.2.11.4.tar.bz2


More information about the scm-commits mailing list