--- AnyEvent-MP/Changes 2016/08/28 15:45:31 1.156 +++ AnyEvent-MP/Changes 2016/08/28 16:18:33 1.157 @@ -25,12 +25,11 @@ 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). - - implement CBOR framing and make it the preferred format. - 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