Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1484)
+++ branches/2.8.x/CHANGELOG	(revision 1485)
@@ -11,7 +11,10 @@
 ! = Update/Change
 
 =============================== FEATURES FREEZE ================================
-------------------------------------- 2.8.3 ------------------------------------
+----------------------------------- Fixes 2.8.2 --------------------------------
+01 Aug-2011 Build 1485 Dietmar Woellbrink (Luisehahne)
+! rename config.php.bak to config.php.new
+# fixed rss.php SERVER_EMAIL
 31 Jul-2011 Build 1484 Dietmar Woellbrink (Luisehahne)
 ! move fixes 2.8.2 to 2.8.3
 ! fixes will be shown in an extra readme
Index: branches/2.8.x/wb/config.php.bak
===================================================================
--- branches/2.8.x/wb/config.php.bak	(revision 1484)
+++ branches/2.8.x/wb/config.php.bak	(nonexistent)
@@ -1 +0,0 @@
-<?php

Property changes on: branches/2.8.x/wb/config.php.bak
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: branches/2.8.x/wb/config.php.new
===================================================================
--- branches/2.8.x/wb/config.php.new	(nonexistent)
+++ branches/2.8.x/wb/config.php.new	(revision 1485)
@@ -0,0 +1 @@
+<?php
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1484)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1485)
@@ -52,4 +52,4 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2');
-if(!defined('REVISION')) define('REVISION', '1484');
+if(!defined('REVISION')) define('REVISION', '1485');
Index: branches/2.8.x/wb/modules/news/rss.php
===================================================================
--- branches/2.8.x/wb/modules/news/rss.php	(revision 1484)
+++ branches/2.8.x/wb/modules/news/rss.php	(revision 1485)
@@ -60,8 +60,8 @@
 ?>
 		<language><?php echo strtolower(DEFAULT_LANGUAGE); ?></language>
 		<copyright><?php $thedate = date('Y'); $websitetitle = WEBSITE_TITLE; echo "Copyright {$thedate}, {$websitetitle}"; ?></copyright>
-		<managingEditor><?php echo 'info@wdsnet.de'; ?></managingEditor>
-		<webMaster><?php echo 'info@wdsnet.de'; ?></webMaster>
+		<managingEditor><?php echo SERVER_EMAIL; ?></managingEditor>
+		<webMaster><?php echo SERVER_EMAIL; ?></webMaster>
 		<category><?php echo WEBSITE_TITLE; ?></category>
 		<generator>WebsiteBaker Content Management System</generator>
 <?php
