mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Incremented build and appended changelog
This commit is contained in:
parent
ebef4191c8
commit
4bbe8170e3
15
ChangeLog
15
ChangeLog
@ -1,9 +1,20 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.1.4 (devel), 2008-04-30
|
||||
Version 2.3.0 (devel), 2008-04-30
|
||||
- Added "Back to Listview" butotn in the detailview.
|
||||
- Added filter for message type.
|
||||
- Added inline button menus into the listview. Most values can be clicked now,
|
||||
which opens a menu with additional useful links.
|
||||
- Added Pagesite Selectetion into listview, so you can change the amount of
|
||||
records you want to see on one page at any time you want.
|
||||
- greatly improved database performance, runs much better now, but still a
|
||||
things to optimice.
|
||||
|
||||
|
||||
Version 2.1.4 (devel), 2008-04-29
|
||||
- Added missing facility 10 to 15 from RFC3164 into phhlogcon
|
||||
|
||||
|
||||
Version 2.1.3 (devel), 2008-04-29
|
||||
Version 2.1.3 (devel), 2008-04-28
|
||||
- Fixed a bug in the installer, the table type was not written into the configuration.
|
||||
|
||||
|
||||
|
@ -71,7 +71,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.1.2";
|
||||
$content['BUILDNUMBER'] = "2.3.0";
|
||||
$content['TITLE'] = "PhpLogCon - Release " . $content['BUILDNUMBER']; // Title of the Page
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['EXTRA_METATAGS'] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user