Incremented build and added changelog entry

This commit is contained in:
Andre Lorbach 2008-06-09 17:26:56 +02:00
parent 777e694140
commit b6a8f81201
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
Version 2.3.6 (devel), 2008-06-09
- Added new feature, multiple configureable views which can be configured
and selected for each source seperately. Old configurations can still
be used with the new Views feature. The installer also supports
selecting the default View for the first added source.
---------------------------------------------------------------------------
Version 2.3.5 (devel), 2008-06-06 Version 2.3.5 (devel), 2008-06-06
- Enhanced the detected of IP Addresses and domain names, so the automatic - Enhanced the detected of IP Addresses and domain names, so the automatic
generated context links match better now. generated context links match better now.

View File

@ -62,7 +62,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language $LANG = "en"; // Default language
// Default Template vars // Default Template vars
$content['BUILDNUMBER'] = "2.3.5"; $content['BUILDNUMBER'] = "2.3.6";
$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['EXTRA_METATAGS'] = ""; $content['EXTRA_METATAGS'] = "";