diff --git a/.gitignore b/.gitignore index 41da5e3..378193a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /389-ds-base-1.2.11.14.tar.bz2 /389-ds-base-1.2.11.15.tar.bz2 /389-ds-base-1.2.11.16.tar.bz2 +/389-ds-base-1.2.11.17.tar.bz2 diff --git a/389-ds-base-git-local.sh b/389-ds-base-git-local.sh index dbbf503..f633dce 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.15 +VERSION=1.2.11.17 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 bd0e66e..110ac14 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.15 +VERSION=1.2.11.17 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 0a1652f..68bcf4b 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.16 +Version: 1.2.11.17 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -311,6 +311,30 @@ fi %{_libdir}/%{pkgname}/libslapd.so.* %changelog +* Mon Dec 10 2012 Mark Reynolds - 1.2.11.17-1 +- 94d5ea3 bump verison to 1.2.11.17 +- Ticket 527 - ns-slapd segfaults if it cannot rename the logs +- 39b0938 Coverity Issues for 1.2.11 +- Ticket 216 - disable replication agreements +- Ticket 20 - Allow automember to work on entries that have already been added +- 7d22bc2 Coverity Fixes +- Ticket 337 - improve CLEANRUV functionality +- Ticket 495 - internalModifiersname not updated by DNA plugin +- Ticket 517 - crash in DNA if no dnaMagicRegen is specified +- Trac Ticket #520 - RedHat Directory Server crashes (segfaults) when moving ldap entry +- Trac Ticket #519 - Search with a complex filter including range search is slow +- Trac Ticket #500 - Newly created users with organizationalPerson objectClass fails to sync from AD to DS with missing attribute error +- Ticket #503 - Improve AD version in winsync log message +- Trac Ticket #498 - Cannot abaondon simple paged result search +- 55997a6 Coverity defects +- Trac Ticket #494 - slapd entered to infinite loop during new index addition +- 56ebbb2 Fixing compiler warnings in the posix-winsync plugin +- a57d913 Coverity defects +- Ticket 468 - if pam_passthru is enabled, need to AC_CHECK_HEADERS([security/pam_appl.h]) +- Ticket 486 - nsslapd-enablePlugin should not be multivalued +- Ticket 488 - Doc: DS error log messages with typo +- Ticket #491 - multimaster_extop_cleanruv returns wrong error codes + * Wed Oct 10 2012 Noriko Hosoi - 1.2.11.16-1 - Ticket 340 - Change on SLAPI_MODRDN_NEWSUPERIOR is not evaluated in acl - Ticket 446 - anonymous limits are being applied to directory manager diff --git a/sources b/sources index 10ee585..45f8513 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ab89293ce8e1b91e3324b193c68dfeb 389-ds-base-1.2.11.16.tar.bz2 +e3cbf8674b0b8c06d71468d56784de1c 389-ds-base-1.2.11.17.tar.bz2