Release 1.3.5.10-1
- Ticket 47538 - Fix repl-monitor color and lag times - Ticket 47538 - repl-monitor.pl legend not properly sorted - Ticket 47538 - repl-monitor.pl not displaying correct color code for lag time - Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*) - Ticket 48346 - ldaputil code cleanup - Ticket 48346 - log too verbose when re-acquiring expired ticket - Ticket 48354 - Review of default ACI in the directory server - Ticket 48366 - proxyauth does not work bound as directory manager - Ticket 48449 - Import readNSState.py from RichM's repo - Ticket 48636 - Fix config validation check - Ticket 48637 - DN cache is not always updated when ADD operation fails - Ticket 48745 - Matching Rule caseExactIA5Match indexes incorrectly values with upper cases - Ticket 48755 - CI test: test case for ticket 48755 - Ticket 48755 - moving an entry could make the online init fail - Ticket 48889 - ldclt - fix man page and usage info - Ticket 48891 - ns-slapd crashes during the shutdown after adding attribute with a matching rule - Ticket 48892 - Wrong result code display in audit-failure log - Ticket 48893 - cn=config should not have readable components to anonymous - Ticket 48895 - tests package should be noarch - Ticket 48898 - Crash during shutdown if nunc-stans is enabled - Ticket 48899 - Values of dbcachetries/dbcachehits in cn=monitor could overflow. - Ticket 48900 - Add connection perf stats to logconv.pl - Ticket 48902 - Strdup pwdstoragescheme name to prevent misbehaving plugins - Ticket 48904 - syncrepl search returning error 329; plugin sending a bad error code - Ticket 48905 - coverity defects
This commit is contained in:
parent
aa6faa793c
commit
0743334d92
1
.gitignore
vendored
1
.gitignore
vendored
@ -134,3 +134,4 @@
|
|||||||
/389-ds-base-1.3.5.4.tar.bz2
|
/389-ds-base-1.3.5.4.tar.bz2
|
||||||
/389-ds-base-1.3.5.5.tar.bz2
|
/389-ds-base-1.3.5.5.tar.bz2
|
||||||
/389-ds-base-1.3.5.6.tar.bz2
|
/389-ds-base-1.3.5.6.tar.bz2
|
||||||
|
/389-ds-base-1.3.5.10.tar.bz2
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.5.6
|
Version: 1.3.5.10
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://port389.org/
|
URL: https://port389.org/
|
||||||
@ -208,6 +208,7 @@ Obsoletes: %{name} <= 1.3.5.4
|
|||||||
Summary: The lib389 Continuous Integration Tests
|
Summary: The lib389 Continuous Integration Tests
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: python-lib389
|
Requires: python-lib389
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description tests
|
%description tests
|
||||||
The lib389 CI tests that can be run against the Directory Server.
|
The lib389 CI tests that can be run against the Directory Server.
|
||||||
@ -451,6 +452,34 @@ fi
|
|||||||
%{_sysconfdir}/%{pkgname}/dirsrvtests
|
%{_sysconfdir}/%{pkgname}/dirsrvtests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 1 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.10-1
|
||||||
|
-Release 1.3.5.10-1
|
||||||
|
- Ticket 47538 - Fix repl-monitor color and lag times
|
||||||
|
- Ticket 47538 - repl-monitor.pl legend not properly sorted
|
||||||
|
- Ticket 47538 - repl-monitor.pl not displaying correct color code for lag time
|
||||||
|
- Ticket 48109 - substring index with nssubstrbegin: 1 is not being used with filters like (attr=x*)
|
||||||
|
- Ticket 48346 - ldaputil code cleanup
|
||||||
|
- Ticket 48346 - log too verbose when re-acquiring expired ticket
|
||||||
|
- Ticket 48354 - Review of default ACI in the directory server
|
||||||
|
- Ticket 48366 - proxyauth does not work bound as directory manager
|
||||||
|
- Ticket 48449 - Import readNSState.py from RichM's repo
|
||||||
|
- Ticket 48636 - Fix config validation check
|
||||||
|
- Ticket 48637 - DN cache is not always updated when ADD operation fails
|
||||||
|
- Ticket 48745 - Matching Rule caseExactIA5Match indexes incorrectly values with upper cases
|
||||||
|
- Ticket 48755 - CI test: test case for ticket 48755
|
||||||
|
- Ticket 48755 - moving an entry could make the online init fail
|
||||||
|
- Ticket 48889 - ldclt - fix man page and usage info
|
||||||
|
- Ticket 48891 - ns-slapd crashes during the shutdown after adding attribute with a matching rule
|
||||||
|
- Ticket 48892 - Wrong result code display in audit-failure log
|
||||||
|
- Ticket 48893 - cn=config should not have readable components to anonymous
|
||||||
|
- Ticket 48895 - tests package should be noarch
|
||||||
|
- Ticket 48898 - Crash during shutdown if nunc-stans is enabled
|
||||||
|
- Ticket 48899 - Values of dbcachetries/dbcachehits in cn=monitor could overflow.
|
||||||
|
- Ticket 48900 - Add connection perf stats to logconv.pl
|
||||||
|
- Ticket 48902 - Strdup pwdstoragescheme name to prevent misbehaving plugins
|
||||||
|
- Ticket 48904 - syncrepl search returning error 329; plugin sending a bad error code
|
||||||
|
- Ticket 48905 - coverity defects
|
||||||
|
|
||||||
* Tue Jun 14 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.6-1
|
* Tue Jun 14 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.6-1
|
||||||
- Release 1.3.5.6-1
|
- Release 1.3.5.6-1
|
||||||
- Ticket 48234 - CI test: test case for ticket 48234
|
- Ticket 48234 - CI test: test case for ticket 48234
|
||||||
|
Loading…
Reference in New Issue
Block a user