=======
CHANGES
=======

1.0.1 (2008-03-07)
------------------

Bugs fixed:

- added the behavior from the standard Zope 3 response to guess that a body
  that is not HTML without an explicit mimetype should have a
  'text/plain' mimetype.  This means that, for instance, redirects with
  a body of '' and no explicit content type will no longer cause an
  exception in the resourcelibrary response code.

1.0.0 (2008-02-17)
------------------

New features:

- You can now provide an alternative "directory-resource"
  factory. This facilitates implementation of dynamic resources.


Bugs fixed:

- Updated the functional-testing zcml file to get rid of a deprication
  warning.


0.8.2 (2007-12-07)
------------------

- bug fix: when checking content type, take into account that it may be None

0.8.1 (2007-12-05)
------------------

- changed MIME type handling to be more restrictive about whitespace to
  conform to RfC 2045

0.8 (2007-12-04)
----------------

- fixed the check for HTML and XML content to allow content type parameters

0.6.1 (2007-11-03)
------------------

- Update package meta-data.

- Fixed package dependencies.

- Merged functional and unit tests.

0.6.0 (2006-09-22)
------------------

???

0.5.2 (2006-06-15)
------------------

- Add more package meta-data.

0.5.1 (2006-06-06)
------------------

- Update package code to work with newer versions of other packages.

0.5.0 (2006-04-24)
------------------

- Initial release.
