r1692 - trunk/varnish-cache/doc

des at projects.linpro.no des at projects.linpro.no
Fri Jul 13 16:53:48 CEST 2007


Author: des
Date: 2007-07-13 16:53:48 +0200 (Fri, 13 Jul 2007)
New Revision: 1692

Modified:
   trunk/varnish-cache/doc/changes-1.0.4-1.1.xml
Log:
Document recent changes.


Modified: trunk/varnish-cache/doc/changes-1.0.4-1.1.xml
===================================================================
--- trunk/varnish-cache/doc/changes-1.0.4-1.1.xml	2007-07-13 14:27:55 UTC (rev 1691)
+++ trunk/varnish-cache/doc/changes-1.0.4-1.1.xml	2007-07-13 14:53:48 UTC (rev 1692)
@@ -155,6 +155,29 @@
       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>




More information about the varnish-commit mailing list