mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry
This commit is contained in:
parent
2ee4d65ff5
commit
43856f98d3
@ -1,4 +1,13 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.11 (beta), 2008-09-25
|
||||
- Fixed the "next page" button when a logstream disk source was used.
|
||||
The "next page" button stopped working as a side effect of some
|
||||
performance changes made in the last version.
|
||||
- Added new description field for logstream sources. If the description
|
||||
field is used, the description is shown below the pager on the
|
||||
main index site. The database version has also been incremented, this
|
||||
only affects you if you are using the user system.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.10 (beta), 2008-09-24
|
||||
- Merged devel branch into beta branch.
|
||||
- Enhanced search performance in disk logstream, specially when searching
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.10";
|
||||
$content['BUILDNUMBER'] = "2.5.11";
|
||||
$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