mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added changelog entry
This commit is contained in:
parent
ebe93ace8c
commit
8f57974ff6
@ -1,4 +1,13 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.3 (v2-stable), 2009-04-29
|
||||
- Fixed a bug that caused fields like syslog facily, severity or
|
||||
messagetype to be shown numeric instead of readable
|
||||
coloured replacements.
|
||||
- Fixed a bug in the detail page which could cause numeric fields
|
||||
to be missing.
|
||||
- Added support for debug output in the data cleanup routine of
|
||||
mysql and pdo logstreams. This will help troubleshooting.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.2 (v2-stable), 2009-03-24
|
||||
- Fixed minor spelling errors in language files (BugID #115)
|
||||
- Fixed number of records exported when using the export (BugID #110).
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.6.2";
|
||||
$content['BUILDNUMBER'] = "2.6.3";
|
||||
$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