From 58852544d7b235aafb53bca32fe0c026730bae5c Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Feb 05 2014 22:49:31 +0000 Subject: the 1.3.1.18 release - Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used - Ticket 47374 - flush.pl is not included in perl5 - Ticket 47463 - IDL-style can become mismatched during partial restoration - Ticket 47649 - Server hangs in cos_cache when adding a user entry - Ticket 443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error - Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform - Ticket 47641 - 7-bit check plugin not checking MODRDN operation - Ticket 342 - better error message when cache overflows - Ticket 47516 - replication stops with excessive clock skew - Ticket 47620 - Unable to delete protocol timeout attribute - Ticket 408 - Fix crash when disabling/enabling the setting - Ticket 47660 - config_set_allowed_to_delete_attrs: Valgrind reports Invalid read --- diff --git a/.gitignore b/.gitignore index 8ae8176..fa8442a 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ /389-ds-base-1.3.1.15.tar.bz2 /389-ds-base-1.3.1.16.tar.bz2 /389-ds-base-1.3.1.17.tar.bz2 +/389-ds-base-1.3.1.18.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 94a01a3..fe47936 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.1.17 +VERSION=1.3.1.18 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 ae1a7ff..ba92501 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.1.17 +VERSION=1.3.1.18 PKGNAME=389-ds-base TAG=${TAG:-$PKGNAME-$VERSION} URL="http://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 3c677ec..c034e08 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.1.17 +Version: 1.3.1.18 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,10 +314,25 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Feb 5 2014 Noriko Hosoi - 1.3.1.18-1 +- the 1.3.1.18 release +- Ticket 471 - logconv.pl tool removes the access logs contents if "-M" is not correctly used +- Ticket 47374 - flush.pl is not included in perl5 +- Ticket 47463 - IDL-style can become mismatched during partial restoration +- Ticket 47649 - Server hangs in cos_cache when adding a user entry +- Ticket 443 - Deleting attribute present in nsslapd-allowed-to-delete-attrs returns Operations error +- Ticket 47638 - Overflow in nsslapd-disk-monitoring-threshold on 32bit platform +- Ticket 47641 - 7-bit check plugin not checking MODRDN operation +- Ticket 342 - better error message when cache overflows +- Ticket 47516 - replication stops with excessive clock skew +- Ticket 47620 - Unable to delete protocol timeout attribute +- Ticket 408 - Fix crash when disabling/enabling the setting +- Ticket 47660 - config_set_allowed_to_delete_attrs: Valgrind reports Invalid read + * Wed Jan 8 2014 Noriko Hosoi - 1.3.1.17-1 - the 1.3.1.17 release - Ticket 342 - better error message when cache overflows (phase 2) -- Ticket 447 - Possible to add invalid attribute to nsslapd-allowed-to-delete-attrs +- Ticket 447 - Possible to add invalid attribute to nsslapd-allowed-to-delete-attrs - Ticket 571 (dup 47361) - Empty control list causes LDAP protocol error is thrown - Ticket 47587 - hard coded limit of 64 masters in agreement and changelog code - Ticket 47591 - entries with empty objectclass attribute value can be hidden diff --git a/sources b/sources index dd4ec9d..d9f453f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -432e74424ed722cfca1e4b362452d046 389-ds-base-1.3.1.17.tar.bz2 +d050ef23a2b8121cd7ec2cee46d442f3 389-ds-base-1.3.1.18.tar.bz2