Name: CUBE
Version: 4.7
Notes:
 CubeGUI (4.7)
    - Build system resolves target path to the Qt's libraries if it is setup via symlinks.
    - Looking for moc, uic and rcc tools in libexec as well.
    - Added in SourceCodeViewer the ability to reset the previously selected user defined path to the source file.
    - Added metric "Processor frequency" to the standard collection.
    - Improved performance of synchronized cubegui instances.
    - Fixed summation of derived metrics in value views, selections and for hiding.
    - Added option to disable QWebengine at runtime. QWebengine renders.
      documentation nicely, but doesn't work with some graphic drivers.
    - System Topology Plugin: added toolbar widget to directly choose a topology, if more than three topologies are available.
    - Improved boxplot presentation.
    - TreeItemMarker plugin shows relation between location group and its creator by marking both items if one of
      them is selected.
    - Sucessfully loaded plugins automatically notify other plugins by setting a global value.
    - Various bug fixes in GUI.
 CubeLib (4.7)
    - Voiding one metric voids its whole subtree. Important for remapping .spec files.
    - cube_dump also prints CUBE file meta data by section.
    - cube_remap2 uses only CPU threads to calculate SCALASCA metrics.
    - cube_cut accepts multiple regions for reroot and prune operations.
    - Fixed handling of cube files containing GPU locations.
    - CubePL operator "defined" can be used to test if metric is defined.
    - Support for location type CUBE_LOCATION_TYPE_ACCELERATOR_STREAM and location group type CUBE_LOCATION_GROUP_TYPE_ACCELERATOR.
      CUBE_LOCATION_TYPE_ACCELERATOR_STREAM is an alias for CUBE_LOCATION_TYPE_GPU and has the same numerical value.
    - Added a call  "bool cube_make_unique_name ( const string&, string& )" to perform the metric unique name correction to
      ensure one can use this metric in CubePL expression.
    - Various bug fixes in library.
 CubeW (4.7)
    - Support for location type CUBE_LOCATION_TYPE_ACCELERATOR_STREAM and location group type CUBE_LOCATION_GROUP_TYPE_ACCELERATOR.
      CUBE_LOCATION_TYPE_ACCELERATOR_STREAM is an alias for CUBE_LOCATION_TYPE_GPU and has the same numerical value.
    - Added a call  "bool cube_make_unique_name ( const char *, char *  )" to perform the metric unique name correction to
      ensure one can use this metric in CubePL expression.
    - Build shared and static libraries as default.
    - Minor fixes.
 jCubeR (4.7)
    - Support for location type ACCELERATOR_STREAM and location group type ACCELERATOR.
      ACCELERATOR_STREAM is an alias for GPU and has the same numerical value.
