mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry and incremented Version number
This commit is contained in:
parent
d8d4d9a52d
commit
cf6f9b454e
@ -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
|
||||
|
@ -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'] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user