1.0b1 to 1.0b2
- replaced deprecated StringBufferInputStream with ByteArrayInputStream
- made encoding for debug buffering configurable
- added useful variations of createStartTag to XMLOutputStreamWriter
- renamed misleading ...CDATA into ...CDATABlock in XMLEncode 
- fixed xmlDecodeTextToCDATA XMLEncode (oops, did not work at all)
- extended tests

1.0b2 to 1.0b3
- fixed external links to standard java classes for javadoc
- renamed misleading writeEmptyTag to writeEmptyElement 
  in XMLOutputStreamWriter
- added many convenience methods for the lazy people (like me) 
  in XMLOutputStreamWriter
- extended tests

1.0b3 to 1.0b4
- fixed missing spaces in SimpleAttributes.toString()
- added encodingName to XMLOutputStreamWriter, ctor now 
  throws UnsupportedEncodingException
- added subclass XMLStringWriter of XMLOutputStreamWriter which supports 
  writing XML to a string using standard encoding
- adapted test to XMLStringWriter

1.0b4 to 1.0b5
- fixed encoding stuff (added writeXMLDeclaration which dumps unencoded
  as required by XML spec)
- again fixed misplaced spaces in SimpleAttributes.toString()
- replaced deprecated StringInputBuffer in SimpleImportTest
- added tests for german umlaute and double byte UTF-16 encoding

1.0b5 to 1.0b6
- changed build file to have test files compiled and created a new 
  target (test) to execute JUnit tests
- reorganized XMLOutputStreamWriter inheriting XMLWriter
- added XMLWriter - subclass of FilterWriter - to add XML support to 
  all writers
- now obsolte XMLStringWriter deleted, use XMLWriter filtering 
  StringWriter instead

1.0b6 to 1.0b7
- added means to check if XML declaration has been written in XMLWriter
- tested with Java 1.3.1 and extended Install.txt instructions
- minor changes to javadoc
- renamed convenience method createEmptyStartTag to createEmptyTag as this
  name is more suitable (made createEmptyStartTag deprecated}.
- chose more suitable StringBuffer size in XMLWriter when constructing tags
  in convenience methods for better performance
- added readme

1.0b7 to 1.0b8
- extended Install.txt (for tests)
- writeEmptyElement in XMLWriter now uses suitable parameter names
- removed class PathStack and made it a private inner class of SimpleImporter
- added the possibility to add the SAX AttributesImpl directly to 
  SimpleAttributes in order not to loose any information
- made most (except for properties having access methods) class
  variables in SimpleImporter protected to have them accessible from
  sub classes

1.0b8 to 1.0b9
- SimpleImporter is no longer compatible to version 1.0b8
- made inner class PathStack in SimpleImporter static
- added parse method with org.sax.InputSource to SimpleImporter
- XMLWriter convenience methods now can handle org.xml.sax.Attributes

1.0b9 to 1.0rc1
- XMLWriter: global switches added for default returns after tagging
- added XMLStringWriter conveniently writing to StringWriter returning String
- added version to generated jar
- added debug code to jar
- removed deprecated methods
- made some inner classes private
- some minor fixes (mainly in javadocs)
- added a little to the docs

NEW BRANCH: XML Im-/Exporter with new license LGPL
1.0b1
- Cleaned and renamed things a bit

1.0b2
- fixes of bugs reported on sourceforge:
  - [ 802520 ] ]]> not encoded
  - [ 767736 ] trimming of character data is broken
- cleaned many things in Javadocs

1.0
- No functional changes, only updated and cleaned license stuff

1.1a1
- added much more flexible handling of namespaces and an extended path concept

1.1
- License changed from LGPL to BSD