Phoronix Test Suite 7.8.0

This commit is contained in:
Michael Larabel
2018-02-14 09:18:56 -06:00
parent ba91901e14
commit ff032b4b1c
4 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG
Phoronix Test Suite 7.8.0 (Git)
Phoronix Test Suite 7.8.0-Folldal
14 February 2018
pts-core: Various minor fixes
pts_Graph: Fix vertical bar graphs on many bars to be rendered

View File

@@ -3,8 +3,8 @@
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
Copyright (C) 2013 - 2017, Phoronix Media
Copyright (C) 2013 - 2017, Michael Larabel
Copyright (C) 2013 - 2018, Phoronix Media
Copyright (C) 2013 - 2018, Michael Larabel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@@ -248,8 +248,8 @@ function pts_version_codenames()
);
}
pts_define('PTS_VERSION', '7.8.0m3');
pts_define('PTS_CORE_VERSION', 7730);
pts_define('PTS_VERSION', '7.8.0');
pts_define('PTS_CORE_VERSION', 7800);
pts_define('PTS_CODENAME', 'FOLLDAL');
pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false));
pts_define('PTS_IS_WEB_CLIENT', (defined('PTS_MODE') && PTS_MODE == 'WEB_CLIENT'));

View File

@@ -1,5 +1,16 @@
# Phoronix Test Suite Release History
Phoronix Test Suite 7.8
======
#### Release Date: 14 February 2018 | Codename: Folldal
* Allow tests not part of OpenBenchmarking.org to be automatically cloned from a connected Phoromatic Server when needed
* Improved reporting around deprecated/experimental/broken test profiles
* New sub-commands `phoronix-test-suite search` and `phoronix-test-suite dump-phodevi-properties`
* Reworked Phodevi property handler and other Phodevi improvements
* Restored support for vertical bar graphs in pts_Graph
* Spectre and Meltdown CPU vulnerability reporting
Phoronix Test Suite 7.6
======
#### Release Date: 7 December 2017 | Codename: Alvdal