----------------
* Move file and image value implementations here instead of extending
the ones from zope.app.file and z3c.blobfile. This helps tame a mess
of dependencies.
[davisagli]
* The blob-based file and image implementations are now always available.
(But they will only work if Zope is using a storage with blob support.)
[davisagli]
* Add support for HEAD requests to images view
[anthonygerrard]
* Add hook to override headers in subclasses of file download view
[anthonygerrard]
* Don't set filename in header if filename contains non ascii chars.
[do3cc]
* Adding Dexterity Image caused TypeError if jpeg file contained
corrupt metadata. Closes http://dev.plone.org/ticket/12753.
[patch by joka, applied by kleist]