Changelog for plone.app.blob

    (name of developer listed in brackets)

plone.app.blob - 1.0b2 Released February 29, 2008

    - Reverted fix for Windows that closed the file upload object in order
      to work around a problem with reading from the blob file afterwards.
      [witsch]

plone.app.blob - 1.0b1 Released February 28, 2008

    - Minor bug fixes and cleanups
      [witsch]

    - Fix for a problem regarding file uploads on Windows, where renaming
      the still open temporary file isn't allowed and hence caused an error.
      Now the file is closed before the call to `consumeFile()`.
      [rochael]

    - Fix for Windows regarding the generation of the temporary file used for
      file uploads so that it doesn't get deleted after being moved to the
      blob storare
      [rochael]

    - Change file size calculation so as not to need to reopen the file, which
      broke on Windows
      [rochael]

    - Changed the primary field of the blob content types to not to be
      "searchable" as this causes indexing of the blob content making ram
      consumption go through the roof
      [witsch]

plone.app.blob - 1.0a2 Released December 12, 2007

    - Various minor bug fixes regarding migration, content icons etc
      [witsch]

    - String value are now wrapped using StringIO to make them adaptable, so
      that their mime-type can be guessed as well.
      [naro]

    - Added alternative GenericSetup profile to allow to replace ATFile
      as the "File" content type
      [witsch]

plone.app.blob - 1.0a1 Released December 7, 2007

    - Initial version
      [witsch]

    - Initial package structure.
      [zopeskel]

