diff --git a/ChangeLog b/ChangeLog index 1182bf9b4b..f29c52f1a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/pts-core/commands/debug_self_test.php b/pts-core/commands/debug_self_test.php index 66d8b35270..3fa06e51b5 100644 --- a/pts-core/commands/debug_self_test.php +++ b/pts-core/commands/debug_self_test.php @@ -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 diff --git a/pts-core/pts-core.php b/pts-core/pts-core.php index 38860e57ee..a6bfe488f2 100644 --- a/pts-core/pts-core.php +++ b/pts-core/pts-core.php @@ -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')); diff --git a/release-highlights.md b/release-highlights.md index 9ec59daabb..52b6f01517 100644 --- a/release-highlights.md +++ b/release-highlights.md @@ -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