From 46c0a0f337788206f7d79c4188875b8d644ac870 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Dec 06 2013 19:28:18 +0000 Subject: Bump version to 1.3.2.8 - Ticket 47612 - ns-slapd eats all the memory - Ticket 47527 - Allow referential integrity suffixes to be configurable - Ticket 47526 - Allow memberof suffixes to be configurable - Ticket 342 - better error message when cache overflows (phase 2) - Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code - Ticket 47611 - Add script to build patched RPMs - Ticket 47614 - Possible to specify invalid SASL mechanism in nsslapd-allowed-sasl-mechanisms - Ticket 47613 - Impossible to configure nsslapd-allowed-sasl-mechanisms - Ticket 47592 - automember plugin task memory leaks - Ticket 47591 - entries with empty objectclass attribute value can be hidden - Ticket 47596 - attrcrypt fails to find unlocked key --- diff --git a/.gitignore b/.gitignore index 3c52dd6..a740647 100644 --- a/.gitignore +++ b/.gitignore @@ -87,3 +87,4 @@ /389-ds-base-1.3.2.5.tar.bz2 /389-ds-base-1.3.2.6.tar.bz2 /389-ds-base-1.3.2.7.tar.bz2 +/389-ds-base-1.3.2.8.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 310b95f..9860173 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.7 +VERSION=1.3.2.8 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 93aba10..92dc420 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.7 +VERSION=1.3.2.8 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 0d9bd6d..5b15847 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.7 +Version: 1.3.2.8 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -315,6 +315,20 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Fri Dec 6 2013 Noriko Hosoi - 1.3.2.8-1 +- Bump version to 1.3.2.8 +- Ticket 47612 - ns-slapd eats all the memory +- Ticket 47527 - Allow referential integrity suffixes to be configurable +- Ticket 47526 - Allow memberof suffixes to be configurable +- Ticket 342 - better error message when cache overflows (phase 2) +- Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code +- Ticket 47611 - Add script to build patched RPMs +- Ticket 47614 - Possible to specify invalid SASL mechanism in nsslapd-allowed-sasl-mechanisms +- Ticket 47613 - Impossible to configure nsslapd-allowed-sasl-mechanisms +- Ticket 47592 - automember plugin task memory leaks +- Ticket 47591 - entries with empty objectclass attribute value can be hidden +- Ticket 47596 - attrcrypt fails to find unlocked key + * Mon Nov 25 2013 Mark Reynolds - 1.3.2.7-1 - 924ead4 Bump version to 1.3.2.7 - Ticket 47593 - Update plugin API for OTP plugin diff --git a/sources b/sources index 64b9d20..76ea0e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2dbe80c5098fdf11b54d5dc3ced1024b 389-ds-base-1.3.2.7.tar.bz2 +68de715a7026ee3c830ccfa3be58692d 389-ds-base-1.3.2.8.tar.bz2