Bug 735121 - simple paged search + ip/dns based ACI hangs server
Bug 722292 - (cov#11030) Leak of mapped_sdn in winsync rename code Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
This commit is contained in:
parent
7113476120
commit
11e20b6a99
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@
|
||||
/389-ds-base-1.2.9.6.tar.bz2
|
||||
/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
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
DATE=`date +%Y%m%d`
|
||||
# use a real tag name here
|
||||
VERSION=1.2.9.8
|
||||
VERSION=1.2.9.9
|
||||
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.8
|
||||
VERSION=1.2.9.9
|
||||
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.8
|
||||
Version: 1.2.9.9
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
@ -271,6 +271,12 @@ exit 0
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Bug 703990 - cross-platform - Support upgrade from Red Hat Directory Server
|
||||
- Introducing an environment variable USE_VALGRIND to clean up the entry cache and dn cache on exit.
|
||||
|
||||
* Wed Aug 31 2011 Rich Megginson <rmeggins@redhat.com> - 1.2.9.8-1
|
||||
- Bug 732153 - subtree and user account lockout policies implemented?
|
||||
- Bug 722292 - Entries in DS are not updated properly when using WinSync API
|
||||
|
Loading…
Reference in New Issue
Block a user