Bump version to 1.4.2.3
Issue 50592 - Port Replication Tab to ReactJS Issue 50680 - Remove branding from upstream spec file Issue 50669 - Remove nunc-stans in favour of reworking current conn code (add.) Issue 48055 - CI test - automember_plugin(part1) Issue 50677 - Map subtree searches with NULL base to default naming context Issue 50669 - Fix RPM build Issue 50669 - remove nunc-stans Issue 49850 - cont -fix crash in ldbm_non_leaf Issue 50634 - Clean up CLI errors output - Fix wrong exception Issue 50660 - Build failure on Fedora 31 Issue 50634 - Clean up CLI errors output Issue 48851 - Investigate and port TET matching rules filter tests(match more test cases) Issue 50428 - Log the actual base DN when the search fails with "invalid attribute request" Issue 49850 - ldbm_get_nonleaf_ids() slow for databases with many non-leaf entries Issue 50655 - access log etime is not properly formatted Issue 50653 - objectclass parsing fails to log error message text Issue 50646 - Improve task handling during shutdowns Issue 50627 - Support platforms without pytest_html Issue 49476 - backend refactoring phase1, fix failing tests Issue 49476 - refactor ldbm backend to allow replacement of BDB Issue 50349 - additional fix: filter schema check must handle subtypes Issue 48851 - investigate and port TET matching rules filter tests(indexing more test cases) Issue 50638 - RecursionError: maximum recursion depth exceeded while calling a Python object Issue 50636 - Crash during sasl bind Issue 50632 - Add ensure attr state so that diffs are easier from 389-ds-portal Issue 50619 - extend commands to have more modify options Issue 50499 - Fix npm audit issues
This commit is contained in:
parent
da5ea9650a
commit
6a8b7353f8
@ -44,8 +44,8 @@ ExcludeArch: i686
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.2.2
|
||||
Release: %{?relprefix}3%{?prerel}%{?dist}.1
|
||||
Version: 1.4.2.3
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv3+
|
||||
URL: https://www.port389.org
|
||||
Conflicts: selinux-policy-base < 3.9.8
|
||||
@ -625,13 +625,11 @@ exit 0
|
||||
%{_libdir}/libsvrcore.so
|
||||
%{_libdir}/%{pkgname}/libslapd.so
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd.so
|
||||
%{_libdir}/%{pkgname}/libnunc-stans.so
|
||||
%{_libdir}/%{pkgname}/libsds.so
|
||||
%{_libdir}/%{pkgname}/libldaputil.so
|
||||
%{_libdir}/pkgconfig/svrcore.pc
|
||||
%{_libdir}/pkgconfig/dirsrv.pc
|
||||
%{_libdir}/pkgconfig/libsds.pc
|
||||
%{_libdir}/pkgconfig/nunc-stans.pc
|
||||
|
||||
%files libs
|
||||
%doc LICENSE LICENSE.GPLv3+ LICENSE.openssl README.devel
|
||||
@ -639,7 +637,6 @@ exit 0
|
||||
%{_libdir}/libsvrcore.so.*
|
||||
%{_libdir}/%{pkgname}/libslapd.so.*
|
||||
%{_libdir}/%{pkgname}/libns-dshttpd-*.so
|
||||
%{_libdir}/%{pkgname}/libnunc-stans.so.*
|
||||
%{_libdir}/%{pkgname}/libsds.so.*
|
||||
%{_libdir}/%{pkgname}/libldaputil.so.*
|
||||
%if %{bundle_jemalloc}
|
||||
@ -767,6 +764,36 @@ exit 0
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Nov 03 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.3-1
|
||||
- Bump version to 1.4.2.3
|
||||
- Issue 50592 - Port Replication Tab to ReactJS
|
||||
- Issue 50680 - Remove branding from upstream spec file
|
||||
- Issue 50669 - Remove nunc-stans in favour of reworking current conn code (add.)
|
||||
- Issue 48055 - CI test - automember_plugin(part1)
|
||||
- Issue 50677 - Map subtree searches with NULL base to default naming context
|
||||
- Issue 50669 - Fix RPM build
|
||||
- Issue 50669 - remove nunc-stans
|
||||
- Issue 49850 - cont -fix crash in ldbm_non_leaf
|
||||
- Issue 50634 - Clean up CLI errors output - Fix wrong exception
|
||||
- Issue 50660 - Build failure on Fedora 31
|
||||
- Issue 50634 - Clean up CLI errors output
|
||||
- Issue 48851 - Investigate and port TET matching rules filter tests(match more test cases)
|
||||
- Issue 50428 - Log the actual base DN when the search fails with "invalid attribute request"
|
||||
- Issue 49850 - ldbm_get_nonleaf_ids() slow for databases with many non-leaf entries
|
||||
- Issue 50655 - access log etime is not properly formatted
|
||||
- Issue 50653 - objectclass parsing fails to log error message text
|
||||
- Issue 50646 - Improve task handling during shutdowns
|
||||
- Issue 50627 - Support platforms without pytest_html
|
||||
- Issue 49476 - backend refactoring phase1, fix failing tests
|
||||
- Issue 49476 - refactor ldbm backend to allow replacement of BDB
|
||||
- Issue 50349 - additional fix: filter schema check must handle subtypes
|
||||
- Issue 48851 - investigate and port TET matching rules filter tests(indexing more test cases)
|
||||
- Issue 50638 - RecursionError: maximum recursion depth exceeded while calling a Python object
|
||||
- Issue 50636 - Crash during sasl bind
|
||||
- Issue 50632 - Add ensure attr state so that diffs are easier from 389-ds-portal
|
||||
- Issue 50619 - extend commands to have more modify options
|
||||
- Issue 50499 - Fix npm audit issues
|
||||
|
||||
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 1.4.2.2-3.1
|
||||
- Rebuild for ICU 65
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user