3.2.4 - 2006-05-14

  * (GL) Fixed external editor stuff

  * (ED) Fix mess around lock

3.2.3 - 2006-03-07

  * Fix licensing incoherences

3.2.2 - 2006-03-07

  * rollback python scripts

3.2.1 - 2006-03-06

  * Fix Lock permissions

3.2.0 - 2005-12-16

  * Fully compatible with Plone 2.1 ;)

  * overload some templates for Plone 2.1, layers is not installed for Plone < 2.1

  * Support at_rename_after_creation (this feature requires Archetypes >= 1.3.5)

  * Support discussions under Plone 2.1 (if allow_discussion is enabled in portal_types)

3.11 - 2005-11-04

  * Added PloneSelenium functional tests

  * Use checkPermission in ExFileLock.py

  * ExFile_view : Modify code to get size of file to consume a mimimum of memory

3.10 - 2005-10-04

  * ATContentType.py: copy BaseSchema in schema definition (#1249290) 2005/08/01 BM

  * Removed the 'Edit PloneExFile' permission

  * Fix AT update Schema bug with AttachmentField - ED

3.02 - 2005-07-29 

  * Removing some bogus code in isVisible of LockSupport, fixing a bug that
    surfaced in the upcoming Plone 2.1. 2005/07/28 MR

3.01 - 2005-03-15

  * Use AttachmentWidget from AttachmentField instead of using FileWidget

  * Only owner (having edit permission) users can toggle lock
  
  * Change ploneexfile view template. Use accessor to get filename.

3.0RC1 - 2004/12/23

  * First fully integrated Archetypes version ! ;)
   
  * Locking support improvement

2.03 - 2004/06/23

  * Add discussable property to PloneExFile
 
2.02 - 2004/06/15

  * Minor bugfix in ZAA instanciation
      
2.01 - 2004/03/16

  * Added lock.gif and unlock.gif (16x16) for being standard with Plone, due to changes in document_actions after Plone 2.0 rc5.

2.0Beta - 2003/12/18

  * Better Plone 2.0 support with still 1.0 compatibility

  * Preview attachments (with latest ZAA & ZAAPlugins)

  * Whole support for Plone 2.0 (CMFFormController and such)

  * Support for preview of attachments

1.0 - 2003/11/06

  * Fixed small bugs in text/description management
  
  * Now the item's icon matches its content type, via the latest ZAA version

TODO

  * Versioning
  
  * Add test cases to use with external editor

  * Fix one bug in unit tests: line 87 in testAddFile probably
    related to problems in AttachmentField

