Skip to content

Commit

Permalink
Garden.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tseaver committed Dec 26, 2014
1 parent 57d8018 commit e1fcc98
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changes
=======

4.1.0 (unreleased)
==================
------------------

- Add support for PyPy. PyPy3 support awaits release of fix for:
https://bitbucket.org/pypy/pypy/issue/1946
Expand All @@ -13,20 +13,20 @@ Changes


4.0.2 (2014-11-04)
==================
------------------

- Return no ETag if no adapter is registered, disabling the
requirement for applications that was introduced in 3.11.0 (GitHub #1)


4.0.1 (2013-04-03)
==================
------------------

- Fix some Python 3 string vs bytes issues.


4.0.0 (2013-02-20)
==================
------------------

- Replace deprecated ``zope.component.adapts`` usage with equivalent
``zope.component.adapter`` decorator.
Expand All @@ -46,32 +46,32 @@ Changes


3.12.0 (2010-12-14)
===================
-------------------

- Add ``zcml`` extra dependencies and fixed dependencies of
``configure.zcml`` on other packages' ``meta.zcml``.

- Add a test for including our own ``configure.zcml``.

3.11.0 (2010-08-13)
===================
-------------------

- Support the HTTP ETag header for file resources. ETag generation can be
customized or disabled by providing an IETag multi-adapter on
(IFileResource, your-application-skin).

3.10.3 (2010-04-30)
===================
-------------------

- Prefer the standard libraries doctest module to the one from zope.testing.

3.10.2 (2009-11-25)
===================
-------------------

- The previous release had a broken egg, sorry.

3.10.1 (2009-11-24)
===================
-------------------

- Import hooks functionality from zope.component after it was moved there from
zope.site. This lifts the dependency on zope.site and thereby, ZODB.
Expand All @@ -80,7 +80,7 @@ Changes
there from zope.location.

3.10.0 (2009-09-25)
===================
-------------------

- Add an ability to forbid publishing of some files in the resource directory,
this is done by fnmatch'ing the wildcards in the ``forbidden_names``class
Expand All @@ -89,7 +89,7 @@ Changes
contain private information.

3.9.0 (2009-08-27)
==================
------------------

Initial release. This package was splitted off zope.app.publisher as a part
of refactoring process.
Expand Down

0 comments on commit e1fcc98

Please sign in to comment.