diff --git a/.gitignore b/.gitignore index 957454f..3107e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index cf94349..d1d0f8d 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.10.a4 +VERSION=1.2.10.a5 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 54e5cbb..5478419 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.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" diff --git a/389-ds-base.spec b/389-ds-base.spec index 4cd6594..9ea770b 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -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. @@ -18,7 +18,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 @@ -347,6 +347,18 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Fri Nov 4 2011 Rich Megginson - 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 - 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 diff --git a/sources b/sources index 5cb840a..654cbe3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -270a3098569a257fdeceff6e81ceb673 389-ds-base-1.2.10.a4.tar.bz2 +cfad5b18d963fd484efbb8e5595610e4 389-ds-base-1.2.10.a5.tar.bz2