5a9f14c Bump version to 0.0.9

Authored and Committed by Alois Mahdal 4 years ago
1 file changed. 1 lines added. 1 lines removed.
    Bump version to 0.0.9
    
    Overview of changes:
    
     *  Simplified dist__report() output format
    
        It's now more cleanly a `k=v` pair per line, ie. no spaces around
        the equal sign.   Also a comment is included to help debug dist.sh
        version problems.
    
     *  Added 'esrc' module for reading 'cpe' from /etc/system-release-cpe
    
        'cpe' can be obtained in a more trivial way that also works on older
        RHEL's (such as RHEL-6) just by dumping /etc/system-release-cpe.  So
        the new module does just that.
    
     *  Added support for well-known parseable sub-keys (cpe.*)
    
        Because some fields have well-known format, if we know the key we
        also know several of its sub-keys.  This is now supported (for cpe.*
        only, so far) on level of dist, so this works regardlessly of which
        module was used to obtain the value.  (That is, modules don't need
        to support parsing the keys into their partials.)
    
        
file modified
+1 -1