Added changelog entry and incremented Version number

This commit is contained in:
Andre Lorbach 2008-06-02 17:08:31 +02:00
parent d8d4d9a52d
commit cf6f9b454e
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -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'] = "";