mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Incremented build and added changelog entry
This commit is contained in:
parent
3d275e65fd
commit
2b1a313cc4
12
ChangeLog
12
ChangeLog
@ -1,5 +1,15 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.1 (beta), 2008-07-29
|
||||
Version 2.5.2 (devel), 2008-08-01
|
||||
- General Options are now configureable on user basis, if UserDB System
|
||||
is installed of course. This means first, phpLogCon used the global
|
||||
configured options, then the user configured - if available.
|
||||
- When you add new Sources, the source is checked with better error details.
|
||||
If you have a database connection, even the existence of the configured
|
||||
table is checked. This helps locating configuration problems.
|
||||
- Fixed minor bug in the installer which was added in v2.5.0.
|
||||
- Fixed spelling errors in the admin index template.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.1 (devel), 2008-07-29
|
||||
- Added a new option to suppress displaying multiple messages. This
|
||||
means if you have two or more messages of the exact same text one after
|
||||
another, only ONE message will be shown. This helps to "compress" the
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.1";
|
||||
$content['BUILDNUMBER'] = "2.5.2";
|
||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||
|
Loading…
x
Reference in New Issue
Block a user