--- AnyEvent-MP/Changes 2016/08/28 08:13:43 1.152 +++ AnyEvent-MP/Changes 2018/07/29 02:23:33 1.161 @@ -13,26 +13,31 @@ faq: how to interface to non-perl nodes? TODO: check gproto, nproto, on connect -TODO: eg/* -TODO: #TODO##d# markers TODO: limiting reconnecting speed when unreachable? somehow use same interval timers as for seeding and keepalive? TODO: multiple profiles? also some default profiles? TODO: export keepalive? TODO: $guard = con $cb->($up) -TODO: kil $node - disconnect? -TODO: rand is seeded by 32 bits only -TODO: readline support +TODO: aemp readline support TODO: gleeco re: AE::MP::DataConn - -2 +TODO: version both in MP.pm and MP/Config.pm because of cpan indexer + +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 "PORTING FROM VERSION 1" in the AnyEvent::MP manpage for details. - - INCOMPATIBLE CHANGE: remove md6 auth algorithms (and use algorithms - based on SHA3 instead). - AnyEvent::MP::Global is now optional - only seed nodes autoload it and create a fully-meshed network with each other, normal nodes only have to connect to seed nodes, other connections are on-demand. + - remove md6 auth algorithms (and use algorithms based on SHA3 instead). + - implement CBOR framing and make it the preferred format. - new "norc" and "force" options for MP::configure to ignore or override the rc file. - a shitload of minor and major fixes all reported and debugged @@ -71,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