From 512d6f4fff0f18142f937cd7b1170260bcb81b3f Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Jul 01 2014 22:04:56 +0000 Subject: Release 1.3.2.18 - Ticket 47750 - Creating a glue fails if one above level is a conflict or missing - Ticket 47763 - winsync plugin modify is broken - Ticket 47821 - deref plugin cannot handle complex acis - Ticket 47831 - server restart wipes out index config if there is a default index - Ticket 47817 - The error result text message should be obtained just prior to sending result - Ticket 47815 - Add operations rejected by betxn plugins remain in cache - Ticket 47809 - find a way to remove replication plugin errors messages "changelog iteration code returned a dummy entry with csn %s, skipping ..." - Ticket 47704 - invalid sizelimits in aci group evaluation - Ticket 47813 - remove "goto bail" from previous commit - Ticket 47813 - managed entry plugin fails to update member pointer on modrdn operation - Ticket 47808 - If be_txn plugin fails in ldbm_back_add, adding entry is double freed. - Ticket 47770 - #481 breaks possibility to reassemble memberuid list --- diff --git a/.gitignore b/.gitignore index 106303e..1c87397 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ /389-ds-base-1.3.2.15.tar.bz2 /389-ds-base-1.3.2.16.tar.bz2 /389-ds-base-1.3.2.17.tar.bz2 +/389-ds-base-1.3.2.18.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index ff12bcc..14ccac4 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,8 +24,8 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.2.17 -Release: %{?relprefix}1%{?prerel}%{?dist}.1 +Version: 1.3.2.18 +Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ Group: System Environment/Daemons @@ -316,6 +316,21 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Tue Jul 01 2014 Noriko Hosoi - 1.3.2.18-1 +- Release 1.3.2.18 +- Ticket 47750 - Creating a glue fails if one above level is a conflict or missing +- Ticket 47763 - winsync plugin modify is broken +- Ticket 47821 - deref plugin cannot handle complex acis +- Ticket 47831 - server restart wipes out index config if there is a default index +- Ticket 47817 - The error result text message should be obtained just prior to sending result +- Ticket 47815 - Add operations rejected by betxn plugins remain in cache +- Ticket 47809 - find a way to remove replication plugin errors messages "changelog iteration code returned a dummy entry with csn %s, skipping ..." +- Ticket 47704 - invalid sizelimits in aci group evaluation +- Ticket 47813 - remove "goto bail" from previous commit +- Ticket 47813 - managed entry plugin fails to update member pointer on modrdn operation +- Ticket 47808 - If be_txn plugin fails in ldbm_back_add, adding entry is double freed. +- Ticket 47770 - #481 breaks possibility to reassemble memberuid list + * Fri Jun 06 2014 Fedora Release Engineering - 1.3.2.17-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index fa58a68..ca6e0f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc8bcbfb823dc8829947382e60b7a508 389-ds-base-1.3.2.17.tar.bz2 +a5405b9d1a9387512a2be888d04b0173 389-ds-base-1.3.2.18.tar.bz2