From 693805614af58669b248293f37081dcb483ae7ee Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Feb 05 2014 21:54:31 +0000 Subject: Bump version to 1.3.2.11 - Ticket 47653 - Need a way to allow users to create entries assigned to themselves. - Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used - Ticket 47374 - flush.pl is not included in perl5 - Ticket 47649 - Server hangs in cos_cache when adding a user entry - Ticket 443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error - Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform - Ticket 47641 - 7-bit check plugin not checking MODRDN operation - Ticket 342 - better error message when cache overflows - Ticket 47516 - replication stops with excessive clock skew - Ticket 47620 - Unable to delete protocol timeout attribute - Ticket 408 - Fix crash when disabling/enabling the setting - Ticket 47629 - random crashes related to sync repl - Ticket 47571 - targetattr ACIs ignore subtype - Ticket 47660 - config_set_allowed_to_delete_attrs: Valgrind reports Invalid read - Revert "Ticket 47653 - Need a way to allow users to create entries assigned to themselves" --- diff --git a/.gitignore b/.gitignore index d2d6b3d..4437a78 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /389-ds-base-1.3.2.8.tar.bz2 /389-ds-base-1.3.2.9.tar.bz2 /389-ds-base-1.3.2.10.tar.bz2 +/389-ds-base-1.3.2.11.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 7e6a5ea..0d676fe 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.2.10 +VERSION=1.3.2.11 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 bd3b3f0..94b057f 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.2.10 +VERSION=1.3.2.11 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 f7e577d..0a6561c 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.2.10 +Version: 1.3.2.11 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -315,6 +315,24 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Feb 5 2014 Noriko Hosoi - 1.3.2.11-1 +- Bump version to 1.3.2.11 +- Ticket 47653 - Need a way to allow users to create entries assigned to themselves. +- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used +- Ticket 47374 - flush.pl is not included in perl5 +- Ticket 47649 - Server hangs in cos_cache when adding a user entry +- Ticket 443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error +- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform +- Ticket 47641 - 7-bit check plugin not checking MODRDN operation +- Ticket 342 - better error message when cache overflows +- Ticket 47516 - replication stops with excessive clock skew +- Ticket 47620 - Unable to delete protocol timeout attribute +- Ticket 408 - Fix crash when disabling/enabling the setting +- Ticket 47629 - random crashes related to sync repl +- Ticket 47571 - targetattr ACIs ignore subtype +- Ticket 47660 - config_set_allowed_to_delete_attrs: Valgrind reports Invalid read +- Revert "Ticket 47653 - Need a way to allow users to create entries assigned to themselves" + * Wed Jan 8 2014 Noriko Hosoi - 1.3.2.10-1 - Bump version to 1.3.2.10 - Ticket 447 - Possible to add invalid attribute to nsslapd-allowed-to-delete-attrs diff --git a/sources b/sources index a8a0106..5d99cf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ae91fd56288ed2cb08eedd6aaa8e0ab2 389-ds-base-1.3.2.10.tar.bz2 +89922999979c339748ed9cb07f8d86ef 389-ds-base-1.3.2.11.tar.bz2