Skip to content
  • Michael Hanselmann's avatar
    Change configuration storage format from Pickle to JSON. · 319856a9
    Michael Hanselmann authored
    - Add NEWS file with major changes between versions.
    - Bump RPC version number
    - No longer serialize in RPC, but just convert to dict
    
    Old Pickle based configuration files can be converted using the cfgupgrade
    utility.
    
    Reviewed-by: iustinp, ultrotter
    
    319856a9