Bump version to 1.4.4.2
Issue 51078 - Add nsslapd-enable-upgrade-hash to the schema Issue 51054 - Revise ACI target syntax checking Issue 51068 - deadlock when updating the schema Issue 51042 - try to use both c_rehash and openssl rehash Issue 51042 - switch from c_rehash to openssl rehash Issue 50992 - Bump jemalloc version and enable profiling Issue 51060 - unable to set sslVersionMin to TLS1.0 Issue 51064 - Unable to install server where IPv6 is disabled Issue 51051 - CLI fix consistency issues with confirmations Issue 50655 - etime displayed has an order of magnitude 10 times smaller than it should be Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now Issue 51054 - AddressSanitizer: heap-buffer-overflow in ldap_utf8prev Issue 49761 - Fix CI tests Issue 51047 - React deprecating ComponentWillMount Issue 50499 - fix npm audit issues Issue 50545 - Port dbgen.pl to dsctl Issue 51027 - Test passwordHistory is not rewritten on a fail attempt
This commit is contained in:
parent
503b23f046
commit
1d3c66fe0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -193,3 +193,4 @@
|
|||||||
/389-ds-base-1.4.3.5.tar.bz2
|
/389-ds-base-1.4.3.5.tar.bz2
|
||||||
/389-ds-base-1.4.4.0.tar.bz2
|
/389-ds-base-1.4.4.0.tar.bz2
|
||||||
/389-ds-base-1.4.4.1.tar.bz2
|
/389-ds-base-1.4.4.1.tar.bz2
|
||||||
|
/389-ds-base-1.4.4.2.tar.bz2
|
||||||
|
@ -44,7 +44,7 @@ ExcludeArch: i686
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.4.1
|
Version: 1.4.4.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
|
||||||
@ -777,6 +777,26 @@ exit 0
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 8 2020 Mark Reynolds <mreynolds@redhat.com> - 1.4.4.2-1
|
||||||
|
- Bump version to 1.4.4.2
|
||||||
|
- Issue 51078 - Add nsslapd-enable-upgrade-hash to the schema
|
||||||
|
- Issue 51054 - Revise ACI target syntax checking
|
||||||
|
- Issue 51068 - deadlock when updating the schema
|
||||||
|
- Issue 51042 - try to use both c_rehash and openssl rehash
|
||||||
|
- Issue 51042 - switch from c_rehash to openssl rehash
|
||||||
|
- Issue 50992 - Bump jemalloc version and enable profiling
|
||||||
|
- Issue 51060 - unable to set sslVersionMin to TLS1.0
|
||||||
|
- Issue 51064 - Unable to install server where IPv6 is disabled
|
||||||
|
- Issue 51051 - CLI fix consistency issues with confirmations
|
||||||
|
- Issue 50655 - etime displayed has an order of magnitude 10 times smaller than it should be
|
||||||
|
- Issue 49731 - undo db_home_dir under /dev/shm/dirsrv for now
|
||||||
|
- Issue 51054 - AddressSanitizer: heap-buffer-overflow in ldap_utf8prev
|
||||||
|
- Issue 49761 - Fix CI tests
|
||||||
|
- Issue 51047 - React deprecating ComponentWillMount
|
||||||
|
- Issue 50499 - fix npm audit issues
|
||||||
|
- Issue 50545 - Port dbgen.pl to dsctl
|
||||||
|
- Issue 51027 - Test passwordHistory is not rewritten on a fail attempt
|
||||||
|
|
||||||
* Wed Apr 22 2020 Mark Reynolds <mreynolds@redhat.com> - 1.4.4.1-1
|
* Wed Apr 22 2020 Mark Reynolds <mreynolds@redhat.com> - 1.4.4.1-1
|
||||||
- Bump version to 1.4.4.1
|
- Bump version to 1.4.4.1
|
||||||
- Issue 51024 - syncrepl_entry callback does not contain attributes added by postoperation plugins
|
- Issue 51024 - syncrepl_entry callback does not contain attributes added by postoperation plugins
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (389-ds-base-1.4.4.1.tar.bz2) = ca56079c93be95ffacccd8f4f18f5aa3f1039cc61b661d14737f485937eddb6120313c3f50e38f6daba6caf76102d6e4c537fa0bffb941896dfff93f44fd597b
|
SHA512 (389-ds-base-1.4.4.2.tar.bz2) = cc497f6e2382e860e185489f271a5071e97ee9c7096b6c94ac04b3fc7f4a93f9b60026d16167930771879647076958ecf1562c1d5724a9220262ff76916dc048
|
||||||
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
SHA512 (jemalloc-5.2.1.tar.bz2) = 0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02
|
||||||
|
Loading…
Reference in New Issue
Block a user