You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ol...@apache.org on 2008/09/21 16:02:10 UTC

svn commit: r697519 - in /james/mime4j/trunk: RELEASE_NOTES.txt src/site/apt/status.apt

Author: olegk
Date: Sun Sep 21 07:02:09 2008
New Revision: 697519

URL: http://svn.apache.org/viewvc?rev=697519&view=rev
Log:
Updated release notes / status page for the upcoming 0.5 release

Modified:
    james/mime4j/trunk/RELEASE_NOTES.txt
    james/mime4j/trunk/src/site/apt/status.apt

Modified: james/mime4j/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/RELEASE_NOTES.txt?rev=697519&r1=697518&r2=697519&view=diff
==============================================================================
--- james/mime4j/trunk/RELEASE_NOTES.txt (original)
+++ james/mime4j/trunk/RELEASE_NOTES.txt Sun Sep 21 07:02:09 2008
@@ -1,3 +1,31 @@
+Release 0.5
+-------------------
+
+Mime4J is a flexible MIME parsing library written in Java. SAX, DOM and pull parsing
+styles are supported.
+
+
+The 0.5 release addresses a number of important issues discovered since 0.4. In 
+particular, it improves Mime4j ability to deal with malformed data streams including 
+those intentionally crafted to cause excessive CPU and memory utilization that can 
+lead to DoS conditions.
+
+This release also fixes a serious bug that can prevent Mime4j from correctly 
+processing binary content.
+
+Detailed change log can be found here:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310521&styleName=Html&version=12313178
+
+Notes
+-----
+ * Mime4j API is still considered unstable and is likely to change in future releases
+ * DOM support has known limitations and some roundtrip issues remain to be resolved
+ * Some low level functions are available only in the pull parser (recommended for 
+   advanced users)
+
+
+
 Release 0.4
 -------------------
 

Modified: james/mime4j/trunk/src/site/apt/status.apt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/apt/status.apt?rev=697519&r1=697518&r2=697519&view=diff
==============================================================================
--- james/mime4j/trunk/src/site/apt/status.apt (original)
+++ james/mime4j/trunk/src/site/apt/status.apt Sun Sep 21 07:02:09 2008
@@ -22,10 +22,14 @@
 
 {Status}
 
-    The 0.4 release brings a number of significant improvements in terms of 
+    The 0.4 release brought a number of significant improvements in terms of 
     supported capabilities, flexibility and performance.
 
-    The next release will be version 0.5. The main focus of the development 
-    efforts will be on further refinement of the API and improving the ability
-    of the parser to deal with malformed data streams including those 
-    intentionally crafted to cause excessive CPU and memory utilization.
\ No newline at end of file
+    The 0.5 release addressed a number of important issues discovered since
+    the 0.4 release. In particular it improved Mime4j ability to deal with
+    malformed data streams including those intentionally crafted to cause 
+    excessive CPU and memory utilization that can lead to DoS conditions.
+
+    The next release will be version 0.6. The main focus of the development 
+    efforts will be on further refinement of the API, MIME specification 
+    compliance, and performance improvements.



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org