[Htmlparser-developer] Integration Release 1.3-20030330 is out
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-31 04:43:54
|
Hi Folks, This week's integration release is packed with goodies! From the change log: Integration Build 1.3 - 20030330 -------------------------------- [1] fixed bug (an enhancement really) 694477 quotes in content-type header [2] fix bug #699886 and #707447 by using a buffered stream reader with infinite mark [3] fixed bug in CompositeTagScanner, filter not being set correctly [4] fixed thread safety issue in TagParser (bug 711073) [5] fixed out of memory error when parsing custom composite tags (bug 709152) [6] fixed bug 701159, 696455 - redesigned script scanner. Javascript parsing is now much more robust. As you can see, a lot of bug fixes have gone in. There are three major fixes - one by Derrick Oswald (#2) addresses the charset issue. The parser should now be able to handle different charsets dynamically. We hope you can test this and give us feedback. The second big change is a redesign of the way Javascript is handled by the parser. It had been riddled with problems for some time, so we've changed its internals. The new implementation is much more robust, and hopefully we can get some feedback on that too. There were some thread safety issues (thanks to Joe Robbins for reporting this). These have been addressed in this release, and the parser should be totally thread-safe now. Regards, Somik |