1.2.10.2 - fix a couple of late breaking crash bugs - fix TLS and defaultNamingContext
Trac Ticket #298 - crash when replicating orphaned tombstone entry Ticket #281 - TLS not working with latest openldap Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
This commit is contained in:
parent
2f38a748c3
commit
d100480876
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/389-ds-base-1.2.10.rc1.tar.bz2
|
/389-ds-base-1.2.10.rc1.tar.bz2
|
||||||
/389-ds-base-1.2.10.0.tar.bz2
|
/389-ds-base-1.2.10.0.tar.bz2
|
||||||
/389-ds-base-1.2.10.1.tar.bz2
|
/389-ds-base-1.2.10.1.tar.bz2
|
||||||
|
/389-ds-base-1.2.10.2.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.2.10.1
|
VERSION=1.2.10.2
|
||||||
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.2.10.1
|
VERSION=1.2.10.2
|
||||||
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"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.2.10.1
|
Version: 1.2.10.2
|
||||||
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/
|
||||||
@ -298,6 +298,12 @@ exit 0
|
|||||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.10.2-1
|
||||||
|
- Trac Ticket #298 - crash when replicating orphaned tombstone entry
|
||||||
|
- Ticket #281 - TLS not working with latest openldap
|
||||||
|
- Trac Ticket #290 - server hangs during shutdown if betxn pre/post op fails
|
||||||
|
- Trac Ticket #26 - Please support setting defaultNamingContext in the rootdse
|
||||||
|
|
||||||
* Tue Feb 14 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10.1-2
|
* Tue Feb 14 2012 Noriko Hosoi <nhosoi@redhat.com> - 1.2.10.1-2
|
||||||
- Ticket #124 - add Provides: ldif2ldbm to rpm
|
- Ticket #124 - add Provides: ldif2ldbm to rpm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user