winsync, upgrade, and ruv/counter bug fixes
winsync, upgrade, and ruv/counter bug fixes Bug 728510 - Run dirsync after sending updates to AD Bug 729717 - Fatal error messages when syncing deletes from AD Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working. Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash Bug 723937 - Slapi_Counter API broken on 32-bit F15 fixed again - separate tests for atomic ops and atomic bool cas
This commit is contained in:
parent
ddbda59fe7
commit
783a787702
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/389-ds-base-1.2.9.3.tar.bz2
|
||||
/389-ds-base-1.2.9.4.tar.bz2
|
||||
/389-ds-base-1.2.9.5.tar.bz2
|
||||
/389-ds-base-1.2.9.6.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.9.5
|
||||
VERSION=1.2.9.6
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.9.5
|
||||
VERSION=1.2.9.6
|
||||
PKGNAME=389-ds-base
|
||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.2.9.5
|
||||
Version: 1.2.9.6
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -271,6 +271,14 @@ exit 0
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 10 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.6-1
|
||||
- Bug 728510 - Run dirsync after sending updates to AD
|
||||
- Bug 729717 - Fatal error messages when syncing deletes from AD
|
||||
- Bug 729369 - upgrade DB to upgrade from entrydn to entryrdn format is not working.
|
||||
- Bug 729378 - delete user subtree container in AD + modify password in DS == DS crash
|
||||
- Bug 723937 - Slapi_Counter API broken on 32-bit F15
|
||||
- fixed again - separate tests for atomic ops and atomic bool cas
|
||||
|
||||
* Mon Aug 8 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.5-1
|
||||
- Bug 727511 - ldclt SSL search requests are failing with "illegal error number -1" error
|
||||
- Fix another coverity NULL deref in previous patch
|
||||
|
Loading…
Reference in New Issue
Block a user