mtpolicyd 1.20 has been released

Posted by Markus Benning on August 18, 2015

Version 1.20 has been released.

Get the sources from: https://mtpolicyd.org/download.html or from CPAN.

What has changed:

  • Fix SQL connection handling after child fork.

    Closing the connection after child fork did not cause a reconnect on all DBI versions. Instead do a reconnect by overwriting the previous connection.

  • Improved request logging

    Mtpolicyd now logs the plugin that caused the result.

    The new log format is:

    <vhost>: instance=<instance>, type=<type>, t=<time>ms, plugin=<plugin>, result=<result>