diff --git a/.gitignore b/.gitignore index f6782fc..bd9f34f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /389-ds-base-1.3.0.0.tar.bz2 /389-ds-base-1.3.0.1.tar.bz2 /389-ds-base-1.3.0.2.tar.bz2 +/389-ds-base-1.3.0.3.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index fc72540..1f612a1 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.0.2 +VERSION=1.3.0.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 94e82ad..b05c7c4 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.0.2 +VERSION=1.3.0.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 2168343..d0587dc 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -21,7 +21,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.0.2 +Version: 1.3.0.3 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -311,6 +311,11 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Feb 13 2013 Noriko Hosoi - 1.3.0.3-1 +- bump version to 1.3.0.3 +- Ticket #584 - Existence of an entry is not checked when its password is to be deleted +- Ticket 562 - Crash when deleting suffix + * Wed Jan 16 2013 Noriko Hosoi - 1.3.0.2-1 - bump version to 1.3.0.2 - Ticket #542 - Cannot dynamically set nsslapd-maxbersize diff --git a/sources b/sources index 9a106ab..7b3d7c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8874f44cc6a5f0e0787bdb1bc4085fed 389-ds-base-1.3.0.2.tar.bz2 +405df03d61d1396d54052e10d660495d 389-ds-base-1.3.0.3.tar.bz2