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

1.3.0 (2009-10-08)
------------------

- Use ``zope.browserresource`` instead of ``zope.app.publisher``, removing
  a dependency on latter.

- Look up the "resources view" via queryMultiAdapter instead of looking into
  the adapter registry.

- Moved the dependency on zope.site to the test dependencies.

1.2.0 (2009-06-04)
------------------

- Use ``zope.site`` instead of ``zope.app.component``.  Removes direct
  dependency on ``zope.app.component``.

1.1.0 (2009-05-05)
------------------

New features:

- An attempt to generate resource URLs using the "resources view" (@@)
  is now made; if unsuccesful, we fall back to the previous method of
  crafting the URL by hand from the site url. This ensures that the
  resource library respects the existing plugging points for resource
  publishing (see ``zope.app.publisher.browser.resources``).

- You can now explicitly specify where resource links should be
  inserted using the special marker comment '<!-- zc.resourcelibrary -->'.

1.0.2 (2009-01-27)
------------------

- Remove zope.app.zapi from dependencies, substituting
  its uses with direct imports.

- Use zope-dev at zope.org mailing list address instead of
  zope3-dev at zope.org as the latter one is retired.

- Change "cheeseshop" to "pypi" in the package homepage.

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.
