================================================================
RELEASE NOTES FOR JTIDY

$Id: NOTES,v 1.6 2001/08/01 15:13:31 lempinen Exp $
Version: 04aug2000r7
================================================================

The 04aug2000r7-dev has the following changes:

- TagTable is no longer a Singleton, which brings us one step closer
  to having the ability to run multiple JTidy's in a single JVM.

- Tidy.java has been refactored and duplicate code has been removed.

- The license is stated explicitly in the file LICENSE.

Due to the nature of these changes, it is possible that the release is
somewhat more unstable than r6. As r7-dev contains no functional
changes, please revert back to r6 if you have problems.

Please report bugs using the SourceForge bug tracking interface at 

	http://sourceforge.net/bugs/?group_id=13153


Enjoy!

	01.08.2001 Tampere, Finland
	Sami Lempinen (sami@lempinen.net)

Changes: ptucker 2006-09-12
       1) Added functionality for better normalization of HTML.  All changes wrapped in Configuration
       for which the default behavior is the same as before.
       2) Removed some unused imports, variables, etc.
       3) Added unimplemented methods in classes that implement org.w3c.dom interfaces.  This enables
       us to compile with JDK 1.5 classes.  I also removed all the SAX and DOM classes from the JTidy
       source tree since we no lnoger need them.
       4) Removed all old build files and modified 04aug2000r7/build.xml.  For unit tests, run:
          > ant test
          To build jar, run:
          > ant
          This will build 04aug2000r7/Tidy.jar.  Replace ./Tidy.jar with 04aug2000r7/Tidy.jar to
          update it.
       5) Added hook to turn off writing to stderr.

