From 3d55a1b8a68a74170b6e0d3a2484932bfae1775a Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 16 Sep 2008 14:08:13 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 6 ++++++ src/include/functions_common.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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!