diff --git a/.gitignore b/.gitignore index 4437a78..7f03fdc 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /389-ds-base-1.3.2.9.tar.bz2 /389-ds-base-1.3.2.10.tar.bz2 /389-ds-base-1.3.2.11.tar.bz2 +/389-ds-base-1.3.2.12.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 0d676fe..09ce10f 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.2.11 +VERSION=1.3.2.12 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 94b057f..b063c50 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.2.11 +VERSION=1.3.2.12 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 f8db8ca..83f8ef9 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,8 +24,8 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.2.11 -Release: %{?relprefix}3%{?prerel}%{?dist} +Version: 1.3.2.12 +Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ Group: System Environment/Daemons @@ -316,6 +316,22 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Fri Feb 28 2014 Noriko Hosoi - 1.3.2.12-1 +- Bump version to 1.3.2.12 +- Ticket 408 - create a normalized dn cache +- Ticket 571 - Empty control list causes LDAP protocol error is thrown (dup 47361) +- Ticket 408 - create a normalized dn cache +- Ticket 47699 - Propagate plugin precedence to all registered function types +- Ticket 525 - Replication retry time attributes cannot be added +- Ticket 47709 - package issue in 389-ds-base +- Ticket 47700 - Unresolved external symbol references break loading of the ACL plugin +- Ticket 47642 - Windows Sync group issues +- Ticket 525 - Replication retry time attributes cannot be added +- Ticket 47692 - single valued attribute replicated ADD does not work +- Ticket 47615 - Failed to compile the DS 389 1.3.2.3 version against Berkeley DB 4.2 version +- Ticket 47677 - Size returned by slapi_entry_size is not accurate +- Ticket 47693 - Environment variables are not passed when DS is started via service + * Thu Feb 20 2014 Noriko Hosoi - 1.3.2.11-3 - Added arch aware python dir; moved libns-dshttpd.so* to devel and libs package. diff --git a/sources b/sources index 5d99cf3..22de3da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89922999979c339748ed9cb07f8d86ef 389-ds-base-1.3.2.11.tar.bz2 +c814b8f8817bef32a00939fd86e01896 389-ds-base-1.3.2.12.tar.bz2