From c828f1de36f988cfb7582069052b857df033404a Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Sep 04 2015 23:20:39 +0000 Subject: release 1.3.3.13 - Ticket 48265 - Complex filter in a search request doen't work as expected. (regression) - Ticket 47981 - COS cache doesn't properly mark vattr cache as invalid when there are multiple suffixes - Ticket 48252 - db2index creates index entry from deleted records - Ticket 48228 - wrong password check if passwordInHistory is decreased. - Ticket 48252 - db2index creates index entry from deleted records - Ticket 48254 - CLI db2index fails with usage errors - Ticket 47831 - remove debug logging from retro cl - Ticket 48245 - Man pages and help for remove-ds.pl doesn't display "-a" option - Ticket 47931 - Fix coverity issues - Ticket 47931 - memberOf & retrocl deadlocks - Ticket 48228 - wrong password check if passwordInHistory is decreased. - Ticket 48215 - update dbverify usage in main.c - Ticket 48215 - update dbverify usage - Ticket 48215 - verify_db.pl doesn't verify DB specified by -a option - Ticket 47810 - memberOf plugin not properly rejecting updates - Ticket 48231 - logconv autobind handling regression caused by 47446 - Ticket 48232 - winsync lastlogon attribute not syncing between DS and AD. - Ticket 48206 - Crash during retro changelog trimming - Ticket 48224 - redux 2 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files - Ticket 48226 - In MMR, double free coould occur under some special condition - Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz, *.xz log files - Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz, *.xz log files - Ticket 48224 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files - Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up - Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well. - Ticket 48195 - Slow replication when deleting large quantities of multi-valued attributes - Ticket 48175 - Avoid using regex in ACL if possible --- diff --git a/.gitignore b/.gitignore index 54da3c3..8b4576a 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /389-ds-base-1.3.3.10.tar.bz2 /389-ds-base-1.3.3.11.tar.bz2 /389-ds-base-1.3.3.12.tar.bz2 +/389-ds-base-1.3.3.13.tar.bz2 diff --git a/389-ds-base.spec b/389-ds-base.spec index e512bb7..9877484 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.3.12 +Version: 1.3.3.13 Release: %{?relprefix}1%{?prerel}%{?dist} License: GPLv2 with exceptions URL: http://port389.org/ @@ -314,6 +314,36 @@ fi %{_libdir}/%{pkgname}/libns-dshttpd.so* %changelog +* Fri Sep 4 2015 Noriko Hosoi - 1.3.3.13-1 +- release 1.3.3.13 +- Ticket 48265 - Complex filter in a search request doen't work as expected. (regression) +- Ticket 47981 - COS cache doesn't properly mark vattr cache as invalid when there are multiple suffixes +- Ticket 48252 - db2index creates index entry from deleted records +- Ticket 48228 - wrong password check if passwordInHistory is decreased. +- Ticket 48252 - db2index creates index entry from deleted records +- Ticket 48254 - CLI db2index fails with usage errors +- Ticket 47831 - remove debug logging from retro cl +- Ticket 48245 - Man pages and help for remove-ds.pl doesn't display "-a" option +- Ticket 47931 - Fix coverity issues +- Ticket 47931 - memberOf & retrocl deadlocks +- Ticket 48228 - wrong password check if passwordInHistory is decreased. +- Ticket 48215 - update dbverify usage in main.c +- Ticket 48215 - update dbverify usage +- Ticket 48215 - verify_db.pl doesn't verify DB specified by -a option +- Ticket 47810 - memberOf plugin not properly rejecting updates +- Ticket 48231 - logconv autobind handling regression caused by 47446 +- Ticket 48232 - winsync lastlogon attribute not syncing between DS and AD. +- Ticket 48206 - Crash during retro changelog trimming +- Ticket 48224 - redux 2 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files +- Ticket 48226 - In MMR, double free coould occur under some special condition +- Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz, *.xz log files +- Ticket 48224 - redux - logconv.pl should handle *.tar.xz, *.txz, *.xz log files +- Ticket 48224 - logconv.pl should handle *.tar.xz, *.txz, *.xz log files +- Ticket 48192 - Individual abandoned simple paged results request has no chance to be cleaned up +- Ticket 48212 - Dynamic nsMatchingRule changes had no effect on the attrinfo thus following reindexing, as well. +- Ticket 48195 - Slow replication when deleting large quantities of multi-valued attributes +- Ticket 48175 - Avoid using regex in ACL if possible + * Wed Jun 17 2015 Noriko Hosoi - 1.3.3.12-1 - release 1.3.3.12 - Resolves: Bug 1232896 - CVE-2015-3230 389-ds-base: nsSSL3Ciphers preference not enforced server side diff --git a/sources b/sources index 52f47ae..0f14830 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d32ab7f87a866863e802917abf4951c 389-ds-base-1.3.3.12.tar.bz2 +51991d40f5ab6b3bdd9c260c79f36322 389-ds-base-1.3.3.13.tar.bz2