From 98607a03c79007812e7482b24d9dab777d24c30d Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Nov 19 2015 00:19:36 +0000 Subject: release 1.3.3.14 - Ticket 48338 - SimplePagedResults -- abandon could happen between the abandon check and sending results - Ticket 48325 - Add lib389 test script - Ticket 48325 - Replica promotion leaves RUV out of order - Ticket 47976 - deadlock in mep delete post op - Ticket 47978 - Deadlock between two MODs on the same entry between entry cache and backend lock - Ticket 48305 - perl module conditional test is not conditional when checking SELinux policies - Ticket 48264 - Ticket 47553 tests refactoring - Ticket 47957 - Add replication test suite for a wait async feature - Ticket 48304 - ns-slapd - LOGINFO:Unable to remove file - Ticket 48208 - CleanAllRUV should completely purge changelog - Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up - Ticket 48299 - pagedresults - when timed out, search results could have been already freed. - Ticket 48283 - many attrlist_replace errors in connection with cleanallruv - Ticket 48266 - do not free repl keep alive entry on error - Ticket 48284 - free entry when internal add fails - Ticket 48266 - Online init crashes consumer - Ticket 48266 - coverity issue - Ticket 48266 - Fractional replication evaluates several times the same CSN - Ticket 48226 - In MMR, double free coould occur under some special condition - Ticket 48273 - Update lib389 tests for new valgrind functions - Ticket 47553 - Automated the verification procedure --- diff --git a/.gitignore b/.gitignore index 8b4576a..8d68502 100644 --- a/.gitignore +++ b/.gitignore @@ -116,3 +116,4 @@ /389-ds-base-1.3.3.11.tar.bz2 /389-ds-base-1.3.3.12.tar.bz2 /389-ds-base-1.3.3.13.tar.bz2 +/389-ds-base-1.3.3.14.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index 9877484..db28e1a 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,7 +24,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.3.13 +Version: 1.3.3.14 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,30 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Wed Nov 18 2015 Noriko Hosoi - 1.3.3.14-1 +- release 1.3.3.14 +- Ticket 48338 - SimplePagedResults -- abandon could happen between the abandon check and sending results +- Ticket 48325 - Add lib389 test script +- Ticket 48325 - Replica promotion leaves RUV out of order +- Ticket 47976 - deadlock in mep delete post op +- Ticket 47978 - Deadlock between two MODs on the same entry between entry cache and backend lock +- Ticket 48305 - perl module conditional test is not conditional when checking SELinux policies +- Ticket 48264 - Ticket 47553 tests refactoring +- Ticket 47957 - Add replication test suite for a wait async feature +- Ticket 48304 - ns-slapd - LOGINFO:Unable to remove file +- Ticket 48208 - CleanAllRUV should completely purge changelog +- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up +- Ticket 48299 - pagedresults - when timed out, search results could have been already freed. +- Ticket 48283 - many attrlist_replace errors in connection with cleanallruv +- Ticket 48266 - do not free repl keep alive entry on error +- Ticket 48284 - free entry when internal add fails +- Ticket 48266 - Online init crashes consumer +- Ticket 48266 - coverity issue +- Ticket 48266 - Fractional replication evaluates several times the same CSN +- Ticket 48226 - In MMR, double free coould occur under some special condition +- Ticket 48273 - Update lib389 tests for new valgrind functions +- Ticket 47553 - Automated the verification procedure + * Fri Sep 4 2015 Noriko Hosoi - 1.3.3.13-1 - release 1.3.3.13 - Ticket 48265 - Complex filter in a search request doen't work as expected. (regression) diff --git a/sources b/sources index 0f14830..cc7b4da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51991d40f5ab6b3bdd9c260c79f36322 389-ds-base-1.3.3.13.tar.bz2 +a91c4c1e5093f1968512792efdd419eb 389-ds-base-1.3.3.14.tar.bz2