Bump version to 2.0.7
Issue 4443 - Internal unindexed searches in syncrepl/retro changelog Issue 4603 - Reindexing a single backend (#4831) Issue 4169 - UI - migrate Server Tab forms to PF4 Issue 4817 - BUG - locked crypt accounts on import may allow all passwords (#4819) Issue 4820 - RFE - control flow integrity (#4821) Issue 4706 - negative wtime for compare operations (#4780) Issue 4414 - SIGFPE crash in rhds disk monitoring routine (#4829) Issue 4262 - Fix Index out of bound in fractional test (#4828) Issue 4826 - Filter argparse-manpage from autogenerated requires Issue 4822 - Fix CI temporary password: fixture leftover breaks them (#4823) Issue 2820 - Fix CI test suite issues
This commit is contained in:
parent
831791b49b
commit
7466cff129
1
.gitignore
vendored
1
.gitignore
vendored
@ -205,3 +205,4 @@
|
||||
/389-ds-base-2.0.4.3.tar.bz2
|
||||
/389-ds-base-2.0.5.tar.bz2
|
||||
/389-ds-base-2.0.6.tar.bz2
|
||||
/389-ds-base-2.0.7.tar.bz2
|
||||
|
@ -44,9 +44,12 @@ ExcludeArch: i686
|
||||
# set PIE flag
|
||||
%global _hardened_build 1
|
||||
|
||||
# Filter argparse-manpage from autogenerated package Requires
|
||||
%global __requires_exclude ^python.*argparse-manpage
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 2.0.6
|
||||
Version: 2.0.7
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv3+ and MIT and (ASL 2.0 or MIT) and (ASL 2.0 or Boost) and MPLv2.0 and ASL 2.0 and BSD and (ASL 2.0 with exceptions or ASL 2.0 or MIT) and (Unlicense or MIT)
|
||||
URL: https://www.port389.org
|
||||
@ -696,6 +699,20 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 15 2021 Mark Reynolds <mreynolds@redhat.com> - 2.0.7-1
|
||||
- Bump version to 2.0.7
|
||||
- Issue 4443 - Internal unindexed searches in syncrepl/retro changelog
|
||||
- Issue 4603 - Reindexing a single backend (#4831)
|
||||
- Issue 4169 - UI - migrate Server Tab forms to PF4
|
||||
- Issue 4817 - BUG - locked crypt accounts on import may allow all passwords (#4819)
|
||||
- Issue 4820 - RFE - control flow integrity (#4821)
|
||||
- Issue 4706 - negative wtime for compare operations (#4780)
|
||||
- Issue 4414 - SIGFPE crash in rhds disk monitoring routine (#4829)
|
||||
- Issue 4262 - Fix Index out of bound in fractional test (#4828)
|
||||
- Issue 4826 - Filter argparse-manpage from autogenerated requires
|
||||
- Issue 4822 - Fix CI temporary password: fixture leftover breaks them (#4823)
|
||||
- Issue 2820 - Fix CI test suite issues
|
||||
|
||||
* Thu Jun 24 2021 Thierry Bordaz <tbordaz@redhat.com> - 2.0.6-1
|
||||
- Bump version to 2.0.6
|
||||
- Issue 4803 - Improve DB Locks Monitoring Feature Descriptions
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
||||
SHA512 (389-ds-base-2.0.6.tar.bz2) = 3a988207d1883e06c447d61906aa6a39eba229f77d7c6d6e0767fdc81b3c53256d829817d18b06e58460a0ea5ec1bf4e915a2b6aded3bdea23831ff767e31cf8
|
||||
SHA512 (389-ds-base-2.0.7.tar.bz2) = 05a307d2bfbf47e60cab236f4b9f931820e33e208579422e85f2823eb19dbd45dbab5758366c1be48cbdcdf5fbf128ab3d6700ec2be1fe61dd63b9b1f855f30f
|
||||
|
Loading…
Reference in New Issue
Block a user