From ed5876f7cf5bf7091ef83aafaa8c3abed48fe1a3 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Jun 27 2012 14:28:55 +0000 Subject: Trac Ticket 396 - Account Usability Control Not Working (cherry picked from commit 08c7cc004069eef8a766e28a45e36a3d99097f3e) --- diff --git a/.gitignore b/.gitignore index c1fcc52..f8efa80 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /389-ds-base-1.2.11.4.tar.bz2 /389-ds-base-1.2.11.5.tar.bz2 /389-ds-base-1.2.11.6.tar.bz2 +/389-ds-base-1.2.11.7.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 968c27e..5826827 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.11.6 +VERSION=1.2.11.7 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 11651a8..e761c2a 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.11.6 +VERSION=1.2.11.7 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 23dd5d9..eafa57e 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.2.11.6 +Version: 1.2.11.7 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -309,6 +309,9 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Wed Jun 27 2012 Rich Megginson - 1.2.11.7-1 +- Trac Ticket 396 - Account Usability Control Not Working + * Thu Jun 21 2012 Rich Megginson - 1.2.11.6-1 - Ticket #378 - audit log does not log unhashed password: enabled, by default. - Ticket #378 - unhashed#user#password visible after changing password diff --git a/sources b/sources index 6b9d009..e207b5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0d901095501d98d876c05e714b19454 389-ds-base-1.2.11.6.tar.bz2 +ee85642feaba152bed74923fe0f36f10 389-ds-base-1.2.11.7.tar.bz2