Bump version to 1.4.0.3
Ticket 49457 - Fix spal_meminfo_get function prototype Ticket 49455 - Add tests to monitor test suit. Ticket 49448 - dynamic default pw scheme based on environment. Ticket 49298 - fix complier warn Ticket 49298 - Correct error codes with config restore. Ticket 49454 - SSL Client Authentication breaks in FIPS mode Ticket 49453 - passwd.py to use pwdhash defaults. Ticket 49427 - whitespace in fedse.c Ticket 49410 - opened connection can remain no longer poll, like hanging Ticket 48118 - fix compiler warning for incorrect return type Ticket 49451 - Add environment markers to lib389 dependencies Ticket 49325 - Proof of concept rust tqueue in sds Ticket 49443 - scope one searches in 1.3.7 give incorrect results Ticket 48118 - At startup, changelog can be erronously rebuilt after a normal shutdown Ticket 49412 - SIGSEV when setting invalid changelog config value Ticket 49441 - Import crashes - oneline fix Ticket 49377 - Incoming BER too large with TLS on plain port Ticket 49441 - Import crashes with large indexed binary attributes Ticket 49435 - Fix NS race condition on loaded test systems Ticket 77 - lib389 - Refactor docstrings in rST format - part 2 Ticket 17 - lib389 - dsremove support Ticket 3 - lib389 - python 3 compat for paged results test Ticket 3 - lib389 - Python 3 support for memberof plugin test suit Ticket 3 - lib389 - config test Ticket 3 - lib389 - python 3 support ds_logs tests Ticket 3 - lib389 - python 3 support for betxn test
This commit is contained in:
parent
4e7c5c2667
commit
9db5b08f21
1
.gitignore
vendored
1
.gitignore
vendored
@ -153,3 +153,4 @@
|
|||||||
/389-ds-base-1.4.0.0.tar.bz2
|
/389-ds-base-1.4.0.0.tar.bz2
|
||||||
/389-ds-base-1.4.0.1.tar.bz2
|
/389-ds-base-1.4.0.1.tar.bz2
|
||||||
/389-ds-base-1.4.0.2.tar.bz2
|
/389-ds-base-1.4.0.2.tar.bz2
|
||||||
|
/389-ds-base-1.4.0.3.tar.bz2
|
||||||
|
@ -37,8 +37,8 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.4.0.2
|
Version: 1.4.0.3
|
||||||
Release: %{?relprefix}2%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.port389.org
|
URL: http://www.port389.org
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -108,6 +108,7 @@ Requires: selinux-policy >= 3.13.1-137
|
|||||||
|
|
||||||
# the following are needed for some of our scripts
|
# the following are needed for some of our scripts
|
||||||
Requires: openldap-clients
|
Requires: openldap-clients
|
||||||
|
Requires: python-ldap
|
||||||
|
|
||||||
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
|
# use_openldap assumes perl-Mozilla-LDAP is built with openldap support
|
||||||
Requires: perl-Mozilla-LDAP
|
Requires: perl-Mozilla-LDAP
|
||||||
@ -544,6 +545,35 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 20 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.3-1
|
||||||
|
- Bump version to 1.4.0.3
|
||||||
|
- Ticket 49457 - Fix spal_meminfo_get function prototype
|
||||||
|
- Ticket 49455 - Add tests to monitor test suit.
|
||||||
|
- Ticket 49448 - dynamic default pw scheme based on environment.
|
||||||
|
- Ticket 49298 - fix complier warn
|
||||||
|
- Ticket 49298 - Correct error codes with config restore.
|
||||||
|
- Ticket 49454 - SSL Client Authentication breaks in FIPS mode
|
||||||
|
- Ticket 49453 - passwd.py to use pwdhash defaults.
|
||||||
|
- Ticket 49427 - whitespace in fedse.c
|
||||||
|
- Ticket 49410 - opened connection can remain no longer poll, like hanging
|
||||||
|
- Ticket 48118 - fix compiler warning for incorrect return type
|
||||||
|
- Ticket 49451 - Add environment markers to lib389 dependencies
|
||||||
|
- Ticket 49325 - Proof of concept rust tqueue in sds
|
||||||
|
- Ticket 49443 - scope one searches in 1.3.7 give incorrect results
|
||||||
|
- Ticket 48118 - At startup, changelog can be erronously rebuilt after a normal shutdown
|
||||||
|
- Ticket 49412 - SIGSEV when setting invalid changelog config value
|
||||||
|
- Ticket 49441 - Import crashes - oneline fix
|
||||||
|
- Ticket 49377 - Incoming BER too large with TLS on plain port
|
||||||
|
- Ticket 49441 - Import crashes with large indexed binary attributes
|
||||||
|
- Ticket 49435 - Fix NS race condition on loaded test systems
|
||||||
|
- Ticket 77 - lib389 - Refactor docstrings in rST format - part 2
|
||||||
|
- Ticket 17 - lib389 - dsremove support
|
||||||
|
- Ticket 3 - lib389 - python 3 compat for paged results test
|
||||||
|
- Ticket 3 - lib389 - Python 3 support for memberof plugin test suit
|
||||||
|
- Ticket 3 - lib389 - config test
|
||||||
|
- Ticket 3 - lib389 - python 3 support ds_logs tests
|
||||||
|
- Ticket 3 - lib389 - python 3 support for betxn test
|
||||||
|
|
||||||
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-2
|
* Fri Nov 3 2017 Mark Reynolds <mreynolds@redhat.com> - 1.4.0.2-2
|
||||||
- Bump version to 1.4.0.2-2
|
- Bump version to 1.4.0.2-2
|
||||||
- Add python-lib389 build requirements
|
- Add python-lib389 build requirements
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (389-ds-base-1.4.0.2.tar.bz2) = ff166c0e065b7b0c26a57ca9b2996bf90ca57884fbc94d2c8d994651ff85ba44af52b0602a647d56ec8f9664aacad1494d6b5be9bf12d32e3d58e368af117817
|
SHA512 (389-ds-base-1.4.0.3.tar.bz2) = 2a848afd86ffc5c170095b51679e443e37d00e1929bffa2a43c94063f3d086a2872140a1ed91252904ef06aac7f45a965fea5960f93dd659a97f1785ddb870d2
|
||||||
|
Loading…
Reference in New Issue
Block a user