From 9aa55e60e0ecf19872238ccf7ebe0ba5090229bb Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Nov 09 2010 18:00:36 +0000 Subject: 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5 - Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-referral) - Bug 635009 - Add one-way AD sync capability - Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot - put replication config entries in separate file - Bug 567282 - server can not abandon searchRequest of "simple paged results" - Bug 329751 - "nested" filtered roles searches candidates more than needed - Bug 521088 - DNA should check ACLs before getting a value from the range (cherry picked from commit 2ba9aa8878bea91d0e0273fb967707d0aeab0c32) --- diff --git a/.gitignore b/.gitignore index d404f39..392345e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ -389-ds-base-1.2.7.a4.tar.bz2 +389-ds-base-1.2.7.a5.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 8edb9b6..0041d3f 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.7.a4 +VERSION=1.2.7.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 b025f1c..1c00a1b 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.7.a4 +VERSION=1.2.7.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 2f6166b..315d499 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. @@ -14,7 +14,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base Version: 1.2.7 -Release: %{?relprefix}5%{?prerel}%{?dist} +Release: %{?relprefix}6%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ Group: System Environment/Daemons @@ -366,6 +366,17 @@ end %{_datadir}/%{pkgname}-selinux %changelog +* Tue Nov 9 2010 Rich Megginson - 1.2.7-0.6.a5 +- 1.2.7.a5 release - git tag 389-ds-base-1.2.7.a5 +- Bug 643979 - Strange byte sequence for attribute with no values (nsslapd-ref +erral) +- Bug 635009 - Add one-way AD sync capability +- Bug 572018 - Upgrading from 1.2.5 to 1.2.6.a2 deletes userRoot +- put replication config entries in separate file +- Bug 567282 - server can not abandon searchRequest of "simple paged results" +- Bug 329751 - "nested" filtered roles searches candidates more than needed +- Bug 521088 - DNA should check ACLs before getting a value from the range + * Mon Nov 1 2010 Rich Megginson - 1.2.7-0.5.a4 - 1.2.7.a4 release - git tag 389-ds-base-1.2.7.a4 - Bug 647932 - multiple memberOf configuration adding memberOf where there is no member diff --git a/sources b/sources index e51591a..4d55f6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4b0180993d277116201367c4ffea402 389-ds-base-1.2.7.a4.tar.bz2 +89e585157734f4a01f5a74cdbeed918d 389-ds-base-1.2.7.a5.tar.bz2