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:
parent
02ef666218
commit
1872610e95
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user