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
(cherry picked from commit 21635dcd44f96846bb8158963508374f489a355c)
This commit is contained in:
Rich Megginson 2012-05-24 11:17:17 -06:00
parent 02ef666218
commit 1872610e95
5 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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@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@redhat.com> - 1.2.11.3-1
- Ticket #358 - managed entry doesn't delete linked entry

View File

@ -1 +1 @@
83f26fd3042b1ccfeb5fb2d61b363a26 389-ds-base-1.2.11.3.tar.bz2
e83eb3b5d53a4e70ecb3779eaea86dfe 389-ds-base-1.2.11.4.tar.bz2