mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
70 lines
2.7 KiB
HTML
70 lines
2.7 KiB
HTML
<html>
|
|
<head>
|
|
<title>phpLogCon Manual :: Release History</title>
|
|
<META NAME="robots" CONTENT="INDEX,FOLLOW">
|
|
<link rel="stylesheet" href="../layout/phplogcon.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<table align="center" width="100%" cellspacing="0" cellpadding="0" border="0" CLASS="EventTable">
|
|
<tr>
|
|
<td width="220" align="left"><img src="../images/phplogcon.gif" border="0"></td>
|
|
<td align="left">
|
|
<h1>phpLogCon monitoring</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p><small><a href="index.htm">[Doc Home]</a></small></p>
|
|
<h2><a name="top">7. Release History</a></h2>
|
|
<p>2006-04-12
|
|
<li>Minor fixes in user module.</li>
|
|
<li>Database Options does not work correctly other databases than MySQL in native mode. This is fixed now.</li>
|
|
<li>Some modifications on the "Message in the future" check in order to fix some minor issues. </li>
|
|
<li>Displaying local time even if the data is stored in utc time is supported now. </li>
|
|
<li>Time format is configurable now. See config.php. </li>
|
|
<li>Manual updated.</li>
|
|
</p>
|
|
<p>2006-02-06
|
|
<li>Improved "Search only for IP". Filtering for subnets is now possible. E.g. to show all 172.19.*.* addresses, simply enter "172.19." (without the quotes) into search field.
|
|
</li>
|
|
</p>
|
|
<p>2005-12-12
|
|
<li>Fixed a security bug in user login validation.
|
|
</li>
|
|
</p>
|
|
<p>2005-12-05
|
|
<li>"Message must contain" filter enhanced. Filtering for multiple words (seperated by spaces) is supported now.
|
|
</li>
|
|
<li>New page database options. Using the "Database Options" (see link in menu) changing the database to use is possible during runtime.
|
|
</li>
|
|
<li>Status info which database is in use was added on start page.
|
|
</li>
|
|
<li>The version number was not correctly took on from install script. This bug is fixed.
|
|
</li>
|
|
<li>Fixed a table style bug which caused an oddly look of some tables.
|
|
</li>
|
|
</p>
|
|
<p>2005-09-26
|
|
<li>Removed semicolon at the end of the query, because this is not supported by mysql<br />
|
|
file: scripts\mysql_ct*.sql
|
|
</li>
|
|
<li>Added version number variables<br />
|
|
file: scripts\config.php.ex
|
|
</li>
|
|
</p>
|
|
<p>2003-03-05 Actual project was started</p>
|
|
|
|
<p><small><a href="index.htm">[Doc Home]</a> <a href="http://www.monitorware.com" target="_blank">[MonitorWare Web Site]</a></small></p>
|
|
<center>
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<br /><br />
|
|
<small><i><a href="http://www.phplogcon.com/" target="phplogcon">phpLogCon</a>, Copyright © 2003 - 2004 <a href="http://www.adiscon.com" target="_blank">Adiscon GmbH</a></i></small>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|