Bump version to 1.4.0.6
Ticket 49545 - final substring extended filter search returns invalid result Ticket 49572 - ns_job_wait race on condvar Ticket 49584 - Fix Tickets with paged_results test suite Ticket 49161 - memberof fails if group is moved into scope Ticket 49447 - PBKDF2 on upgrade ticket 49551 - correctly handle subordinates and tombstone numsubordinates Ticket 49043 - Add replica conflict test suite Ticket 49296 - Fix race condition in connection code with anonymous limits Ticket 49568 - Fix integer overflow on 32bit platforms Ticket 48085 - Add encryption cl5 test suite Ticket 49566 - ds-replcheck needs to work with hidden conflict entries Ticket 49519 - Add more Cockpit UI content Ticket 49551 - fix memory leak found by coverity Ticket 49551 - v3 - correct handling of numsubordinates for cenotaphs and tombstone delete Ticket 49278 - Add a new CI test case Ticket 49560 - nsslapd-extract-pemfiles should be enabled by default as openldap is moving to openssl Ticket 49557 - Add config option for checking CRL on outbound SSL Connections Ticket 49446 - Add CI test case Ticket 35 - Description: Add support for managing automember to dsconf Ticket 49544 - cli release preperation Ticket 48006 - Add a new CI test case
This commit is contained in:
parent
011873603f
commit
0852ce978a
1
.gitignore
vendored
1
.gitignore
vendored
@ -156,3 +156,4 @@
|
||||
/389-ds-base-1.4.0.3.tar.bz2
|
||||
/389-ds-base-1.4.0.4.tar.bz2
|
||||
/389-ds-base-1.4.0.5.tar.bz2
|
||||
/389-ds-base-1.4.0.6.tar.bz2
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global pkgname dirsrv
|
||||
%global srcname 389-ds-base
|
||||
|
||||
# Exclude 32 bit arches
|
||||
ExcludeArch: %{ix86}
|
||||
# Exclude i686 bit arches
|
||||
ExcludeArch: i686
|
||||
|
||||
# for a pre-release, define the prerel field e.g. .a1 .rc2 - comment out for official release
|
||||
# also remove the space between % and global - this space is needed because
|
||||
@ -44,8 +44,8 @@ ExcludeArch: %{ix86}
|
||||
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.0.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.7
|
||||
Version: 1.4.0.6
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.port389.org
|
||||
Group: System Environment/Daemons
|
||||
@ -594,6 +594,30 @@ fi
|
||||
%{python3_sitelib}/dirsrvtests*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 6 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.6-1
|
||||
- Bump version to 1.4.0.6
|
||||
- Ticket 49545 - final substring extended filter search returns invalid result
|
||||
- Ticket 49572 - ns_job_wait race on condvar
|
||||
- Ticket 49584 - Fix Tickets with paged_results test suite
|
||||
- Ticket 49161 - memberof fails if group is moved into scope
|
||||
- Ticket 49447 - PBKDF2 on upgrade
|
||||
- ticket 49551 - correctly handle subordinates and tombstone numsubordinates
|
||||
- Ticket 49043 - Add replica conflict test suite
|
||||
- Ticket 49296 - Fix race condition in connection code with anonymous limits
|
||||
- Ticket 49568 - Fix integer overflow on 32bit platforms
|
||||
- Ticket 48085 - Add encryption cl5 test suite
|
||||
- Ticket 49566 - ds-replcheck needs to work with hidden conflict entries
|
||||
- Ticket 49519 - Add more Cockpit UI content
|
||||
- Ticket 49551 - fix memory leak found by coverity
|
||||
- Ticket 49551 - v3 - correct handling of numsubordinates for cenotaphs and tombstone delete
|
||||
- Ticket 49278 - Add a new CI test case
|
||||
- Ticket 49560 - nsslapd-extract-pemfiles should be enabled by default as openldap is moving to openssl
|
||||
- Ticket 49557 - Add config option for checking CRL on outbound SSL Connections
|
||||
- Ticket 49446 - Add CI test case
|
||||
- Ticket 35 - Description: Add support for managing automember to dsconf
|
||||
- Ticket 49544 - cli release preperation
|
||||
- Ticket 48006 - Add a new CI test case
|
||||
|
||||
* Mon Feb 19 2018 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.5-1.7
|
||||
- Add cyrus-sasl-plain requirement
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (389-ds-base-1.4.0.5.tar.bz2) = a3ef4ab5d0a879a73c04d4d0dce1efbff897a1190c2ac246b0c52c8110a75846c495051ea46c1a5f7632fdeee7ce2704a9e9f40585c8b35f21818acdb40b7549
|
||||
SHA512 (389-ds-base-1.4.0.6.tar.bz2) = 612bd31c3818b045070f7ceed91fce2d6ceabafb33f274e62c0db355e89463d333d9d397e7c03a30f997345fbe5fe7f3f7f590f584c54c7f71ef34ca225ca7d2
|
||||
|
Loading…
Reference in New Issue
Block a user