Bump version to 1.4.3.39-17
For correcting the change log and commit message. - Resolves: RHEL-80491 - Can't rename users member of automember rule [rhel-8.10.z] - Resolves: RHEL-87191 - Some replication status data are reset upon a restart. [rhel-8.10.z] - Resolves: RHEL-89785 - Extend log of operations statistics in access log - Resolves: RHEL-111226 - Error showing local password policy on web UI [rhel-8.10.z] - Resolves: RHEL-113976 - AddressSanitizer: memory leak in memberof_add_memberof_attr [rhel-8.10.z] - Resolves: RHEL-117457 - subtree search statistics for index lookup does not report ancestorid/entryrdn lookups - Resolves: RHEL-117752 - Crash if repl keep alive entry can not be created [rhel-8.10.z] - Resolves: RHEL-117759 - Replication online reinitialization of a large database gets stalled. [rhel-8.10.z] - Resolves: RHEL-117765 - Statistics about index lookup report a wrong duration [rhel-8.10.z] - Resolves: RHEL-123228 - Improve the way to detect asynchronous operations in the access logs [rhel-8.10.z] - Resolves: RHEL-123241 - Attribute uniqueness is not enforced upon modrdn operation [rhel-8.10.z] - Resolves: RHEL-123254 - Typo in errors log after a Memberof fixup task. [rhel-8.10.z] - Resolves: RHEL-123269 - LDAP high CPU usage while handling indexes with IDL scan limit at INT_MAX [rhel-8.10.z] - Resolves: RHEL-123276 - The new ipahealthcheck test ipahealthcheck.ds.backends.BackendsCheck raises CRITICAL issue [rhel-8.10.z] - Resolves: RHEL-123363 - When deferred memberof update is enabled after the server crashed it should not launch memberof fixup task by default [rhel-8.10.z] - Resolves: RHEL-123365 - IPA health check up script shows time skew is over 24 hours [rhel-8.10.z] - Resolves: RHEL-123920 - Changelog trimming - add number of scanned entries to the log [rhel-8.10.z] - Resolves: RHEL-126512 - Created user password hash available to see in audit log [rhel-8.10.z] - Resolves: RHEL-129578 - Fix paged result search locking [rhel-8.10.z] - Resolves: RHEL-130900 - On RHDS 12.6 The user password policy for a user was created, but the pwdpolicysubentry attribute for this user incorrectly points to the People OU password policy instead of the specific user policy. [rhel-8.10.z]
This commit is contained in:
parent
ef92dda475
commit
61c7c4843d
@ -52,7 +52,7 @@ ExcludeArch: i686
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.3.39
|
||||
Release: %{?relprefix}16%{?prerel}%{?dist}
|
||||
Release: %{?relprefix}17%{?prerel}%{?dist}
|
||||
License: GPL-3.0-or-later WITH GPL-3.0-389-ds-base-exception AND (0BSD OR Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR BSD-2-Clause OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR LGPL-2.1-or-later OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-3-Clause AND MIT AND MPL-2.0
|
||||
URL: https://www.port389.org
|
||||
Group: System Environment/Daemons
|
||||
@ -996,27 +996,27 @@ exit 0
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Wed Nov 26 2025 Masahiro Matsuya <mmatsuya@redhat.com> - 1.4.3.39-16
|
||||
- Resolves: RHEL-80491 - [RFE] Extend log of operations statistics in access log with nentries (#3729) [rhel-8.10.z]
|
||||
- Resolves: RHEL-87191 - Crash if repl keep-alive entry can not be deleted (#6895) [rhel-8.10.z]
|
||||
- Resolves: RHEL-89785 - Mask password hashes in audit logs (#6884) [rhel-8.10.z]
|
||||
- Resolves: RHEL-111226 - Incorrect pwdpolicysubentry returned for a subtree pwpolicy in a local db link (#6819) [rhel-8.10.z]
|
||||
- Resolves: RHEL-113976 - Make user subtree policy creation idempotent (#6936) [rhel-8.10.z]
|
||||
- Resolves: RHEL-117457 - Some replication status data are reset upon receiving Conn_ABORT for an asynchronous update operation (#6470) [rhel-8.10.z]
|
||||
- Resolves: RHEL-117752 - RFE Extend log of operations statistics in access log with nentries (#3729) [rhel-8.10.z]
|
||||
- Resolves: RHEL-117759 - [RFE] subtree search statistics for index lookup (#5710) [rhel-8.10.z]
|
||||
- Resolves: RHEL-117765 - statistics about index lookup report a wrong duration (#6764) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123228 - Improve error message when bulk import converts invalid password scheme (#6787) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123241 - modrdn fails when a user is member of multiple groups (#6641) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123254 - Fix memory leaks in memberof plugin (#6641) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123269 - When deferred memberof update is enabled, the nested membership are never computed (#6933) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123276 - The parentId attribute is indexed with improper matchingRules (#6928) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123363 - On large DB unlimited IDL scan limit reduces performance (#6966) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123365 - Improve the way to detect asynchronous operation failure (#6979) [rhel-8.10.z]
|
||||
- Resolves: RHEL-123920 - MemberOf plugin logs null attribute name (#7047) [rhel-8.10.z]
|
||||
- Resolves: RHEL-126512 - The new ipahealthcheck test ipahealthcheck.ipa.roles reports error incorrectly (#7032) [rhel-8.10.z]
|
||||
- Resolves: RHEL-129578 - Revise time skew check in healthcheck tool (#6947) [rhel-8.10.z]
|
||||
- Resolves: RHEL-130900 - Update changelog trimming logging (#6901) [rhel-8.10.z]
|
||||
* Wed Nov 26 2025 Masahiro Matsuya <mmatsuya@redhat.com> - 1.4.3.39-17
|
||||
- Resolves: RHEL-80491 - Can't rename users member of automember rule [rhel-8.10.z]
|
||||
- Resolves: RHEL-87191 - Some replication status data are reset upon a restart. [rhel-8.10.z]
|
||||
- Resolves: RHEL-89785 - Extend log of operations statistics in access log
|
||||
- Resolves: RHEL-111226 - Error showing local password policy on web UI [rhel-8.10.z]
|
||||
- Resolves: RHEL-113976 - AddressSanitizer: memory leak in memberof_add_memberof_attr [rhel-8.10.z]
|
||||
- Resolves: RHEL-117457 - subtree search statistics for index lookup does not report ancestorid/entryrdn lookups
|
||||
- Resolves: RHEL-117752 - Crash if repl keep alive entry can not be created [rhel-8.10.z]
|
||||
- Resolves: RHEL-117759 - Replication online reinitialization of a large database gets stalled. [rhel-8.10.z]
|
||||
- Resolves: RHEL-117765 - Statistics about index lookup report a wrong duration [rhel-8.10.z]
|
||||
- Resolves: RHEL-123228 - Improve the way to detect asynchronous operations in the access logs [rhel-8.10.z]
|
||||
- Resolves: RHEL-123241 - Attribute uniqueness is not enforced upon modrdn operation [rhel-8.10.z]
|
||||
- Resolves: RHEL-123254 - Typo in errors log after a Memberof fixup task. [rhel-8.10.z]
|
||||
- Resolves: RHEL-123269 - LDAP high CPU usage while handling indexes with IDL scan limit at INT_MAX [rhel-8.10.z]
|
||||
- Resolves: RHEL-123276 - The new ipahealthcheck test ipahealthcheck.ds.backends.BackendsCheck raises CRITICAL issue [rhel-8.10.z]
|
||||
- Resolves: RHEL-123363 - When deferred memberof update is enabled after the server crashed it should not launch memberof fixup task by default [rhel-8.10.z]
|
||||
- Resolves: RHEL-123365 - IPA health check up script shows time skew is over 24 hours [rhel-8.10.z]
|
||||
- Resolves: RHEL-123920 - Changelog trimming - add number of scanned entries to the log [rhel-8.10.z]
|
||||
- Resolves: RHEL-126512 - Created user password hash available to see in audit log [rhel-8.10.z]
|
||||
- Resolves: RHEL-129578 - Fix paged result search locking [rhel-8.10.z]
|
||||
- Resolves: RHEL-130900 - On RHDS 12.6 The user password policy for a user was created, but the pwdpolicysubentry attribute for this user incorrectly points to the People OU password policy instead of the specific user policy. [rhel-8.10.z]
|
||||
|
||||
* Mon Aug 18 2025 Viktor Ashirov <vashirov@redhat.com> - 1.4.3.39-15
|
||||
- Resolves: RHEL-109028 - Allow Uniqueness plugin to search uniqueness attributes using custom matching rules [rhel-8.10.z]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user