* Fix bug in producing tag for a scale on an item with a unicode title [tomster]
1.0.5
Not secure
------------------
* Make the ``download`` view respect custom read permissions for the field being downloaded, rather than only checking the view permission for the object as a whole. [davisagli]
1.0.4
Not secure
------------------
* Fix bug in producing tag for a scale on an item whose title has non-ASCII characters. [davisagli]
* Make sure image scales of allowed attributes can be accessed on disallowed containers. [davisagli]
* Add unit tests for safe_filename, since not exercised within this module. (should be moved to plone.formwidget.namedfile?) [lentinj]
1.0.3
Not secure
------------------
* Relicense under BSD license. See http://plone.org/foundation/materials/foundation-resolutions/plone-framework-components-relicensing-policy [davisagli]
1.0.2
Not secure
------------------
* Don't omit empty string attributes from ImageScale tag. [elro]
1.0.1
Not secure
------------------
* In the tag method of ImageScale to allow height/width/alt/title to be omitted when they are supplied as a None argument. [elro]
* In marshalled file fields, encode the filename parameter of the Content-Disposition header in accordance with RFC 2231. This ensures that filenames with non-ASCII characters can be successfully demarshalled. [davisagli]
* Make the various file classes be strict about only accepting unicode filenames. [davisagli]