From c731ffe9b00567537733595f3410fd09607f9df0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Oct 16 2012 15:34:08 +0000 Subject: CLEANALLRUV support - fix modrdn aci security problem - 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 38f830d..e127954 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /389-ds-base-1.2.10.12.tar.bz2 /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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 30b95d5..442f990 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.14 +VERSION=1.2.10.15 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 d4387c4..93fa371 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.14 +VERSION=1.2.10.15 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 a7799c0..be89143 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.14 +Version: 1.2.10.15 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -285,6 +285,26 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* 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 +- 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 + * Wed Jul 18 2012 Rich Megginson - 1.2.10.14-1 - Ticket #410 - Referential integrity plug-in does not work when update interval is not zero diff --git a/sources b/sources index 47a3da5..c561c4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fb524ff20bbee0a2eab8413f15fd8cbf 389-ds-base-1.2.10.14.tar.bz2 +4796e8767281507f6ba46409b17886a8 389-ds-base-1.2.10.15.tar.bz2