summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-18 09:10:44 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-18 09:10:44 -0400
commitdfecf1d84012382b74c66321db675a45a91e62c3 (patch)
tree97ee43b8a6e57a3630ec8757fff03b29b6b7c7b4
parent713fd5722acc6e42f5747f321be3476070d203e2 (diff)
downloadphoronix-test-suite-upstream-dfecf1d84012382b74c66321db675a45a91e62c3.tar.gz
phoronix-test-suite-upstream-dfecf1d84012382b74c66321db675a45a91e62c3.tar.xz
phoronix-test-suite-upstream-dfecf1d84012382b74c66321db675a45a91e62c3.zip
Tag Phoronix Test Suite 0.3.0
-rw-r--r--CHANGE-LOG4
-rw-r--r--pts-core/functions/pts-functions.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 9fd4c13..5bdf61a 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -1,9 +1,11 @@
PHORONIX TEST SUITE CHANGE-LOG
-Phoronix Test Suite (git)
+Phoronix Test Suite 0.3.0
+April 18, 2008
- Add SPECViewPerf 9 profile
- Add IOzone profile
+- PTS Global Tagging Support
- Add "Total Disk Space" reporting to PTS hardware information
- Report "major" running processes to TestNotes in XML. Currently Firefox and Compiz are reported if they ran while the testing was done.
- Pts-Grapher updates
diff --git a/pts-core/functions/pts-functions.php b/pts-core/functions/pts-functions.php
index 915e5a4..bd73d0f 100644
--- a/pts-core/functions/pts-functions.php
+++ b/pts-core/functions/pts-functions.php
@@ -22,7 +22,7 @@
require_once("pts-core/functions/pts-functions_config.php");
require_once("pts-core/functions/pts-functions_linux.php");
-define("PTS_VERSION", "0.2.1");
+define("PTS_VERSION", "0.3.0");
define("PTS_CODENAME", "TRONDHEIM");
define("PTS_TYPE", "DESKTOP");