diff --git a/.gitignore b/.gitignore index 3e45cb5..57ba765 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 0e967cb..e1c3bfd 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -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 diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index 9b7a3bc..685443f 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -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" diff --git a/389-ds-base.spec b/389-ds-base.spec index a39ef6e..993a85d 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -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 - 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 - 1.2.11.1-1 - f227f11 Suppress alert on unavailable port with forced setup - Ticket #353 - coverity 12625-12629 - leaks, dead code, unchecked return diff --git a/sources b/sources index 06ef2c2..dc56a4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd4d7ca86a2e867473f9f0cd3bd146b1 389-ds-base-1.2.11.1.tar.bz2 +0572df7902160f790b38e6fdff8f17f7 389-ds-base-1.2.11.2.tar.bz2