fixes bugs in CLEANALLRUV and winsync - Root DN access - schema errors with password

Trac Ticket #470 - 389 prevents from adding a posixaccount with userpassword after schema reload
Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
Ticket 457 - dirsrv init script returns 0 even when few or all instances fail to start
Ticket 473 - change VERSION.sh to have console version be major.minor
Ticket 475 - Root DN Access Control - improve value checking for config
Trac Ticket #466 - entry_apply_mod - ADD: Failed to set unhashed#user#password to extension
Ticket 474 - Root DN Access Control - days allowed not working correctly
Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
0b79915 fix compiler warnings in ticket 374 code
Ticket 452 - automember rebuild task adds users to groups that do not match the configuration scope
This commit is contained in:
Rich Megginson 2012-09-25 10:19:45 -06:00
parent 0b44dc6de9
commit 0b3844ba89
5 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@ -56,3 +56,4 @@
/389-ds-base-1.2.11.12.tar.bz2 /389-ds-base-1.2.11.12.tar.bz2
/389-ds-base-1.2.11.13.tar.bz2 /389-ds-base-1.2.11.13.tar.bz2
/389-ds-base-1.2.11.14.tar.bz2 /389-ds-base-1.2.11.14.tar.bz2
/389-ds-base-1.2.11.15.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.11.14 VERSION=1.2.11.15
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE #SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d` DATE=`date +%Y%m%d`
# use a real tag name here # use a real tag name here
VERSION=1.2.11.14 VERSION=1.2.11.15
PKGNAME=389-ds-base PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION} TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" 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) Summary: 389 Directory Server (base)
Name: 389-ds-base Name: 389-ds-base
Version: 1.2.11.14 Version: 1.2.11.15
Release: %{?relprefix}1%{?prerel}%{?dist} Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions License: GPLv2 with exceptions
URL: http://port389.org/ URL: http://port389.org/
@ -311,6 +311,18 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.* %{_libdir}/%{pkgname}/libslapd.so.*
%changelog %changelog
* Tue Sep 25 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.15-1
- Trac Ticket #470 - 389 prevents from adding a posixaccount with userpassword after schema reload
- Ticket 477 - CLEANALLRUV if there are only winsync agmts task will hang
- Ticket 457 - dirsrv init script returns 0 even when few or all instances fail to start
- Ticket 473 - change VERSION.sh to have console version be major.minor
- Ticket 475 - Root DN Access Control - improve value checking for config
- Trac Ticket #466 - entry_apply_mod - ADD: Failed to set unhashed#user#password to extension
- Ticket 474 - Root DN Access Control - days allowed not working correctly
- Ticket 467 - CLEANALLRUV abort task should be able to ignore down replicas
- 0b79915 fix compiler warnings in ticket 374 code
- Ticket 452 - automember rebuild task adds users to groups that do not match the configuration scope
* Fri Sep 7 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.14-1 * Fri Sep 7 2012 Rich Megginson <rmeggins@redhat.com> - 1.2.11.14-1
- Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement - Ticket 450 - CLEANALLRUV task gets stuck on winsync replication agreement
- Ticket 386 - large memory growth with ldapmodify(heap fragmentation) - Ticket 386 - large memory growth with ldapmodify(heap fragmentation)

View File

@ -1 +1 @@
d7e7969be34e18e5c8e1e40f3b9d5124 389-ds-base-1.2.11.14.tar.bz2 ae6bc25834728bcd9dd96ef82094c2bd 389-ds-base-1.2.11.15.tar.bz2