Added changelog entry

This commit is contained in:
Andre Lorbach 2008-09-25 16:33:54 +02:00
parent 2ee4d65ff5
commit 43856f98d3
2 changed files with 10 additions and 1 deletions

View File

@ -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 Version 2.5.10 (beta), 2008-09-24
- Merged devel branch into beta branch. - Merged devel branch into beta branch.
- Enhanced search performance in disk logstream, specially when searching - Enhanced search performance in disk logstream, specially when searching

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language $LANG = "en"; // Default language
// Default Template vars // Default Template vars
$content['BUILDNUMBER'] = "2.5.10"; $content['BUILDNUMBER'] = "2.5.11";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path; $content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true! $content['SHOW_DONATEBUTTON'] = true; // Default = true!