Changelog
=========

0.1.8 (2012-02-01)
------------------

- Add a new varnishctl wrapper that allows for graceful reload of varnish
  configuration.

  To test a new VCL change without interrupting your site you can::

      varnishctl configtest

  To load a new VCL change without disrupting your site you can::

      varnishctl graceful


0.1.7 (2012-01-23)
------------------

- Add option to enable passthru headers


0.1.6 (2012-01-23)
------------------

- Fix bug in previous change


0.1.5 (2012-01-23)
------------------

- enabled switching of html caching with the 'cachehtml' option


0.1.4 (2012-01-09)
------------------

- Provide a vcl_hash that doesn't use the Host header


0.1.3 (2011-09-01)
------------------

- Working varnishadm command


0.1.2 (2011-08-26)
------------------

- Use ${:daemon} rather than assuming varnishd is on PATH.
- If there is a ${buildout:run-directory}, put pid files there

