From d21d0c9efa33b120c9b1a03468b913e80ff9c817 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Dec 17 2013 22:06:02 +0000 Subject: Bump version to 1.3.2.9 - Ticket 47621 - v2 make referential integrity configuration more flexible - Ticket 47620 - Fix missing left bracket - Ticket 47620 - Fix dereferenced NULL pointer in agmtlist_modify_callback() - Ticket 47606 - replica init/bulk import errors should be more verbose - Ticket 47631 - objectclass may, must lists skip rest of objectclass once first is found in sup - Ticket 47627 - Fix replication logging - Ticket 47620 - Fix logically dead code. - Ticket 47313 - Indexed search with filter containing '&' and "!" with attribute subtypes gives wrong result - Ticket 47620 - Config value validation improvement - Ticket 47620 - Fix cherry-pick error for 1.3.2 and 1.3.1 - Ticket 47613 - Issues setting allowed mechanisms - Ticket 47617 - allow configuring changelog trim interval - Ticket 47601 - Plugin library path validation prevents intentional loading of out-of-tree modules - Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN - Ticket 47623 - fix memleak caused by 47347 - Ticket 47622 - Automember betxnpreoperation - transaction not aborted when group entry does not exist - Ticket 47623 - fix memleak caused by 47347 - Ticket 47620 - 389-ds rejects nsds5ReplicaProtocolTimeout attribute --- diff --git a/.gitignore b/.gitignore index a740647..1db88e4 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /389-ds-base-1.3.2.6.tar.bz2 /389-ds-base-1.3.2.7.tar.bz2 /389-ds-base-1.3.2.8.tar.bz2 +/389-ds-base-1.3.2.9.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index 9860173..bd4c4d5 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.8 +VERSION=1.3.2.9 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 92dc420..d93ee98 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.8 +VERSION=1.3.2.9 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 5b15847..b744f6b 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -24,7 +24,7 @@ Summary: 389 Directory Server (base) Name: 389-ds-base -Version: 1.3.2.8 +Version: 1.3.2.9 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -315,6 +315,27 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Tue Dec 17 2013 Noriko Hosoi - 1.3.2.9-1 +- Bump version to 1.3.2.9 +- Ticket 47621 - v2 make referential integrity configuration more flexible +- Ticket 47620 - Fix missing left bracket +- Ticket 47620 - Fix dereferenced NULL pointer in agmtlist_modify_callback() +- Ticket 47606 - replica init/bulk import errors should be more verbose +- Ticket 47631 - objectclass may, must lists skip rest of objectclass once first is found in sup +- Ticket 47627 - Fix replication logging +- Ticket 47620 - Fix logically dead code. +- Ticket 47313 - Indexed search with filter containing '&' and "!" with attribute subtypes gives wrong result +- Ticket 47620 - Config value validation improvement +- Ticket 47620 - Fix cherry-pick error for 1.3.2 and 1.3.1 +- Ticket 47613 - Issues setting allowed mechanisms +- Ticket 47617 - allow configuring changelog trim interval +- Ticket 47601 - Plugin library path validation prevents intentional loading of out-of-tree modules +- Ticket 47627 - changelog iteration should ignore cleaned rids when getting the minCSN +- Ticket 47623 - fix memleak caused by 47347 +- Ticket 47622 - Automember betxnpreoperation - transaction not aborted when group entry does not exist +- Ticket 47623 - fix memleak caused by 47347 +- Ticket 47620 - 389-ds rejects nsds5ReplicaProtocolTimeout attribute + * Fri Dec 6 2013 Noriko Hosoi - 1.3.2.8-1 - Bump version to 1.3.2.8 - Ticket 47612 - ns-slapd eats all the memory diff --git a/sources b/sources index 76ea0e9..12578fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68de715a7026ee3c830ccfa3be58692d 389-ds-base-1.3.2.8.tar.bz2 +10a1e52e05ee95979e401d28a5607a7b 389-ds-base-1.3.2.9.tar.bz2