disable use of betxn plugins by default - ldclt fix
Ticket #351 - use betxn plugins by default revert - make no plugins betxn by default - too great a risk for deadlocks until we can test this better Ticket #348 - crash in ldap_initialize with multiple threads fixes PR_Init problem in ldclt
This commit is contained in:
parent
77ca004f19
commit
aa78a6d494
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/389-ds-base-1.2.10.4.tar.bz2
|
||||
/389-ds-base-1.2.11.a1.tar.bz2
|
||||
/389-ds-base-1.2.11.1.tar.bz2
|
||||
/389-ds-base-1.2.11.2.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.11.1
|
||||
VERSION=1.2.11.2
|
||||
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.2.11.1
|
||||
VERSION=1.2.11.2
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.11.1
|
||||
Version: 1.2.11.2
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -309,6 +309,13 @@ fi
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Fri May 4 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.2-1
|
||||
- Ticket #351 - use betxn plugins by default
|
||||
- revert - make no plugins betxn by default - too great a risk
|
||||
- for deadlocks until we can test this better
|
||||
- Ticket #348 - crash in ldap_initialize with multiple threads
|
||||
- fixes PR_Init problem in ldclt
|
||||
|
||||
* Wed May 2 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.1-1
|
||||
- f227f11 Suppress alert on unavailable port with forced setup
|
||||
- Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return
|
||||
|
Loading…
Reference in New Issue
Block a user