From: Will Budic Date: Wed, 5 Feb 2025 22:54:03 +0000 (+1100) Subject: v.3.3.3 Final Minor Release X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=c1032aa6c9f22ba76ee5d7ad3c49c8bf09a3a435;p=PerlCNF.git v.3.3.3 Final Minor Release --- diff --git a/README.md b/README.md index 9ccdf0b..a3e21e4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,18 @@ Public open source: git clone git://lifelog.hopto.org/PerlCNF ## Release Status +> http://lifelog.hopto.org/gitweb/?p=PerlCNF.git;a=summary + +* (2025-02-06) - v.3.3.3, **PerlCNF Final Minor New Release** + * CNFNode - search and shortif algorithms revised and reimplemented. + * TestManager updated and enhanced to make easier to locate tested files or possible errors. + * CNFParser anechoic handling bettered, main CNF tag parsing routine revisited. + +* (2025-01-15) - v.3.3.2, **PerlCNF Minor New Release** + * Has new CNFGlobalFile module, to deal with parameters for caching and content handling. + * Is vscpde more friendly for logs outputs and tests. + * CNFParser changes, log settings can now have relative folder paths in property assigned, that get auto created is missing. + * (2024-07-06) - v.3.3.1, **PerlCNF Minor New Release** Further development on data plugins and tables. First simple many to one (any to single) relationship between tables implemented. * CNFSQL updated.