
TODO

  * Unittests fixes for MSWord (Windows): AttachmentField works correctly but
    the unittest returns an empty preview.

  * Dependencies in the documentation (archetypes, external programs, ...)

  * MSWord images support

  * Support additional preview for mp3, images, ...
  
  * Add MD5 to check files are not corrupted

  * Replace ComputedAttribute by python property() functionnality

CVS:

  * Better log in case of missing libxml2 or libxslt (2005-09-06 MR)

  * Added a Flash attachment plug-in (thanks to Harlow Pinson)

  * Fix a bug from AT update schemas method - ED

1.3RC5 - 2005-08-32

  * Removed AttachementService; use the configlet in plone control panel
    instead

  * Fix an infinite loop which was hanging Zope at 100% CPU

1.3RC4 - 2005-07-29 

  * Fixing bug in download method of AttachmentField using FileField
    instead of Field.FileField

1.3RC3 - 2005-05-24

  * Supports correctly MSWord again under Win32
  
  * Fixed Installer to uninstall configlet

  * Fixed an unicode bug with PortalTransformsAttachment

  * Provided a regex-based HTML stripper, especially for wvWare output

  * Added RTF attachments support

  * Uses Mimetypesregistry as a fallback to index RTF stuff

  * OpenOffice documents are now natively indexed

1.3RC2 - 2005-03-25

  * Little fix with PortalTransofrms under win32

  * Uses a typeless content type to generate the configlet sample page

1.3RC1 - 2005-03-22

  * Fixed icon for unknown content types (interrogation mark instead of RTF icon)

  * Added a 'PortalTransformAttachment' class which is able now to use PortalTransforms
    as an attachment service. Wow! Tested, for example, with CMFOODocument.

  * Added support for compressed files (zip, rar, ...) thanks to Zegor

1.2 - 2005-03-11

  * Add AttachmentWidget

  * Added video files support

1.1 - 2005-02-25

  * Improved temporary files management. Now all converter output should be
    written in a temporary directory.

1.0 - 2005-01-18

  * Code page translation in the callConverter()-like methods

  * Archetypes' automatic SearchableText support (contentType argument in get(), 
    AND 'searchable' field parameter support; eg. we'd disable automatic indexing
    if 'searchable' is false).

  * Created an AttachmentService to test and monitor stuff.

  * Created an AttachmentTool for Plone and a configlet to monitor stuff.

1.0RC - 

  * Making isEmpty method of AttachmentField a bit safer 2004/12/29 MR

  * Fixed problem with paths under Windows 2004/12/29 MR

  * Fixed close of open file problem 2004/12/29 MR

  * First version ! ;)

