=====================================
Change log for gocept.httpserverlayer
=====================================


1.1 (2013-02-03)
================

- Add ``custom.Layer`` that uses a BaseHTTPServer with a custom RequestHandler,
  and ``static.Layer`` that server the contents of a directory.


1.0.1 (2012-12-21)
==================

- Avoid the property.setter spelling in the wsgi layer's code for Python 2.5
  compatibility.

- Conditionally require wsgiref to make the wsgi layer work with Python 2.4.

- Fixed an import in the plonetestcase layer's tests.


1.0 (2012-12-19)
================

initial release (extracted from gocept.selenium-1.0)
