This release begins the process of wrapping up version 1.3 and
proceeding to version 1.4.
Several enhancements have been added based on feedback, and of course
many bug fixes.
Integration Build 1.3 - 20030427
--------------------------------
[1] Fixed bug #722941 encoding not supported
[2] Update to build.xml to new naming scheme, clean up several javaDoc warnings
[3] Fixed bug #725420 NPE in StringBean.visitTag
[4] Fixed bug #717573 NullPointerException when unclosed HTML tag inside JSP tag
[5] Fixed bug #722870 OutOfMemory error
[6] Fixed bug #725374 NPE while parsing text
This will lead to a change in behavior, empty angle brackets are no longer returned
as nodes, i.e. "this text<> has angles" used to return three nodes now returns one
[7] Fixed bug #725376 StringIndexOutOfBounds Exception
[8] Added setText() to StringNode to ameliorate bug #726913 toHtml() method incomplete
[9] Removed deprecated method nextHTMLNode() from NodeIterator
[10] Removed unused vector in FormScanner
[11] Added getChildren() to CompositeTag
[12] Added BulletListScanner
[13] Modified CompositeTagScanner scanning mechanism, to allow for
end tag lists
The success of htmlparser, with over 15,000 downloads and 17 developers
has caused the splitting of the Admin role.
Derrick Oswald has been added as a build-meister, meaning Somik Raha can
concentrate on less mundane things.
|