------------------
* When building from svn, we need to run autogen.sh.
[optilude]
* Refactor the recipe: there are now separate recipes to build and configure
Varnish. This makes it possible to reconfigure varnish without having to
recompile with as well as using an already installed varnish.
[wichert]
* Move the OSX patching code into a separate method.
[wichert]
* Use pass for non-GET/HEAD requests. This makes a bit more sense and fixes a
login problem for Plone sites.
[wichert]
* Reorganize a bit for readability.
[wichert]
* Support Python 2.3 as well.
[wichert]
* Make it possible to specify the user and group as well.
[wichert]
* Do not create the source directory - we move the extracted source in its
place later.
[wichert]
* If running on OS X, patch libtool as described in
http://varnish.projects.linpro.no/ticket/118 and
http://thread.gmane.org/gmane.comp.web.varnish.misc/668/focus=669.
[optilude]
* VCL is not C. You need the curlies even on single-line if statements.
[optilude]
* This rewriting style only works on Zope 3 - Zope 3 reinvented that wheel.
[wichert]
* Add support for If-Modified-Since and If-None-Match requests.
Thanks to newbery for the suggstions.
[wichert]
* Explicitly mention that there is nothing Plone or Zope specific about
this recipe.
[wichert]