--- AnyEvent-MP/Changes 2016/08/28 16:18:33 1.157 +++ AnyEvent-MP/Changes 2018/07/29 02:23:33 1.161 @@ -19,8 +19,16 @@ TODO: $guard = con $cb->($up) TODO: aemp readline support TODO: gleeco re: AE::MP::DataConn - +TODO: version both in MP.pm and MP/Config.pm because of cpan indexer -2 +2.02 Sun Jul 29 04:22:53 CEST 2018 + - hardcode version in MP.pm to help the CPAN indexer. + +2.01 Tue Jul 24 09:02:34 CEST 2018 + - try to work around a race condition that we can't identify + (patch suggested by Sadrak). + +2.0 Tue Jul 24 08:52:26 CEST 2018 - INCOMPATIBLE CHANGE: the node protocol used by this version is not compatible to versions <2 - you have to upgrade all nodes. - INCOMPATIBLE CHANGE: many APIs have changed, see the section @@ -68,6 +76,8 @@ memory usage for nodes. - rework most of the documentation. - clean up MP::Kernel exports. + - include AnyEvent::MP in AnyEvent::MP::Kernel's @CARP_NOT to + hopefully improve error messages. 1.30 Thu Jun 30 11:30:39 CEST 2011 - connection errors at the right time would kill node