From 959798078ecbbb48bc162e4de589399ab206c952 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 28 Jul 2008 12:01:16 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 9 +++++++++ src/include/functions_common.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d382724..18818df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ --------------------------------------------------------------------------- +Version 2.3.8 (beta), 2008-07-28 +- Fixed a "notice" bug in the installer, which was missing to save the + DBType for MYSQL Datasource. +- Fixed a bug in the pdo logstream class which caused display of empty + rows when no records where found. +- Fixed Bug ID82 from bugtracker. Internal and invalid IP Addresses are + not linked to whois anymore. +- Fixed Line Ending to Unix in some code files. +--------------------------------------------------------------------------- Version 2.3.7 (beta), 2008-07-07 - Added missing db mapping for program field of syslogng - thanks to Micha "Wolvverine" Panasiewicz diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 7a56881..a2aed48 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -62,7 +62,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.3.7"; +$content['BUILDNUMBER'] = "2.3.8"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = "";