Added changelog entry

This commit is contained in:
Andre Lorbach 2008-10-10 18:06:47 +02:00
parent 86f3117182
commit 9c766f7c9c
3 changed files with 13 additions and 20 deletions

View File

@ -1,4 +1,15 @@
---------------------------------------------------------------------------
Version 2.5.14 (beta), 2008-10-10
- Added support for fully customizeable fields. This includes a fields
admin with possibility to customize width and alignment of fields,
and add new custom ones.
- Added new table into user database to support the custom fields. This
requires a database upgrade.
- Add admin panel for message parsers. This includes further information
on the parsers as well as the option to import necessary custom fields
for the message parsers.
- Overall simplified code related to field definitions and types.
---------------------------------------------------------------------------
Version 2.5.13 (beta), 2008-10-07
- Improved documentation, added general and search description.
- The conversion script does convert the charts now as well.

View File

@ -10,25 +10,7 @@
* *
* All directives are explained within this file *
*
* Copyright (C) 2008 Adiscon GmbH.
*
* This file is part of phpLogCon.
*
* PhpLogCon is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PhpLogCon is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with phpLogCon. If not, see <http://www.gnu.org/licenses/>.
*
* A copy of the GPL can be found in the file "COPYING" in this
* distribution.
* Copyright (C) 2008 Adiscon GmbH
*********************************************************************
*/

View File

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