Sujit Pal - 2005-01-29

Here are the release notes. Please let me know if you see any problems.

Thanks
Sujit

Release notes for SQLUnit version 4.4

Bugs fixed in this release
--------------------------
-- Bug in handling connections within transactional context, pointed out by Dave Fishburn and Victor Alekseev from different perspectives.
-- Bug in matching multi-line exception messages, pointed out by David Fishburn.
-- Cannot override rcfile property in ant tui target. This was requested by Dave Fishburn. The build.xml file has been changed and the documentation updated to use the ant call instead of the java call from the command prompt.
                                                                               
Changes in this release
-----------------------
-- Made adding new tags easier with swappable tags property, pointed out by Victor Alekseev. The changes was also suggested by him.
-- Packaging fixes suggested by David Fishburn, will allow local ant install from sources.
-- Replace SymbolTable.replaceVariables() with more efficient JavaCC based implementation. Inefficiency pointed out by Victor Alekseev.
-- Added documentation on how to include XML snippets in test suites. This was in response to a query from Victor Alekseev. Investigated XIncluder but
decided that it was not worth penalizing users who dont have to include XML snippets.
                                                                               
New Features in this release
----------------------------
-- Assertion "resultset-types-equal" requested by Dave Fishburn).
-- Include tags and new handlers contributed by Victor Alekseev (echo, funcdef, subdef, func, sub).