From ebb8e13e7271aa00cd52be10dbc01e1e5b7011e2 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Apr 08 2011 23:09:19 +0000 Subject: 389-ds-base-1.2.8.1 389-ds-base-1.2.8.1 Bug 693962 - Full replica push loses some entries with multi-valued RDNs --- diff --git a/.gitignore b/.gitignore index e27f94c..99cb5df 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /389-ds-base-1.2.8.rc4.tar.bz2 /389-ds-base-1.2.8.rc5.tar.bz2 /389-ds-base-1.2.8.0.tar.bz2 +/389-ds-base-1.2.8.1.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index cfdeffe..97f1965 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.2.8.0 +VERSION=1.2.8.1 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 7b11fa2..a50b003 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.2.8.0 +VERSION=1.2.8.1 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 c4358d9..9084e40 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -15,7 +15,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.8.0 +Version: 1.2.8.1 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -278,6 +278,10 @@ exit 0 %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Fri Apr 8 2011 Rich Megginson - 1.2.8.1-1 +- 389-ds-base-1.2.8.1 +- Bug 693962 - Full replica push loses some entries with multi-valued RDNs + * Tue Apr 5 2011 Rich Megginson - 1.2.8.0-1 - 389-ds-base-1.2.8.0 - Bug 693473 - rhds82 rfe - windows_tot_run to log Sizelimit exceeded instead of LDAP error - -1 diff --git a/sources b/sources index 839287c..786c3bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -128941979ef988870d7f09f333d1adda 389-ds-base-1.2.8.0.tar.bz2 +d12829ca71b28222fbe66b0939d2af4f 389-ds-base-1.2.8.1.tar.bz2