--- AnyEvent-DBI/Changes 2017/08/27 09:54:24 1.15 +++ AnyEvent-DBI/Changes 2018/04/19 04:35:26 1.18 @@ -1,5 +1,12 @@ Revision history for AnyEvent::DBI +3.03 Thu Apr 19 06:24:14 CEST 2018 + - the main process socket was not actually set to nonblocking mode, + causing lockups under load (reported by Felix Ostmann). + +3.02 Mon Sep 4 13:45:56 CEST 2017 + - fixed module version mismatch (reported by Martin Barth). + 3.01 Sun Aug 27 11:53:26 CEST 2017 - add missing dependency to AnyEvent::Fork.