From 44774ce082bf6f9c6cac073cb4caf3d2bed522b0 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jul 16 2012 22:44:53 +0000 Subject: issues with modrdn and attribute uniqueness and referential integrity 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/.gitignore b/.gitignore index b430fc4..757ebd2 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /389-ds-base-1.2.10.10.tar.bz2 /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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index c1acfeb..96438ee 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.12 +VERSION=1.2.10.13 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 4833bf0..ebbe05d 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.12 +VERSION=1.2.10.13 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 00fb3f6..379d31f 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.12 +Version: 1.2.10.13 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -285,6 +285,10 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* 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 + * Wed Jun 27 2012 Rich Megginson - 1.2.10.12-1 - Ticket 378 - unhashed#user#password visible after changing password - fix typo in previous patch diff --git a/sources b/sources index dce8649..0691326 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae500f0f249bf3c192ab3b3aab80956f 389-ds-base-1.2.10.12.tar.bz2 +4a1ae1d61229f524c154f0f70520de88 389-ds-base-1.2.10.13.tar.bz2