CONFIG FILE CHANGES
===================
Items to be removed from zdkimfilter.conf:

*  do_reputation
*  reputation_fail
*  reputation_pass
*  reputation_root
*  trusted_vouchers

You can check for errors running
zdkimverify --config

Item changed:
*  dnswl_worthiness_pass now defaults to 2.


DATABASE CHANGES
================

In msg_ref:
Remove vbr, rep, and rep_s from `auth`,
drop columns `reputation` and `vbr`.

In message_in:
Change column `ip` from BINARY(4) to INET6.
The argument in procedure sent_message has
to be changed accordingly.  Ditto for
configured queries in zdkimfilter.conf.

Please see debian/upgrade_mysql_3.10.sql
for table changes.


LOG CHANGES:
============
The string part " rep=0" is gone.


BUG FIXES:
==========
Add envelope sender in aggregate reports,
fix double footer in text/plain transform,
fix displayed value in zdkimgenkey.
