Bump version to 1.3.5.14-1
- Ticket 48992 - Total init may fail if the pushed schema is rejected - Ticket 48832 - Fix CI test suite for password min age - Ticket 48983 - Configure and Makefile.in from new default paths work. - Ticket 48983 - Configure and Makefile.in from new default paths work. - Ticket 48983 - generate install path info from autotools scripts - Ticket 48944 - on a read only replica invalid state info can accumulate - Ticket 48766 - use a consumer maxcsn only as anchor if supplier is more advanced - Ticket 48921 - CI Replication stress tests have limits set too low - Ticket 48969 - nsslapd-auditfaillog always has an explicit path - Ticket 48957 - Update repl-monitor to handle new status messages - Ticket 48832 - Fix CI tests - Ticket 48975 - Disabling CLEAR password storage scheme will crash server when setting a password - Ticket 48369 - Add CI test suite - Ticket 48970 - Serverside sorting crashes the server - Ticket 48972 - remove old pwp code that adds/removes ACIs - Ticket 48957 - set proper update status to replication agreement in case of failure - Ticket 48950 - Add systemd warning to the LD_PRELOAD example in /etc/sysconfig/dirsrv - provide backend dir in suffix template - Ticket 48953 - Skip labelling and unlabelling ports during the test - Ticket 48967 - Add CI test and refactor test suite - Ticket 48967 - passwordMinAge attribute doesn't limit the minimum age of the password - Fix jenkins warnings about unused vars - Ticket 48402 - v3 allow plugins to detect a restore or import - Ticket #48969 - nsslapd-auditfaillog always has an explicit path - Ticket 48964 - cleanAllRUV changelog purging incorrectly processes all backends - Ticket 48965 - Fix building rpms using rpm.mk - Ticket 48965 - Fix generation of the pre-release version - Bugzilla 1368956 - man page of ns-accountstatus.pl shows redundant entries for -p port option - Ticket 48960 - Crash in import_wait_for_space_in_fifo(). - Ticket 48832 - Fix more CI test failures - Ticket 48958 - Audit fail log doesn't work if audit log disabled. - Ticket 48956 - ns-accountstatus.pl showing "activated" user even if it is inactivated - Ticket 48954 - replication fails because anchorcsn cannot be found - Ticket 48832 - Fix CI tests failures from jenkins server - Ticket 48950 - Change example in /etc/sysconfig/dirsrv to use tcmalloc
This commit is contained in:
parent
71943d5385
commit
f9d21bf598
1
.gitignore
vendored
1
.gitignore
vendored
@ -138,3 +138,4 @@
|
|||||||
/389-ds-base-1.3.5.11.tar.bz2
|
/389-ds-base-1.3.5.11.tar.bz2
|
||||||
/389-ds-base-1.3.5.12.tar.bz2
|
/389-ds-base-1.3.5.12.tar.bz2
|
||||||
/389-ds-base-1.3.5.13.tar.bz2
|
/389-ds-base-1.3.5.13.tar.bz2
|
||||||
|
/389-ds-base-1.3.5.14.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.3.7
|
VERSION=1.3.5.14
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
#SRCNAME=$PKGNAME-$VERSION-$DATE
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
DATE=`date +%Y%m%d`
|
DATE=`date +%Y%m%d`
|
||||||
# use a real tag name here
|
# use a real tag name here
|
||||||
VERSION=1.3.3.7
|
VERSION=1.3.5.14
|
||||||
PKGNAME=389-ds-base
|
PKGNAME=389-ds-base
|
||||||
TAG=${TAG:-$PKGNAME-$VERSION}
|
TAG=${TAG:-$PKGNAME-$VERSION}
|
||||||
URL="https://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
URL="https://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
Summary: 389 Directory Server (base)
|
Summary: 389 Directory Server (base)
|
||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Version: 1.3.5.13
|
Version: 1.3.5.14
|
||||||
Release: %{?relprefix}1%{?prerel}%{?dist}
|
Release: %{?relprefix}1%{?prerel}%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://port389.org/
|
URL: https://port389.org/
|
||||||
@ -454,6 +454,45 @@ fi
|
|||||||
%{_sysconfdir}/%{pkgname}/dirsrvtests
|
%{_sysconfdir}/%{pkgname}/dirsrvtests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 13 2016 Mark Reynolds <mreynolds@redhat.com> - 1.3.5.14-1
|
||||||
|
- Bump version to 1.3.5.14-1
|
||||||
|
- Ticket 48992 - Total init may fail if the pushed schema is rejected
|
||||||
|
- Ticket 48832 - Fix CI test suite for password min age
|
||||||
|
- Ticket 48983 - Configure and Makefile.in from new default paths work.
|
||||||
|
- Ticket 48983 - Configure and Makefile.in from new default paths work.
|
||||||
|
- Ticket 48983 - generate install path info from autotools scripts
|
||||||
|
- Ticket 48944 - on a read only replica invalid state info can accumulate
|
||||||
|
- Ticket 48766 - use a consumer maxcsn only as anchor if supplier is more advanced
|
||||||
|
- Ticket 48921 - CI Replication stress tests have limits set too low
|
||||||
|
- Ticket 48969 - nsslapd-auditfaillog always has an explicit path
|
||||||
|
- Ticket 48957 - Update repl-monitor to handle new status messages
|
||||||
|
- Ticket 48832 - Fix CI tests
|
||||||
|
- Ticket 48975 - Disabling CLEAR password storage scheme will crash server when setting a password
|
||||||
|
- Ticket 48369 - Add CI test suite
|
||||||
|
- Ticket 48970 - Serverside sorting crashes the server
|
||||||
|
- Ticket 48972 - remove old pwp code that adds/removes ACIs
|
||||||
|
- Ticket 48957 - set proper update status to replication agreement in case of failure
|
||||||
|
- Ticket 48950 - Add systemd warning to the LD_PRELOAD example in /etc/sysconfig/dirsrv
|
||||||
|
- provide backend dir in suffix template
|
||||||
|
- Ticket 48953 - Skip labelling and unlabelling ports during the test
|
||||||
|
- Ticket 48967 - Add CI test and refactor test suite
|
||||||
|
- Ticket 48967 - passwordMinAge attribute doesn't limit the minimum age of the password
|
||||||
|
- Fix jenkins warnings about unused vars
|
||||||
|
- Ticket 48402 - v3 allow plugins to detect a restore or import
|
||||||
|
- Ticket #48969 - nsslapd-auditfaillog always has an explicit path
|
||||||
|
- Ticket 48964 - cleanAllRUV changelog purging incorrectly processes all backends
|
||||||
|
- Ticket 48965 - Fix building rpms using rpm.mk
|
||||||
|
- Ticket 48965 - Fix generation of the pre-release version
|
||||||
|
- Bugzilla 1368956 - man page of ns-accountstatus.pl shows redundant entries for -p port option
|
||||||
|
- Ticket 48960 - Crash in import_wait_for_space_in_fifo().
|
||||||
|
- Ticket 48832 - Fix more CI test failures
|
||||||
|
- Ticket 48958 - Audit fail log doesn't work if audit log disabled.
|
||||||
|
- Ticket 48956 - ns-accountstatus.pl showing "activated" user even if it is inactivated
|
||||||
|
- Ticket 48954 - replication fails because anchorcsn cannot be found
|
||||||
|
- Ticket 48832 - Fix CI tests failures from jenkins server
|
||||||
|
- Ticket 48950 - Change example in /etc/sysconfig/dirsrv to use tcmalloc
|
||||||
|
|
||||||
|
|
||||||
* Mon Aug 8 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.13-1
|
* Mon Aug 8 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.13-1
|
||||||
- Release 1.3.5.13-1
|
- Release 1.3.5.13-1
|
||||||
- Ticket 48450 - Autotools components for ds_systemd_ask_password_acl
|
- Ticket 48450 - Autotools components for ds_systemd_ask_password_acl
|
||||||
|
Loading…
Reference in New Issue
Block a user