[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 (Zope 2.8)

1.3.10 - 2006-09-19
====================

* Fix a security hole (inlined text/*)

* Fix SF bug #1542861

1.3.9 - 2006-07-31
==================

* Fix broken installation method (thanks to adf)

1.3.8 - 2006-07-25
==================

* introduce the flex storage that allow attachment field to store its content
  to be stored either in ZODB or with FSS.

1.3.7 - 2006-07-10
==================

* fix #1505660 (sourceforge): import statement in OOConverter (2006-06-14 BM)

* add inline (or attachment) view

1.3.6 - 2006-06-08
==================

* Ignore images in MSWord. Added option "-1" to wvWare.exe (2006-06-08 MR)

* Limit maximum cols and rows for Excel to 100. Configurable in global_symbols.py (2006-06-08 MR)

1.3.5 - 2006-05-14
==================

* Use of global external editor link and webdav lock (yeah)

* Removed Extenal Editor link (cannot work at field level)

* Fixed mime-type classification (MS Excel and Powerpoint processed as MS Word docs)

1.3.4 - 2006-05-2
=================

* Add base compatibility with CompoundField product (2006-03-15 ED)

* Fix lack of permissions when running unit tests (2006-03-15 ED)

* Added Photoshop attachment plugin

1.3.3 - 2006-01-24
==================

* Fixed attachment recognition issue with Plone 2.1.2

[1.3.1 - 20060113]

* OpenOffice2 documents support

* Fix widget: only a single file input is shown if field is empty. Also fixes
  "first upload without deletion" (2005-12-15 BM)

[v1.3 - 20051102]

* First upload without deletion, replacement and unchanged check boxes. (2005-10-31 MR)

* 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

[v1.3RC5 - 20050832]

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

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

[v1.3RC4 - 20050729]

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

[v1.3RC3 - 20050524]

* 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

[v1.3RC2 - 20050325]

* Little fix with PortalTransofrms under win32

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

[v1.3RC1 - 20050322]

* 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

[v1.2 - 20050311]

* Add AttachmentWidget

* Added video files support

[v1.1 - 20050225]

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

[v1.0 - 20050118]

* 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.

[v1.0RC - 20041229]

* 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 ! ;)
