Index: /FCKeditor.Java/branches/2.4.x/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4.x/pom.xml	(revision 2538)
+++ /FCKeditor.Java/branches/2.4.x/pom.xml	(revision 2539)
@@ -162,6 +162,4 @@
 				</reportSets>
 			</plugin>
-			<!-- Postponed to beyond 2.4 -->
-			<!--
 			<plugin>
 				<artifactId>maven-changes-plugin</artifactId>
@@ -179,5 +177,4 @@
 				</reportSets>
 			</plugin>
-			-->
 			<plugin>
 				<artifactId>maven-javadoc-plugin</artifactId>
Index: /FCKeditor.Java/branches/2.4.x/src/changes/changes.xml
===================================================================
--- /FCKeditor.Java/branches/2.4.x/src/changes/changes.xml	(revision 2538)
+++ /FCKeditor.Java/branches/2.4.x/src/changes/changes.xml	(revision 2539)
@@ -2,14 +2,14 @@
 
 	<properties>
-		<title>Changes Report</title>
-		<author email="jruiz@exist.com">Johnny R. Ruiz III</author>
+		<title>Changes</title>
 	</properties>
 
 	<body>
-		<release version="2.4" date="in SVN"
-			description="Complete integration overhaul"
-		>
-			<action dev="mosipov" type="add">TBD</action>
-			<action dev="th-schwarz" type="fix">TBD</action>
+		<release version="2.4.1" date="in SVN"
+			description="Minor bugfixes and enhancements.">
+			<action dev="mosipov" type="fix" issue="2355">FCK:editor output is not XHTML 1.0 compliant</action>
+			<action dev="mosipov" type="fix" issue="2357">PropertiesLoader Exception when undeploying a webapp using FCKeditor.Java Integration</action>
+			<action dev="mosipov" type="fix" issue="2359">fckeditor-java-demo fails in Glassfish</action>
+			<action dev="mosipov" type="fix" issue="2372">Empty/non-set FCK:editor value causes NullPointerException</action>
 		</release>
 	</body>
Index: /FCKeditor.Java/branches/2.4.x/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4.x/src/site/apt/index.apt	(revision 2538)
+++ /FCKeditor.Java/branches/2.4.x/src/site/apt/index.apt	(revision 2539)
@@ -27,5 +27,5 @@
   Java environment a piece of cake.
 
-  A rich documentation, a well-designed Java library, and an out of the box demo 
+  A rich documentation, a well-designed Java library, and an out of the box demo
   webapp will show you how to get started quickly and deploy the FCKeditor within
   minutes without juggling with cryptic JSP scriptlets or any JavaScript API.
@@ -37,9 +37,9 @@
   
   This documentation is straight forward to use!\
-  Start with {{{whatsnew.html}What's new}} to see what has changed since 2.3 and
-  there is a lot! Go over and checkout the {{{demo.html}Demo}} and if you are 
-  ready to deploy the FCKeditor in your webapp, {{{download.html}download}} it,
-  follow the {{{installation.html}Installation Guide}} and the {{{overview.html}Integration Overview}}.
-  
+  Read the {{{changes-report.html}Changes}} in this release. Go over
+  and checkout the {{{demo.html}Demo}} and if you are ready to deploy the FCKeditor
+  in your webapp, {{{download.html}download}} it, follow the {{{installation.html}Installation 
+Guide}}
+  and the {{{overview.html}Integration Overview}}.
 
 Call To Action
Index: Keditor.Java/branches/2.4.x/src/site/apt/whatsnew.apt
===================================================================
--- /FCKeditor.Java/branches/2.4.x/src/site/apt/whatsnew.apt	(revision 2538)
+++ 	(revision )
@@ -1,69 +1,0 @@
-~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net
-~~ Copyright (C) 2003-2008 Frederico Caldeira Knabben
-~~
-~~ == BEGIN LICENSE ==
-~~
-~~ Licensed under the terms of any of the following licenses at your
-~~ choice:
-~~
-~~  - GNU General Public License Version 2 or later (the "GPL")
-~~    http://www.gnu.org/licenses/gpl.html
-~~
-~~  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-~~    http://www.gnu.org/licenses/lgpl.html
-~~
-~~  - Mozilla Public License Version 1.1 or later (the "MPL")
-~~    http://www.mozilla.org/MPL/MPL-1.1.html
-~~
-~~ == END LICENSE ==
-~~ @version $Id$
-                                    ------------------------------
-												What's New
-                                    ------------------------------
-
-
-What's New
-
-  The FCKeditor.Java integration version 2.4 is a complete rewrite of the last
-  version.\
-  This is just a short overview of the changes since version 2.3:
-
-  * The integration pack is now managed by {{{http://maven.apache.org}Maven 2}}
-    with complete documentation and reports.
-    
-  * Automatic creation of release distribution files (assemblies).
-
-  * The library runs now from Servlet 2.4/JSP 2.0 and above.
-
-  * A complete structure and package review has been done. Base package moved from
-    <<<com.fredck.FCKeditor>>> to <<<net.fckeditor>>>.
-
-  * The {{{http://dev.fckeditor.net/wiki/ServerSideStatus}Server Side Integration}}
-    requirements are completely fulfilled.
-
-  * The SimpleUploaderServlet functionality has been merged into the ConnectorServlet.
-
-  * The JSP tag library has been completely restructured.
-
-  * A more complete and reliable browser detection code.
-
-  * New configuration handling:
-
-    * No configuration settings in the <<<web.xml>>> anymore.
-
-    * The configuration properties can be set in a common properties file or 
-      programmatically.
-
-    * 'Convention over conversion', just reset the properties which don't meet your
-      requirements.
-
-  * Introduced the state-of-the-art {{{http://www.slf4j.org}SLF4J}} logging facade.
-
-  * Pluggable interfaces have been introduced to extend the ConnectorServlet. This
-    system provides session or request-based functionality.
-
-  * JUnit test coverage on viable classes.
-
-  * Clean and safe parameter handling and abstraction.
-
-  * A lot of code performance improvements and tweaks.
Index: /FCKeditor.Java/branches/2.4.x/src/site/site.xml
===================================================================
--- /FCKeditor.Java/branches/2.4.x/src/site/site.xml	(revision 2538)
+++ /FCKeditor.Java/branches/2.4.x/src/site/site.xml	(revision 2539)
@@ -19,6 +19,5 @@
 		<menu name="Introduction">
 			<item name="About" href="/index.html" />
-			<item name="What's new" href="/whatsnew.html" />
-			<!--<item name="What's new" href="/changes-report.html" />-->
+			<item name="Changes" href="/changes-report.html" />
 			<item name="Demo" href="/demo.html" />
 			<item name="Download" href="/download.html" />
