From bbb2763b07056f01a0c2de3921712a6f1340b215 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Jul 03 2013 18:20:12 +0000 Subject: bump version to 1.3.1.3 - Ticket 47374 - flush.pl is not included in perl5 - Ticket 47391 - deleting and adding userpassword fails to update the password (additional fix) - Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization - Ticket 47395 47397 - v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured - Ticket 47396 - crash on modrdn of tombstone - Ticket 47400 - MMR stress test with dna enabled causes a deadlock - Ticket 47409 - allow setting db deadlock rejection policy - Ticket 47419 - Unhashed userpassword can accidentally get removed from mods - Ticket 47420 - An upgrade script 80upgradednformat.pl fails to handle a server instance name incuding '-' --- diff --git a/.gitignore b/.gitignore index 6575ce0..fa294fa 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /389-ds-base-1.3.1.0.tar.bz2 /389-ds-base-1.3.1.1.tar.bz2 /389-ds-base-1.3.1.2.tar.bz2 +/389-ds-base-1.3.1.3.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 1af4e85..dfee7bd 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.3.1.2 +VERSION=1.3.1.3 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 eb9538c..ded6dc8 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.3.1.2 +VERSION=1.3.1.3 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 353a062..2fc7db9 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,7 +24,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.1.2 +Version: 1.3.1.3 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,18 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Jul 03 2013 Noriko Hosoi - 1.3.1.3-1 +- bump version to 1.3.1.3 +- Ticket 47374 - flush.pl is not included in perl5 +- Ticket 47391 - deleting and adding userpassword fails to update the password (additional fix) +- Ticket 47393 - Attribute are not encrypted on a consumer after a full initialization +- Ticket 47395 47397 - v2 correct behaviour of account policy if only stateattr is configured or no alternate attr is configured +- Ticket 47396 - crash on modrdn of tombstone +- Ticket 47400 - MMR stress test with dna enabled causes a deadlock +- Ticket 47409 - allow setting db deadlock rejection policy +- Ticket 47419 - Unhashed userpassword can accidentally get removed from mods +- Ticket 47420 - An upgrade script 80upgradednformat.pl fails to handle a server instance name incuding '-' + * Sat Jun 15 2013 Noriko Hosoi - 1.3.1.2-1 - bump version to 1.3.1.2 - Ticket 47391 - deleting and adding userpassword fails to update the password diff --git a/sources b/sources index 8ecc070..002279f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -863161726297b5b7c954525343707316 389-ds-base-1.3.1.2.tar.bz2 +75546f7fa5cb9ab103a6ba747655095a 389-ds-base-1.3.1.3.tar.bz2