diff --git a/ChangeLog b/ChangeLog index 1ae9ad2..a306124 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 - Added Statistics page for chart generation. The following charts are possible right now: Pie, bars vertical and bars horicontal. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 8646f39..7fac042 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.5.7"; +$content['BUILDNUMBER'] = "2.5.8"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!