diff --git a/ChangeLog b/ChangeLog index 79cf798..0f32e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +Version 2.3.4 (devel), 2008-06-02 +- Added new feature to automatically link IP and domain names with our + whois search engine. So you can research these informations with one + click. +- Changed Online Search Parameters. For Eventlog related search links, + you will now directly directed to entries in our knowledge base, if + found. +--------------------------------------------------------------------------- Version 2.3.3 (devel), 2008-05-23 - Initial Added the new DB Driver (Logstream) which uses PHP PDO. PDO is the latest generic database interface for PHP5 and recommended diff --git a/src/include/functions_common.php b/src/include/functions_common.php index f9f11a5..4d0ff0c 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -73,7 +73,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.3.3"; +$content['BUILDNUMBER'] = "2.3.4"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = "";