mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added changelog entry for 2.6.0 stable
This commit is contained in:
parent
19df656b28
commit
cb4830a576
@ -1,4 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.0 (v2-stable), 2009-03-20
|
||||
- Merged beta branch into v2-stable branch.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.24 (beta), 2009-01-27
|
||||
- Added italian language files, translated by Luigi Rosa
|
||||
- Improved loading of language files, to avoid display error's if
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.24";
|
||||
$content['BUILDNUMBER'] = "2.6.0";
|
||||
$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