From: des Date: Fri, 13 Jul 2007 14:53:48 +0000 (+0000) Subject: Document recent changes. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26352707fb6cf4d20ec23d73435c2de7ffa30d42;p=varnish Document recent changes. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1692 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/doc/changes-1.0.4-1.1.xml b/varnish-cache/doc/changes-1.0.4-1.1.xml index 7aa08868..89f0565f 100644 --- a/varnish-cache/doc/changes-1.0.4-1.1.xml +++ b/varnish-cache/doc/changes-1.0.4-1.1.xml @@ -155,6 +155,29 @@ corresponding variable, and strip an HTTP header by using the remove keyword. + + + VCL scripts can now modify the HTTP status code of cached + objects (obj.status) and responses + (resp.status) + + + + Numeric and other non-textual variables in VCL can now be + assigned to textual variables; they will be converted as + needed. + + + + VCL scripts can now apply regular expression substitutions + to textual variables using the regsub + function. + + + + A new management command, status, + returns the state of the child. +