From c4c975b00882f1f72d5bcca9ec0e0c904680bf37 Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Oct 16 2014 18:40:53 +0000 Subject: Release 1.3.2.24 - Ticket 47922 - dynamically added macro aci is not evaluated on the fly - Ticket 47897 - Need to move slapi_pblock_set(pb, SLAPI_MODRDN_EXISTING_ENTRY, original_entry->ep_entry) prior to original_entry overwritten - Ticket 47920 - Encoding of SearchResultEntry is missing tag - Ticket 47919 - ldbm_back_modify SLAPI_PLUGIN_BE_PRE_MODIFY_FN does not return even if one of the preop plugins fails. - Ticket 47918 - result of dna_dn_is_shared_config is incorrectly used - Ticket 47900 - Server fails to start if password admin is set - Ticket 47750 - Creating a glue fails if one above level is a conflict or missing - Ticket 47900 - Adding an entry with an invalid password as rootDN is incorrectly rejected - Ticket 47907 - ldclt: assertion failure with -e "add,counteach" -e "object=,rdn=uid:test[A=INCRNNOLOOP(0;24 - Ticket 47889 - DS crashed during ipa-server-install on test_ava_filter - Ticket 47885 - did not always return a response control - Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted. - Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check - Ticket 47875 - dirsrv not running with old openldap - Ticket 47875 - dirsrv not running with old openldap - Ticket 47885 - deref plugin should not return references with noc access rights - Ticket 47457 - default nsslapd-sasl-max-buffer-size should be 2MB --- diff --git a/.gitignore b/.gitignore index 2a51227..99ffa46 100644 --- a/.gitignore +++ b/.gitignore @@ -103,3 +103,4 @@ /389-ds-base-1.3.2.21.tar.bz2 /389-ds-base-1.3.2.22.tar.bz2 /389-ds-base-1.3.2.23.tar.bz2 +/389-ds-base-1.3.2.24.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index 38c9081..56ed8be 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.23 +Version: 1.3.2.24 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -316,6 +316,26 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Fri Oct 10 2014 Noriko Hosoi - 1.3.2.24-1 +- Release 1.3.2.24 +- Ticket 47922 - dynamically added macro aci is not evaluated on the fly +- Ticket 47897 - Need to move slapi_pblock_set(pb, SLAPI_MODRDN_EXISTING_ENTRY, original_entry->ep_entry) prior to original_entry overwritten +- Ticket 47920 - Encoding of SearchResultEntry is missing tag +- Ticket 47919 - ldbm_back_modify SLAPI_PLUGIN_BE_PRE_MODIFY_FN does not return even if one of the preop plugins fails. +- Ticket 47918 - result of dna_dn_is_shared_config is incorrectly used +- Ticket 47900 - Server fails to start if password admin is set +- Ticket 47750 - Creating a glue fails if one above level is a conflict or missing +- Ticket 47900 - Adding an entry with an invalid password as rootDN is incorrectly rejected +- Ticket 47907 - ldclt: assertion failure with -e "add,counteach" -e "object=,rdn=uid:test[A=INCRNNOLOOP(0;24 +- Ticket 47889 - DS crashed during ipa-server-install on test_ava_filter +- Ticket 47885 - did not always return a response control +- Ticket 47834 - Tombstone_to_glue: if parents are also converted to glue, the target entry's DN must be adjusted. +- Ticket 47748 - Simultaneous adding a user and binding as the user could fail in the password policy check +- Ticket 47875 - dirsrv not running with old openldap +- Ticket 47875 - dirsrv not running with old openldap +- Ticket 47885 - deref plugin should not return references with noc access rights +- Ticket 47457 - default nsslapd-sasl-max-buffer-size should be 2MB + * Wed Aug 27 2014 Noriko Hosoi - 1.3.2.23-1 - Release 1.3.2.23 - Ticket 47871 - 389-ds-base-1.3.2.21-1.fc20 crashed over the weekend diff --git a/sources b/sources index da07ef5..43f0ae4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c4808f3b16942ec09abe0a145b1aa80 389-ds-base-1.3.2.23.tar.bz2 +cd0ca9e6bd7981863f7df63ef15bb3e4 389-ds-base-1.3.2.24.tar.bz2