Skip to content

Commit

Permalink
Phoronix Test Suite 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed Feb 14, 2018
1 parent ba91901 commit ff032b4
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
3 changes: 2 additions & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions pts-core/commands/debug_self_test.php
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pts-core/pts-core.php
Expand Up @@ -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'));
Expand Down
11 changes: 11 additions & 0 deletions 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
Expand Down

0 comments on commit ff032b4

Please sign in to comment.