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
This commit is contained in:
Noriko Hosoi 2013-12-06 11:28:18 -08:00
parent 5638a95d64
commit 46c0a0f337
5 changed files with 19 additions and 4 deletions

1
.gitignore vendored
View File

@ -87,3 +87,4 @@
/389-ds-base-1.3.2.5.tar.bz2 /389-ds-base-1.3.2.5.tar.bz2
/389-ds-base-1.3.2.6.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.7.tar.bz2
/389-ds-base-1.3.2.8.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.3.2.7 VERSION=1.3.2.8
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.3.2.7 VERSION=1.3.2.8
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -24,7 +24,7 @@
Summary: 389 Directory Server (base) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.3.2.7 Version: 1.3.2.8
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -315,6 +315,20 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Fri Dec 6 2013 Noriko Hosoi <nhosoi@redhat.com> - 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 <mreynolds@redhat.com> - 1.3.2.7-1 * Mon Nov 25 2013 Mark Reynolds <mreynolds@redhat.com> - 1.3.2.7-1
- 924ead4 Bump version to 1.3.2.7 - 924ead4 Bump version to 1.3.2.7
- Ticket 47593 - Update plugin API for OTP plugin - Ticket 47593 - Update plugin API for OTP plugin

View File

@ -1 +1 @@
2dbe80c5098fdf11b54d5dc3ced1024b 389-ds-base-1.3.2.7.tar.bz2 68de715a7026ee3c830ccfa3be58692d 389-ds-base-1.3.2.8.tar.bz2