Skip to content

Commit

Permalink
Phoronix Test Suite 8.0 Milestone 4
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellarabel committed May 16, 2018
1 parent fb924e9 commit d2a60c8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
@@ -1,10 +1,13 @@
PHORONIX TEST SUITE CHANGE-LOG

Phoronix Test Suite (Git)
Phoronix Test Suite 8.0.0 Milestone 4
16 May 2018

phoromatic: Add a "email all users" option to the rootadmin page
phoromatic: Improve search functionality on results page, allow boolean expressions, date ranges, many other search features
phoromatic: Various search improvements to `phoronix-test-suite search`
phoromatic: Allow new test profiles to be created from Phoromatic web UI
pts-core: New create-test-profile sub-command for guided process to test profile creation
pts-core: Basic changes, should be all that's needed for EU GDPR safeguards
phodevi: RISC-V SiFive CPU detection

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# Phoronix Test Suite 8.0.0m3
# Phoronix Test Suite 8.0.0m4
http://www.phoronix-test-suite.com/

The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
Expand Down
2 changes: 1 addition & 1 deletion documentation/man-pages/phoronix-test-suite.1
@@ -1,4 +1,4 @@
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "8.0.0m3"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "8.0.0m4"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions pts-core/pts-core.php
Expand Up @@ -252,8 +252,8 @@ function pts_version_codenames()
);
}

pts_define('PTS_VERSION', '8.0.0m3');
pts_define('PTS_CORE_VERSION', 7931);
pts_define('PTS_VERSION', '8.0.0m4');
pts_define('PTS_CORE_VERSION', 7940);
pts_define('PTS_CODENAME', 'AREMARK');
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

0 comments on commit d2a60c8

Please sign in to comment.