Bug fixes for setup -u, coverity, modrdn 100% cpu, entryusn, referint txn
Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD' Bug 750625 750624 750622 744946 Coverity issues Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication Bug 748575 - rhds81 modrn operation and 100% cpu use in replication Bug 745259 - Incorrect entryUSN index under high load in replicated environment f639711 Reduce the number of DN normalization c06a8fa Keep unhashed password psuedo-attribute in the adding entry Bug 744945 - nsslapd-counters attribute value cannot be set to "off" 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular d316a67 Change referential integrity to be a betxnpostoperation plugin
This commit is contained in:
parent
6ca11f4721
commit
07dfaffa27
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/389-ds-base-1.2.10.a2.tar.bz2
|
||||
/389-ds-base-1.2.10.a3.tar.bz2
|
||||
/389-ds-base-1.2.10.a4.tar.bz2
|
||||
/389-ds-base-1.2.10.a5.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.10.a4
|
||||
VERSION=1.2.10.a5
|
||||
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.10.a4
|
||||
VERSION=1.2.10.a5
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
# fedpkg verrel stupidly ignores comment lines
|
||||
%global prerel .a4
|
||||
%global prerel .a5
|
||||
# also need the relprefix field for a pre-release e.g. .0 - also comment out for official release
|
||||
%global relprefix 0.
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.10
|
||||
Release: %{?relprefix}4%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}5%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -281,6 +281,18 @@ exit 0
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 4 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.5.a5
|
||||
- Bug 751495 - 'setup-ds.pl -u' fails with undefined routine 'updateSystemD'
|
||||
- Bug 750625 750624 750622 744946 Coverity issues
|
||||
- Bug 748575 - part 2 - rhds81 modrdn operation and 100% cpu use in replication
|
||||
- Bug 748575 - rhds81 modrn operation and 100% cpu use in replication
|
||||
- Bug 745259 - Incorrect entryUSN index under high load in replicated environment
|
||||
- f639711 Reduce the number of DN normalization
|
||||
- c06a8fa Keep unhashed password psuedo-attribute in the adding entry
|
||||
- Bug 744945 - nsslapd-counters attribute value cannot be set to "off"
|
||||
- 8d3b921 Use new PLUGIN_CONFIG_ENTRY feature to allow switching between txn and regular
|
||||
- d316a67 Change referential integrity to be a betxnpostoperation plugin
|
||||
|
||||
* Fri Oct 7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.10-0.4.a4
|
||||
- Bug 741744 - part3 - MOD operations with chained delete/add get back error 53
|
||||
- 1d2f5a0 make memberof transaction aware and able to be a betxnpostoperation plug in
|
||||
|
Loading…
Reference in New Issue
Block a user