Sync iRedAPD release notes.

This commit is contained in:
Zhang Huangbin 2015-06-03 22:30:41 +08:00
parent f100a590e7
commit d818225a9b
2 changed files with 18 additions and 3 deletions

View File

@ -26,8 +26,16 @@
<li>Plugin <code>ldap_domain_wblist</code> was removed, we didn't use it at all.</li>
<li>Plugin <code>ldap_recipient_restrictions</code> is marked as deprecated, and will be
removed in next release (1.7.0). please use <code>amavisd_wblist</code> instead.</li>
<li>Fixed issues:<ul>
<li>iRedAPD daemon exits with error <code>(9, 'Bad file descriptor')</code>.</li>
<li>
<p>Fixed issues:</p>
<ul>
<li>plugin/ldap_maillist_access_policy.py: not use correct ldap
connection cursor. this causes access policy not work.</li>
<li>plugin/reject_sender_login_mismatch.py: Not return correct value for
allowed senders.</li>
<li>Not correctly fetch SQL query result with SQLAlchemy.</li>
<li>Doesn't work with PostgreSQL backend.</li>
<li>iRedAPD daemon exits with error (9, 'Bad file descriptor').</li>
</ul>
</li>
</ul>

View File

@ -20,7 +20,14 @@
* Plugin `ldap_recipient_restrictions` is marked as deprecated, and will be
removed in next release (1.7.0). please use `amavisd_wblist` instead.
* Fixed issues:
* iRedAPD daemon exits with error `(9, 'Bad file descriptor')`.
* plugin/ldap_maillist_access_policy.py: not use correct ldap
connection cursor. this causes access policy not work.
* plugin/reject_sender_login_mismatch.py: Not return correct value for
allowed senders.
* Not correctly fetch SQL query result with SQLAlchemy.
* Doesn't work with PostgreSQL backend.
* iRedAPD daemon exits with error (9, 'Bad file descriptor').
### 1.5.0