X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0acea0c7877c1ae78f0188e042e46cd60135eb52;hb=d40358b98c4f3fe24890369543dd7768c99da962;hp=1d501d207f007638068a5a3c32528f5cef6c2d27;hpb=3b932bf2afb86d5373c68ada44bb8f5eb642514f;p=spider.git diff --git a/Changes b/Changes index 1d501d20..0acea0c7 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ +20May20======================================================================= +1. Backport convert-users-v3-to-v4.pl to allow creation of the new json + formatted *text* based user file from the old v3 DB_File and Storable + version. This can be done either online (with the node running) or offline + with the node stopped. This is in preparation for the next update of the + mojo branch. Running this program just *BEFORE* doing your next update of + the mojo branch *should* ensure a seemless transition to the Storable & + DB_File free version of the users file. +2. Show git branch in show/version. +3. Add CTY-3010 changes. +17May20======================================================================= +1. Backport DXSubprocess to change serialisations. + Currently the internals of Mojo::IOLoop::Subprocess defaults to + using Storeable as its cross-process argument and data serialisaion + method. It can use others. This update reverts back to the + original ForkCall method of using JSON. 10May20======================================================================= 1. Added basic changes so that users *could* have multiple connections to the same node if it is allowed. This is work in progress and is there to see