From d5673ebe578969bee01a23076302d5f52018a4c3 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Sep 23 2010 20:25:22 +0000 Subject: new release 1.2.6.1 new release 1.2.6.1 to fix the windows sync problem: Bug 634561 - Server crushes when using Windows Sync Agreement --- diff --git a/.gitignore b/.gitignore index 849d508..17c623a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ *~ -389-ds-base-1.2.6.tar.bz2 +389-ds-base-1.2.6.1.tar.bz2 diff --git a/389-ds-base-devel.README b/389-ds-base-devel.README index acb97e9..190c874 100644 --- a/389-ds-base-devel.README +++ b/389-ds-base-devel.README @@ -1,5 +1,4 @@ For detailed information on developing plugins for 389 Directory Server visit. -http://www.redhat.com/docs/manuals/dir-server/8.1/plugin/index.html http://port389/wiki/Plugins diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 3ea3339..4ac678a 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.6 +VERSION=1.2.6.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 5bf856c..c80f158 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.6 +VERSION=1.2.6.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 f193a3f..5727d1d 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.6 +Version: 1.2.6.1 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -348,6 +348,9 @@ end %{_datadir}/%{pkgname}-selinux %changelog +* Thu Sep 23 2010 Rich Megginson - 1.2.6.1-1 +- Bug 634561 - Server crushes when using Windows Sync Agreement + * Thu Aug 26 2010 Rich Megginson - 1.2.6-1 - This is the final 1.2.6 release diff --git a/sources b/sources index 4a1f825..14b194a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c311cbb7be919b8ced5da56f25535e33 389-ds-base-1.2.6.tar.bz2 +1bd25e532320033fb2d8d6b6297aa4d5 389-ds-base-1.2.6.1.tar.bz2