From ae5c23427fd82d14af2904efe87ae951907f4bd0 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Oct 13 2016 15:28:48 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index 20b40eb..f54842b 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,4 @@ /389-ds-base-1.3.5.11.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.14.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 25c5115..bc809cb 100644 --- a/389-ds-base-git-local.sh +++ b/389-ds-base-git-local.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.3.3.7 +VERSION=1.3.5.14 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} #SRCNAME=$PKGNAME-$VERSION-$DATE diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh index 551670f..0043901 100644 --- a/389-ds-base-git.sh +++ b/389-ds-base-git.sh @@ -2,7 +2,7 @@ DATE=`date +%Y%m%d` # use a real tag name here -VERSION=1.3.3.7 +VERSION=1.3.5.14 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} URL="https://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" diff --git a/389-ds-base.spec b/389-ds-base.spec index 161e0bc..ffe027f 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -33,7 +33,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.5.13 +Version: 1.3.5.14 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv3+ URL: https://port389.org/ @@ -454,6 +454,44 @@ fi %{_sysconfdir}/%{pkgname}/dirsrvtests %changelog +* Thu Oct 13 2016 Mark Reynolds - 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 - 1.3.5.13-1 - Release 1.3.5.13-1 - Ticket 48450 - Autotools components for ds_systemd_ask_password_acl diff --git a/sources b/sources index 013cfc9..d42631b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -815027c164c3c450ee21c76201be1ffe 389-ds-base-1.3.5.13.tar.bz2 22a201e208b82b307ba425e099b066ed nunc-stans-0.1.8.tar.bz2 +ef8fcb122a94846d3b3009489acb273a 389-ds-base-1.3.5.14.tar.bz2