From 74698b837efb640a0687bd7bad5dae7afc4f1d08 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Oct 18 2012 15:18:11 +0000 Subject: 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/.gitignore b/.gitignore index e127954..3c0227c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /389-ds-base-1.2.10.13.tar.bz2 /389-ds-base-1.2.10.14.tar.bz2 /389-ds-base-1.2.10.15.tar.bz2 +/389-ds-base-1.2.10.16.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 442f990..c489c7e 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.15 +VERSION=1.2.10.16 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 93fa371..08078b0 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.15 +VERSION=1.2.10.16 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 be89143..e0d624f 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.15 +Version: 1.2.10.16 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -285,6 +285,9 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Oct 18 2012 Mark Reynolds - 1.2.10.16-1 +- 569c2d3 bump version to 1.2.10.16 +- Ticket 403 - CLEANALLRUV - minor fixes and add support for replica-force-cleaning * Tue Oct 16 2012 Rich Megginson - 1.2.10.15-1 - Trac Ticket #340 - Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl - Ticket #491 - multimaster_extop_cleanruv returns wrong error codes diff --git a/sources b/sources index c561c4b..3b90ddd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4796e8767281507f6ba46409b17886a8 389-ds-base-1.2.10.15.tar.bz2 +eddc6a1e70745f3938da6e0094318196 389-ds-base-1.2.10.16.tar.bz2