X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e06371d6d212b60e2be2b4d7cfc1951d8e920ba0;hb=8c339125008c925eefda7c815ccabac9c577ae3f;hp=50788fd91c79293bfd7cae5354b2181bdb5586c2;hpb=e7a28420ced12c94812516b17194c997dcc759e9;p=spider.git diff --git a/Changes b/Changes index 50788fd9..e06371d6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,19 @@ +03Jun20======================================================================= +1. Make sure that all possible regexes get passed across to the search engine. +2. Fix out of order logging on sh/log queries spanning more than one month. +3. Do not read backwards on sh/dx, reading forwards seems a 1/3 quicker. +02Jun20======================================================================= +1. Fix the small whoopsie in sh/dx. +01Jun20======================================================================= +1. Fix sh/dx iota and qra. This completes the conversion of sh/dx's limited + "old style" parsing to using Filter style parsing with something that + allows expressions include brackets ( and ) as well as the 'not' keyword. + NOTE: the precedence rules are the same as perl's '!', '||' and '&&' + operators. +31May20======================================================================= +1. Improve links command layout slightly. +2. Issue an *accurate* UPGRADE.mojo with all the new packages included! +3. Fix issue with sh/dx 30May20======================================================================= 1. Fix sh/dx! It appears that there is a long standing problem with sh/dx not actually return all the answers it should. I have also had a request to @@ -14,10 +30,7 @@ 29May20======================================================================= 1. Please install Math::Round and Data::Structure::Util. Instructions are available in UPGRADE.mojo. -2. Notwithstanding item 1 below. I have decided to keep DB_File but ditch - Storable. The current users.v3 will be converted, automatically, to - users.v3j on startup. After this is done a 'user_json' file (the - replacement for 'user_asc') will also be generated. +2. ** Withdrawn ** user file format change to json not yet committed. 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