6c0778f bumped version to 1.2.11.11

Ticket 429 - added nsslapd-readonly to DS schema
Ticket 403 - fix CLEANALLRUV regression from last commit
Trac Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
This commit is contained in:
Mark Reynolds 2012-08-20 13:58:56 -04:00
parent 71c00be4e8
commit 8506832200
5 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -52,3 +52,4 @@
/389-ds-base-1.2.11.8.tar.bz2
/389-ds-base-1.2.11.9.tar.bz2
/389-ds-base-1.2.11.10.tar.bz2
/389-ds-base-1.2.11.11.tar.bz2

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.11.10
VERSION=1.2.11.11
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
#SRCNAME=$PKGNAME-$VERSION-$DATE

View File

@ -2,7 +2,7 @@
DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.11.10
VERSION=1.2.11.11
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz"

View File

@ -21,7 +21,7 @@
Summary: 389 Directory Server (base)
Name: 389-ds-base
Version: 1.2.11.10
Version: 1.2.11.11
Release: %{?relprefix}1%{?prerel}%{?dist}
License: GPLv2 with exceptions
URL: http://port389.org/
@ -311,6 +311,12 @@ fi
%{_libdir}/%{pkgname}/libslapd.so.*
%changelog
*Mon Aug 20 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.11-1
6c0778f bumped version to 1.2.11.11
Ticket 429 - added nsslapd-readonly to DS schema
Ticket 403 - fix CLEANALLRUV regression from last commit
Trac Ticket #346 - Slow ldapmodify operation time for large quantities of multi-valued attribute values
* Tue Aug 15 2012 Mark Reynolds <mareynol@redhat.com> - 1.2.11.10-1
db6b354 bumped version to 1.2.11.10
Ticket 403 - CLEANALLRUV revisions

View File

@ -1 +1 @@
d8ceee738c93f9de746d0a11393bad6b 389-ds-base-1.2.11.10.tar.bz2
26c430ed287218c4fa55e336ee5498a7 389-ds-base-1.2.11.11.tar.bz2