Phoronix Test Suite 7.8.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'));
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user