Bug 735114 - renaming a managed entry does not update mepmanagedby

This commit is contained in:
Rich Megginson 2011-09-06 19:40:07 -06:00
parent 11e20b6a99
commit e9513bcbb4
5 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/389-ds-base-1.2.9.7.tar.bz2
/389-ds-base-1.2.9.8.tar.bz2
/389-ds-base-1.2.9.9.tar.bz2
/389-ds-base-1.2.9.10.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.9.9
VERSION=1.2.9.10
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.9.9
VERSION=1.2.9.10
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

@ -15,7 +15,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.9.9
Version: 1.2.9.10
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -271,6 +271,9 @@ exit 0
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
* Wed Sep 7 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.10-1
- Bug 735114 - renaming a managed entry does not update mepmanagedby
* Thu Sep 1 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.9-1
- Bug 735121 - simple paged search + ip/dns based ACI hangs server
- Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code

View File

@ -1 +1 @@
85ca908b219b6b7689bcf411b800e2e2 389-ds-base-1.2.9.9.tar.bz2
773b63cd5e4e2a700a25af6630258d76 389-ds-base-1.2.9.10.tar.bz2