0.9 (2003/03/02)

    initial release

0.9.1 (2003/03/13)

    - removed debug prints
    - now checks if form fields are created before object creation is allowed
    - Formulator FileFields can now be used. They will create an internal file 
      object inside the ttwtype content object. It also checks whether it
      is a image or not (using imghdr) and create Image objects in case it
      is an image (gif, jpg, png).
      (fixed a bug)
    - removed german labels (Detainame, Titel) and replaced it by english ones 
    - removed tabindex from all fields in the form to make it work again with 
      Formulator
      (as you cannot pass additional attributes to fields when rendering them).
    - DublinCoreImpl will now also be initialized thus setting the right 
      CreationDate and Description.

0.9.2 (??)

    - descriptions given in Formulator are now printed in the form actually
      (no tooltips though because with Formulator you cannot do that yet)
    
    - fixed a bug in the FileField which prevented uploading a form without an 
      image and then gave an error. Now you can do that and the image field is
      not touched then.

    - fixed bug for lines field to make them searchable (thanks to Gorbunov Vladislav)

1.0rc1 (2003/12/18)

    - plone 2 compatible
    
    - now using the new cmf form controller
    
    - some template cleanups and small improvements
    
1.0rc2 (2004/01/05)

    - added TTW folderish type (thanks to Berndhard Buehlmann)
    
    - some minor tweaks