updated for 2.28 release

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5072 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2012-07-06 09:34:25 +00:00
parent c6f19e9381
commit 0763cedd9b
2 changed files with 8 additions and 9 deletions
+7 -7
View File
@@ -4,16 +4,16 @@
$file = __FILE__;
$lastmod = date("D, d M Y H:i:s", filemtime($file));
$LATEST_PH_VERSION = "2.27";
$LATEST_PH_RELEASE_DATE = "22nd of January 2012";
$LATEST_PH_BIN_SIZE = "2.2 MB";
$LATEST_PH_BIN_SHA1 = "54b285e5e61c8bcde4534b3608c07ebf2c3abc66";
$LATEST_PH_VERSION = "2.28";
$LATEST_PH_RELEASE_DATE = "6th of July 2012";
$LATEST_PH_BIN_SIZE = "2.1 MB";
$LATEST_PH_BIN_SHA1 = "4f8aedc76aa2a6ffe42e8688d854b8c7d39fd83e";
$LATEST_PH_SDK_SIZE = "2.4 MB";
$LATEST_PH_SDK_SHA1 = "5c4d14521ff19e264334e3875546f31da925bc47";
$LATEST_PH_SDK_SHA1 = "2f9c79545f117df458fe3fb62c7a40c9f37c8692";
$LATEST_PH_SETUP_SIZE = "1.8 MB";
$LATEST_PH_SETUP_SHA1 = "b6d90ec86027e474f708b553c7e239dd083c0572";
$LATEST_PH_SETUP_SHA1 = "38b82d3db73bdb707181490c1ada68b29aabe196";
$LATEST_PH_SOURCE_SIZE = "2.4 MB";
$LATEST_PH_SOURCE_SHA1 = "68abb9a6a8a2fd2eec0f5ce86a120819e8e40400";
$LATEST_PH_SOURCE_SHA1 = "2bb6915112318b1bce3e6c829068e5ec5d3f4837";
// How Many Topics do you want to display?
$topicnumber = 6;
+1 -2
View File
@@ -63,7 +63,7 @@ include("header.php");
<div class="top-portlet">
<div class="summary">
<p>Process Hacker is a feature-packed tool for managing processes and services on your computer.</p>
<p>Process Hacker is a free and open source process viewer. This multi-purpose tool will assist you with debugging, malware detection and system monitoring. It includes powerful process termination, memory viewing/editing and other unique and specialized features.</p>
<p><strong>Key features of Process Hacker:</strong></p>
<ul>
<li> • A simple, customizable tree view with highlighting showing you the processes running on your computer.</li>
@@ -78,7 +78,6 @@ include("header.php");
<p><strong>Compared with Process Explorer, Process Hacker:</strong></p>
<ul>
<li> • Implements all of the functionality offered by Process Explorer, plus more advanced features.</li>
<li> • Performs stack traces for .NET programs, with managed symbol resolution.</li>
<li> • Allows you to see what a thread is waiting on.</li>
<li> • Has advanced string scanning capabilities, as well as regular expression filtering.</li>
<li> • Highlights both relocated and .NET DLLs.</li>