Bump version to 1.4.2.2
Issue 50627 - Add ASAN logs to HTML report Issue 50545 - Port repl-monitor.pl to lib389 CLI Issue 50622 - ds_selinux_enabled may crash on suse Issue 50595 - remove syslog.target requirement Issue 50617 - disable cargo lock Issue 50620 - Fix regressions from 50506 (slapi_enry_attr_get_ref) Issue 50615 - Log current test name to journald Issue 50610 - memory leak in dbscan
This commit is contained in:
parent
c4f9e6d27d
commit
268a9b9874
1
.gitignore
vendored
1
.gitignore
vendored
@ -181,3 +181,4 @@
|
|||||||
/jemalloc-5.2.0.tar.bz2
|
/jemalloc-5.2.0.tar.bz2
|
||||||
/389-ds-base-1.4.1.6.tar.bz2
|
/389-ds-base-1.4.1.6.tar.bz2
|
||||||
/389-ds-base-1.4.2.1.tar.bz2
|
/389-ds-base-1.4.2.1.tar.bz2
|
||||||
|
/389-ds-base-1.4.2.2.tar.bz2
|
||||||
|
@ -28,6 +28,9 @@ ExcludeArch: i686
|
|||||||
%global jemalloc_ver 5.2.0
|
%global jemalloc_ver 5.2.0
|
||||||
%global __provides_exclude ^libjemalloc\\.so.*$
|
%global __provides_exclude ^libjemalloc\\.so.*$
|
||||||
%endif
|
%endif
|
||||||
|
%if %{use_perl}
|
||||||
|
%global __provides_exclude_from %{_libdir}/%{pkgname}/perl
|
||||||
|
%endif
|
||||||
|
|
||||||
# Use Clang instead of GCC
|
# Use Clang instead of GCC
|
||||||
%global use_clang 0
|
%global use_clang 0
|
||||||
@ -44,7 +47,7 @@ ExcludeArch: i686
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.2.1
|
Version: 1.4.2.2
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
@ -765,11 +768,18 @@ exit 0
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Sep 17 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.1-1
|
* Wed Sep 25 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.2-1
|
||||||
|
- Bump version to 1.4.2.2
|
||||||
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.1.6-1.2
|
- Issue 50627 - Add ASAN logs to HTML report
|
||||||
- Rebuilt for Python 3.8
|
- Issue 50545 - Port repl-monitor.pl to lib389 CLI
|
||||||
|
- Issue 50622 - ds_selinux_enabled may crash on suse
|
||||||
|
- Issue 50595 - remove syslog.target requirement
|
||||||
|
- Issue 50617 - disable cargo lock
|
||||||
|
- Issue 50620 - Fix regressions from 50506 (slapi_enry_attr_get_ref)
|
||||||
|
- Issue 50615 - Log current test name to journald
|
||||||
|
- Issue 50610 - memory leak in dbscan
|
||||||
|
|
||||||
|
* Wed Sep 25 2019 Mark Reynolds <mreynolds@redhat.com> - 1.4.2.1-1
|
||||||
- Bump version to 1.4.2.1
|
- Bump version to 1.4.2.1
|
||||||
- Issue 50581 - ns-slapd crashes during ldapi search
|
- Issue 50581 - ns-slapd crashes during ldapi search
|
||||||
- Issue 50604 - Fix UI validation
|
- Issue 50604 - Fix UI validation
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (389-ds-base-1.4.2.1.tar.bz2) = f423dec229b950dfe8c342bff801ea4997aa8077a416f8170065b781a8bb3ea2d95a4fbce15ee844151a75906a32d1b4975b5d8f986ed18737f3ce20d32c0e7d
|
SHA512 (389-ds-base-1.4.2.2.tar.bz2) = 410f79de429d552286100744add6c7f2a01aca08a74e87fb3bdb3a5758476d9ab129a367ec457f3bceed4ae971d5c33cd4be36252cf074f4c3450d188b6d7df6
|
||||||
SHA512 (jemalloc-5.2.0.tar.bz2) = e3be4d534770126caf10f2684aed9fe4ba1422dd47625fe50343cfb750f26eff869fcc7d1e30a96dd6c73f6614c4bbcd560fd24fc26b55ac731c43e60fd05234
|
SHA512 (jemalloc-5.2.0.tar.bz2) = e3be4d534770126caf10f2684aed9fe4ba1422dd47625fe50343cfb750f26eff869fcc7d1e30a96dd6c73f6614c4bbcd560fd24fc26b55ac731c43e60fd05234
|
||||||
|
Loading…
Reference in New Issue
Block a user