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


1.2.1 (2013-02-07)
==================

- Fix custom layer test tear down.


1.2 (2013-02-06)
================

- Fixed tests run on MacOS.

- Use the `server_address` instead of `server_name` of `HTTPServer` to be
  compatible with MacOS.

- Dropped compatability with Zope < 2.12.

- Removed customized `HTTPServer`, the `BaseHTTPServer.HTTPServer` does
  everything we need.


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.

- Dropped compatability with Python < 2.6.


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)
