Author: bago
Date: Sat Apr 24 19:48:39 2010
New Revision: 937687
URL: http://svn.apache.org/viewvc?rev=937687&view=rev
Log:
Documented headless parsing changes (MIME4J-153 and MIME4J-128)
Modified:
james/mime4j/trunk/RELEASE_NOTES.txt
Modified: james/mime4j/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/RELEASE_NOTES.txt?rev=937687&r1=937686&r2=937687&view=diff
==============================================================================
--- james/mime4j/trunk/RELEASE_NOTES.txt (original)
+++ james/mime4j/trunk/RELEASE_NOTES.txt Sat Apr 24 19:48:39 2010
@@ -37,6 +37,8 @@ Upgrade Notes
* preamble and epilogue Strings in Multipart DOM object are now nullable: an empty preamble
is
different from no preamble, so we had to update the dom contract to support this difference.
Make sure to add null checks if code using multipart.getPreamble and multipart.getEpilogue.
+ * the first event for headless parsing in MimeTokenStream is not the first BODY event.
+ You should not expect T_START_HEADER/T_END_HEADER any more.
Please also note that as of this release Mime4j requires a Java 1.5 compatible runtime.
|