Bump version to 1.3.2.12
- Ticket 408 - create a normalized dn cache - Ticket 571 - Empty control list causes LDAP protocol error is thrown (dup 47361) - Ticket 408 - create a normalized dn cache - Ticket 47699 - Propagate plugin precedence to all registered function types - Ticket 525 - Replication retry time attributes cannot be added - Ticket 47709 - package issue in 389-ds-base - Ticket 47700 - Unresolved external symbol references break loading of the ACL plugin - Ticket 47642 - Windows Sync group issues - Ticket 525 - Replication retry time attributes cannot be added - Ticket 47692 - single valued attribute replicated ADD does not work - Ticket 47615 - Failed to compile the DS 389 1.3.2.3 version against Berkeley DB 4.2 version - Ticket 47677 - Size returned by slapi_entry_size is not accurate - Ticket 47693 - Environment variables are not passed when DS is started via service
This commit is contained in:
parent
66d67802e3
commit
3ffc26371e
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@
|
|||||||
/389-ds-base-1.3.2.9.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.10.tar.bz2
|
||||||
/389-ds-base-1.3.2.11.tar.bz2
|
/389-ds-base-1.3.2.11.tar.bz2
|
||||||
|
/389-ds-base-1.3.2.12.tar.bz2
|
||||||
|
@ -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.11
|
VERSION=1.3.2.12
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -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.11
|
VERSION=1.3.2.12
|
||||||
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"
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.2.11
|
Version: 1.3.2.12
|
||||||
Release: %{?relprefix}3%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: http://port389.org/
|
URL: http://port389.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -316,6 +316,22 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 28 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.12-1
|
||||||
|
- Bump version to 1.3.2.12
|
||||||
|
- Ticket 408 - create a normalized dn cache
|
||||||
|
- Ticket 571 - Empty control list causes LDAP protocol error is thrown (dup 47361)
|
||||||
|
- Ticket 408 - create a normalized dn cache
|
||||||
|
- Ticket 47699 - Propagate plugin precedence to all registered function types
|
||||||
|
- Ticket 525 - Replication retry time attributes cannot be added
|
||||||
|
- Ticket 47709 - package issue in 389-ds-base
|
||||||
|
- Ticket 47700 - Unresolved external symbol references break loading of the ACL plugin
|
||||||
|
- Ticket 47642 - Windows Sync group issues
|
||||||
|
- Ticket 525 - Replication retry time attributes cannot be added
|
||||||
|
- Ticket 47692 - single valued attribute replicated ADD does not work
|
||||||
|
- Ticket 47615 - Failed to compile the DS 389 1.3.2.3 version against Berkeley DB 4.2 version
|
||||||
|
- Ticket 47677 - Size returned by slapi_entry_size is not accurate
|
||||||
|
- Ticket 47693 - Environment variables are not passed when DS is started via service
|
||||||
|
|
||||||
* Thu Feb 20 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.11-3
|
* Thu Feb 20 2014 Noriko Hosoi <nhosoi@redhat.com> - 1.3.2.11-3
|
||||||
- Added arch aware python dir; moved libns-dshttpd.so* to devel and libs package.
|
- Added arch aware python dir; moved libns-dshttpd.so* to devel and libs package.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user