diff --git a/.gitignore b/.gitignore index 67d4f48..709f34f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ /389-ds-base-1.2.7.2.tar.bz2 +/389-ds-base-1.2.7.3.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 0a14c11..cc2b3c0 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.7.2 +VERSION=1.2.7.3 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 557d809..660443f 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.7.2 +VERSION=1.2.7.3 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 87c6600..4022b2c 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -11,7 +11,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.2.7.2 +Version: 1.2.7.3 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -299,6 +299,11 @@ end %{_libdir}/%{pkgname}/*.so %changelog +* Wed Dec 8 2010 Rich Megginson - 1.2.7.3-1 +- 1.2.7.3 release - git tag 389-ds-base-1.2.7.3 +- Bug 658312 - Invalid free in Managed Entry plug-in +- Bug 641944 - Don't normalize non-DN RDN values + * Fri Dec 3 2010 Rich Megginson - 1.2.7.2-1 - 1.2.7.2 release - git tag 389-ds-base-1.2.7.2 - Bug 659456 - Incorrect usage of ber_printf() in winsync code diff --git a/sources b/sources index f8d7370..2cba8a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d289f23ef1da56a59975784c8c4210c7 389-ds-base-1.2.7.2.tar.bz2 +a1a8dde2fbdcf06007d52d2c6d7fe9c1 389-ds-base-1.2.7.3.tar.bz2