From 3d5dbdeb5c071f0ce6b15a09798080c3bc0ad57f Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Nov 12 2012 19:15:57 +0000 Subject: CLEANALLRUV 2.0 candidate - Bumped version to 1.2.10.22 - Bump version to 1.2.10.18 - TIcket 403 - CLEANALLRUVdebug info - Bump version to 1.2.10.17 - TIcket 403 - CLEANALLRUV fix crash - 569c2d3 bump version to 1.2.10.16 - Ticket 403 - CLEANALLRUV - minor fixes and add support for replica-force-cleaning - Trac Ticket #340 - Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl - Ticket #491 - multimaster_extop_cleanruv returns wrong error codes - 7bbaf35 COVERITY FIXES in replica_execute_cleanall_ruv_task - 1f356fa CLEANALLRUV - remove calls to agmt_get_enabled because this feature is not in 1.2.10 - Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang - Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas - Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement - 8545947 CLEANALLRUV coverity fixes - Ticket 403 - fix CLEANALLRUV regression from last commit - Ticket 403 - CLEANALLRUV revisions - Ticket 403 - cleanallruv coverity fixes - Ticket 403 - CLEANALLRUV feature - 4753f97 Update the slapi-plugin documentation on new slapi functions, and added a slapi function for checking on shutdowns - b3f5a71 Coverity Fix - Ticket 368 - Make the cleanAllRUV task one step - Ticket #337 - Improve CLEANRUV task - Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return - Ticket #337 - RFE - Improve CLEANRUV functionality --- diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 8232a74..6c98e3d 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.21 +VERSION=1.2.10.22 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 2002500..9820f8a 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.21 +VERSION=1.2.10.22 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 5d34bc3..021269f 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -18,7 +18,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.10.21 +Version: 1.2.10.22 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -285,6 +285,9 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Mon Nov 12 2012 Mark Reynolds - 1.2.20.22-1 +- CLEANALLRUV 2.0 candidate +- Bumped version to 1.2.10.22 * Fri Oct 26 2012 Mark Reynolds - 1.2.10.18-1 - Bump version to 1.2.10.18 - TIcket 403 - CLEANALLRUVdebug info