mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry
This commit is contained in:
parent
1ea9ed9c0c
commit
a32e140b69
21
ChangeLog
21
ChangeLog
@ -1,4 +1,25 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.9 (devel), 2008-09-19
|
||||
- Implemented support to analyze Webserver logfiles from Apache and
|
||||
Microsoft IIS Webserver. There is a collection of new fields available,
|
||||
filtering is possible. . In order to read Apache or IIS logfiles,
|
||||
you need to use the "iis" or "apache2" message parser in your disk
|
||||
sources.
|
||||
- Added a new page called "asktheoracle.php" which will be automatically
|
||||
linked on IP's and domain names. It is a simple helper page which
|
||||
creates a bunch of usefull filter links.
|
||||
- Added some basic documentation into the doc folder. phpLogCon
|
||||
does also link to this documentation now (Help Menu Entry).
|
||||
- Added a general option to limit the display of string fields.
|
||||
- Added a general option to configure the timeout value of popup menus.
|
||||
- Added a general option to alter the php scrip timeout. This is of course
|
||||
only possible if the php interpreter is allowed to change the script
|
||||
timeout.
|
||||
- Added checks for the script timeout in the disk logstream, this avoids
|
||||
that the script is suddenly stopped by the php interpreter.
|
||||
- Fixed a sorting bug in the disk logstream, which removed numeric
|
||||
values in the charts
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.8 (devel), 2008-09-16
|
||||
- Added Bitstream Vera Fonts into the package which will be used by the
|
||||
chart generator. So there won't be a problem of missing truetype fonts
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.8";
|
||||
$content['BUILDNUMBER'] = "2.5.9";
|
||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||
|
Loading…
x
Reference in New Issue
Block a user