mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog for 2.7.1
This commit is contained in:
parent
0bd24c597c
commit
7c3e3a8b71
@ -1,4 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.7.1 (beta), 2009-05-06
|
||||
- Merged bugfixes from 2.6.3 stable into beta branch
|
||||
---------------------------------------------------------------------------
|
||||
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
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.7.0";
|
||||
$content['BUILDNUMBER'] = "2.7.1";
|
||||
$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