release 1.3.2.3

- Ticket 47515 - Fedora 20: setup-ds-admin.pl
- Ticket 47569 - Fix build warnings
- Ticket 47569 - ACIs do not allow attribute subtypes in targetattr keyword
- Ticket 47565 - Content Sync update file needs extensibleObject
- Ticket 47560 - fixup memberof task does not work: task entry not added
- Ticket 47559 - hung server - related to sasl and initialize
This commit is contained in:
Noriko Hosoi 2013-10-28 13:57:50 -07:00
parent 4f622d4a9d
commit 476a97fe21
5 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -82,3 +82,4 @@
/389-ds-base-1.3.2.0.tar.bz2 /389-ds-base-1.3.2.0.tar.bz2
/389-ds-base-1.3.2.1.tar.bz2 /389-ds-base-1.3.2.1.tar.bz2
/389-ds-base-1.3.2.2.tar.bz2 /389-ds-base-1.3.2.2.tar.bz2
/389-ds-base-1.3.2.3.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.2 VERSION=1.3.2.3
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.2 VERSION=1.3.2.3
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.2 Version: 1.3.2.3
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,15 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Mon Oct 28 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.3-1
- release 1.3.2.3
- Ticket 47515 - Fedora 20: setup-ds-admin.pl
- Ticket 47569 - Fix build warnings
- Ticket 47569 - ACIs do not allow attribute subtypes in targetattr keyword
- Ticket 47565 - Content Sync update file needs extensibleObject
- Ticket 47560 - fixup memberof task does not work: task entry not added
- Ticket 47559 - hung server - related to sasl and initialize
* Fri Oct 11 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.2-1 * Fri Oct 11 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.2-1
- release 1.3.2.2 - release 1.3.2.2
- Ticket 47517 - memory leak in range searches and other various leaks - Ticket 47517 - memory leak in range searches and other various leaks

View File

@ -1 +1 @@
246341e18d82b0e84967470f18831163 389-ds-base-1.3.2.2.tar.bz2 20ae6bbb99dc213e85f1ddaa1263f7a4 389-ds-base-1.3.2.3.tar.bz2