the 1.3.1.10 release - several bug fixes
Ticket #47534 - RUV tombstone search with scope "one" doesn`t work Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries Ticket #47523 - Set up replcation/agreement before initializing the sub suffix, the sub suffix is not found by ldapsearch Ticket 47528 - 389-ds-base built with mozldap can crash from invalid free Ticket #47504 idlistscanlimit per index/type/value Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock Ticket #47492 - PassSync removes User must change password flag on the Windows side Ticket 47509 - CLEANALLRUV doesnt run across all replicas Ticket #47516 replication stops with excessive clock skew 6829200 Coverity fix - 11952 - for Ticket 47512 Ticket 47512 - backend txn plugin fixup tasks should be done in a txn (cherry picked from commit 1edb272d2c60a2e00e2e426094bdad2ad0c87102) (cherry picked from commit a41e44d78d365c3b15b7c5303930808a97b2e5f3)
This commit is contained in:
parent
7fcdc10673
commit
997a433718
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
|||||||
/389-ds-base-1.3.1.7.tar.bz2
|
/389-ds-base-1.3.1.7.tar.bz2
|
||||||
/389-ds-base-1.3.1.8.tar.bz2
|
/389-ds-base-1.3.1.8.tar.bz2
|
||||||
/389-ds-base-1.3.1.9.tar.bz2
|
/389-ds-base-1.3.1.9.tar.bz2
|
||||||
|
/389-ds-base-1.3.1.10.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.1.9
|
VERSION=1.3.1.10
|
||||||
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.1.9
|
VERSION=1.3.1.10
|
||||||
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,7 +24,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.1.9
|
Version: 1.3.1.10
|
||||||
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/
|
||||||
@ -314,6 +314,19 @@ fi
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 27 2013 Rich Megginson <rmeggins@redhat.com> - 1.3.1.10-1
|
||||||
|
- Ticket #47534 - RUV tombstone search with scope "one" doesn`t work
|
||||||
|
- Ticket 47510 - 389-ds-base does not compile against MozLDAP libraries
|
||||||
|
- Ticket #47523 - Set up replcation/agreement before initializing the sub suffix, the sub suffix is not found by ldapsearch
|
||||||
|
- Ticket 47528 - 389-ds-base built with mozldap can crash from invalid free
|
||||||
|
- Ticket #47504 idlistscanlimit per index/type/value
|
||||||
|
- Ticket 47513 - tmpfiles.d references /var/lock when they should reference /run/lock
|
||||||
|
- Ticket #47492 - PassSync removes User must change password flag on the Windows side
|
||||||
|
- Ticket 47509 - CLEANALLRUV doesnt run across all replicas
|
||||||
|
- Ticket #47516 replication stops with excessive clock skew
|
||||||
|
- 6829200 Coverity fix - 11952 - for Ticket 47512
|
||||||
|
- Ticket 47512 - backend txn plugin fixup tasks should be done in a txn
|
||||||
|
|
||||||
* Fri Sep 13 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.9-1
|
* Fri Sep 13 2013 Noriko Hosoi <nhosoi@redhat.com> - 1.3.1.9-1
|
||||||
- release 1.3.1.9
|
- release 1.3.1.9
|
||||||
- Ticket 449 - Allow macro aci keywords to be case-insensitive
|
- Ticket 449 - Allow macro aci keywords to be case-insensitive
|
||||||
|
Loading…
Reference in New Issue
Block a user