diff --git a/ChangeLog b/ChangeLog index bf19b3d..173ed43 100644 --- a/ChangeLog +++ b/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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index bc27351..b1fd6ce 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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'] = "";