Added changelog entry

This commit is contained in:
unknown 2008-09-16 14:08:13 +02:00
parent 24fe253c4c
commit 3d55a1b8a6
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -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!