mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added changelog entry
This commit is contained in:
parent
24fe253c4c
commit
3d55a1b8a6
@ -1,4 +1,10 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
anymore.
|
||||||
|
- Tweaked the visual appereance of all chart types.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 2.5.7 (devel), 2008-09-15
|
Version 2.5.7 (devel), 2008-09-15
|
||||||
- Added Statistics page for chart generation. The following charts are
|
- Added Statistics page for chart generation. The following charts are
|
||||||
possible right now: Pie, bars vertical and bars horicontal.
|
possible right now: Pie, bars vertical and bars horicontal.
|
||||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "2.5.7";
|
$content['BUILDNUMBER'] = "2.5.8";
|
||||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||||
$content['BASEPATH'] = $gl_root_path;
|
$content['BASEPATH'] = $gl_root_path;
|
||||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user