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:
parent
4f622d4a9d
commit
476a97fe21
1
.gitignore
vendored
1
.gitignore
vendored
@ -82,3 +82,4 @@
|
||||
/389-ds-base-1.3.2.0.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.3.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.2.2
|
||||
VERSION=1.3.2.3
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.3.2.2
|
||||
VERSION=1.3.2.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"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.3.2.2
|
||||
Version: 1.3.2.3
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -315,6 +315,15 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%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
|
||||
- release 1.3.2.2
|
||||
- Ticket 47517 - memory leak in range searches and other various leaks
|
||||
|
Loading…
Reference in New Issue
Block a user