]> err.no Git - varnish/commitdiff
Document recent changes.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Jul 2007 14:53:48 +0000 (14:53 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 13 Jul 2007 14:53:48 +0000 (14:53 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1692 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/doc/changes-1.0.4-1.1.xml

index 7aa08868ec99038cd912affebfe304eaffda25d5..89f0565ff8bd41cc51dd1cce26dfdb1ec08bcdfc 100644 (file)
       corresponding variable, and strip an HTTP header by using the
       <command>remove</command> keyword.</para>
     </change>
+
+    <change type="enh" ref="1661,1662">
+      <para>VCL scripts can now modify the HTTP status code of cached
+      objects (<varname>obj.status</varname>) and responses
+      (<varname>resp.status</varname>)</para>
+    </change>
+
+    <change type="enh" ref="1663">
+      <para>Numeric and other non-textual variables in VCL can now be
+      assigned to textual variables; they will be converted as
+      needed.</para>
+    </change>
+
+    <change type="enh" ref="1666,1667">
+      <para>VCL scripts can now apply regular expression substitutions
+      to textual variables using the <function>regsub</function>
+      function.</para>
+    </change>
+
+    <change type="enh" ref="1674,1675">
+      <para>A new management command, <command>status</command>,
+      returns the state of the child.</para>
+    </change>
   </subsystem>
 
   <subsystem>