From fbc1d01f1f06461a477b22bad2bd3c70c1c6bc80 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jul 19 2012 03:14:52 +0000 Subject: Ticket #410 - Referential integrity plug-in does not work when update interval is not zero (cherry picked from commit 7dbcce4e91e7f8afa530fe4bc538affa397a9a9f) --- diff --git a/.gitignore b/.gitignore index 757ebd2..38f830d 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /389-ds-base-1.2.10.11.tar.bz2 /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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 96438ee..30b95d5 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.13 +VERSION=1.2.10.14 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 ebbe05d..d4387c4 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.13 +VERSION=1.2.10.14 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 1a02d89..20a9f7c 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -15,7 +15,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.10.13 +Version: 1.2.10.14 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -275,6 +275,9 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* 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 + * Mon Jul 16 2012 Rich Megginson - 1.2.10.13-1 - Ticket #406 - Impossible to rename entry (modrdn) with Attribute Uniqueness plugin enabled - Ticket #405 - referint modrdn not working if case is different diff --git a/sources b/sources index 0691326..47a3da5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a1ae1d61229f524c154f0f70520de88 389-ds-base-1.2.10.13.tar.bz2 +fb524ff20bbee0a2eab8413f15fd8cbf 389-ds-base-1.2.10.14.tar.bz2