mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7a1c259f7c
* re-enabled page max-width git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4809 21ef857c-d57f-4fe0-8362-d861dc6d29cd
37 lines
1.3 KiB
PHP
37 lines
1.3 KiB
PHP
<?php $pagetitle = "Changelog"; include("header.php"); ?>
|
|
|
|
<div class="page">
|
|
<div class="yui-d0">
|
|
<div class="watermark-apps-portlet">
|
|
<div class="flowed-block">
|
|
<img alt="" width="64" height="64" src="/images/logo_64x64.png">
|
|
</div>
|
|
<div class="flowed-block wide">
|
|
<h2>Process Hacker</h2>
|
|
<ul class="facetmenu">
|
|
<li><a href="/">Overview</a></li>
|
|
<li><a href="/features.php">Features</a></li>
|
|
<li><a href="/screenshots.php">Screenshots</a></li>
|
|
<li><a href="/downloads.php">Downloads</a></li>
|
|
<li><a href="/faq.php">FAQ</a></li>
|
|
<li><a href="/forums/">Forum</a></li>
|
|
<li><a href="/about.php">About</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<p>This is the changelog from Process Hacker's SVN repository. As such it may contain information about unreleased versions of Process Hacker.</p>
|
|
|
|
<div style="background: #FFF; height: 800; width: 600; left: 77; top: 77;">
|
|
<iframe
|
|
src="http://processhacker.svn.sourceforge.net/viewvc/processhacker/2.x/trunk/CHANGELOG.txt"
|
|
width="800"
|
|
height="600"
|
|
scrolling="yes"
|
|
style="border-style: solid; border-color: #333; border-width: 2px; background: #FFF;">
|
|
</iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include("footer.php"); ?>
|