mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added changelog entry for 2.7.2
This commit is contained in:
parent
418120b8e5
commit
41b8afb676
@ -1,4 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.7.2 (beta), 2009-08-17
|
||||
- Merged bugfixes and changes from 2.6.4 stable into beta branch
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.4 (v2-stable), 2009-08-14
|
||||
- Removed unneeded call for define_syslog_variables, which is
|
||||
depreceated in php 5.3 and will be removed in php6
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.7.1";
|
||||
$content['BUILDNUMBER'] = "2.7.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