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:
Rich Megginson 2012-05-04 14:49:34 -06:00
parent 77ca004f19
commit aa78a6d494
5 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -1 +1 @@
cd4d7ca86a2e867473f9f0cd3bd146b1 389-ds-base-1.2.11.1.tar.bz2
0572df7902160f790b38e6fdff8f17f7 389-ds-base-1.2.11.2.tar.bz2