release 1.3.3.11
- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up - Ticket 48190 - idm/ipa 389-ds-base entry cache converges to 500 KB in dblayer_is_cachesize_sane - Ticket 48183 - bind on db chained to AD returns err=32 - Ticket 48158 - cleanAllRUV task limit not being enforced correctly - Ticket 48158 - Remove cleanAllRUV task limit of 4 - Ticket 48146 - async simple paged results issue; need to close a small window for a pr index competed among multiple threads. - Ticket 48146 - async simple paged results issue; log pr index - Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*) - Ticket 48177 - dynamic plugins should not return an error when modifying a critical plugin - Ticket 48146 - async simple paged results issue
This commit is contained in:
parent
640b82280c
commit
e3d2b91ffe
1
.gitignore
vendored
1
.gitignore
vendored
@ -113,3 +113,4 @@
|
||||
/389-ds-base-1.3.3.8.tar.bz2
|
||||
/389-ds-base-1.3.3.9.tar.bz2
|
||||
/389-ds-base-1.3.3.10.tar.bz2
|
||||
/389-ds-base-1.3.3.11.tar.bz2
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.3.3.10
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
||||
Version: 1.3.3.11
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
URL: http://port389.org/
|
||||
Group: System Environment/Daemons
|
||||
@ -314,6 +314,19 @@ fi
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd.so*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.3.11-1
|
||||
- release 1.3.3.11
|
||||
- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up
|
||||
- Ticket 48190 - idm/ipa 389-ds-base entry cache converges to 500 KB in dblayer_is_cachesize_sane
|
||||
- Ticket 48183 - bind on db chained to AD returns err=32
|
||||
- Ticket 48158 - cleanAllRUV task limit not being enforced correctly
|
||||
- Ticket 48158 - Remove cleanAllRUV task limit of 4
|
||||
- Ticket 48146 - async simple paged results issue; need to close a small window for a pr index competed among multiple threads.
|
||||
- Ticket 48146 - async simple paged results issue; log pr index
|
||||
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
|
||||
- Ticket 48177 - dynamic plugins should not return an error when modifying a critical plugin
|
||||
- Ticket 48146 - async simple paged results issue
|
||||
|
||||
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.3.3.10-1.1
|
||||
- Perl 5.22 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user