From 958fd85dc9f770b943850d5995b5c740d333ca90 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jun 19 2012 00:08:08 +0000 Subject: fix managed entry - crashing problem - CLEANALLRUV bugs - Root DN Bind Limits Ticket #387 - managed entry sometimes doesn't delete the managed entry 5903815 improve txn test index handling Ticket #360 - ldapmodify returns Operations error - fix delete caching bcfa9e3 Coverity Fix Trac Ticket #335 - transaction retries need to be cache aware Ticket #389 - ADD operations not in audit log 44cdc84 fix coverity issues with uninit vals, no return checking 1b4b9d5 Ticket 368 - Make the cleanAllRUV task one step 8f17da5 Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week --- diff --git a/.gitignore b/.gitignore index bdcede4..a0bc378 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /389-ds-base-1.2.11.2.tar.bz2 /389-ds-base-1.2.11.3.tar.bz2 /389-ds-base-1.2.11.4.tar.bz2 +/389-ds-base-1.2.11.5.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 18df06a..ee69e57 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.4 +VERSION=1.2.11.5 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 35d8f4c..ca3f7f4 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.4 +VERSION=1.2.11.5 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 cf9b6da..aaf2d37 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -3,7 +3,7 @@ # for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release # also remove the space between % and global - this space is needed because # fedpkg verrel stupidly ignores comment lines -# % global prerel .rc1 +# % global prerel .a1 # also need the relprefix field for a pre-release e.g. .0 - also comment out for official release # % global relprefix 0. @@ -21,7 +21,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.11.4 +Version: 1.2.11.5 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -309,6 +309,17 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Mon Jun 18 2012 Rich Megginson - 1.2.11.5-1 +- Ticket #387 - managed entry sometimes doesn't delete the managed entry +- 5903815 improve txn test index handling +- Ticket #360 - ldapmodify returns Operations error - fix delete caching +- bcfa9e3 Coverity Fix for CLEANALLRUV +- Trac Ticket #335 - transaction retries need to be cache aware +- Ticket #389 - ADD operations not in audit log +- 44cdc84 fix coverity issues with uninit vals, no return checking +- Ticket 368 - Make the cleanAllRUV task one step +- Ticket #110 - RFE limiting root DN by host, IP, time of day, day of week + * Tue May 22 2012 Rich Megginson - 1.2.11.4-1 - Ticket #360 - ldapmodify returns Operations error - Ticket #321 - krbExtraData is being null modified and replicated on each ssh login diff --git a/sources b/sources index 00e93be..a473152 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e83eb3b5d53a4e70ecb3779eaea86dfe 389-ds-base-1.2.11.4.tar.bz2 +6ff9520d2634a4369270188a3a0a5b42 389-ds-base-1.2.11.5.tar.bz2