r5049 - branches/2.1/varnish-cache/doc

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed Jul 28 11:20:53 CEST 2010


Author: tfheen
Date: 2010-07-28 11:20:52 +0200 (Wed, 28 Jul 2010)
New Revision: 5049

Added:
   branches/2.1/varnish-cache/doc/changes-2.1.2-2.1.3.xml
   branches/2.1/varnish-cache/doc/changes-2.1.3.xml
Modified:
   branches/2.1/varnish-cache/doc/Makefile.am
Log:
Document changes for 2.1.3


Modified: branches/2.1/varnish-cache/doc/Makefile.am
===================================================================
--- branches/2.1/varnish-cache/doc/Makefile.am	2010-07-15 10:42:54 UTC (rev 5048)
+++ branches/2.1/varnish-cache/doc/Makefile.am	2010-07-28 09:20:52 UTC (rev 5049)
@@ -1,6 +1,7 @@
 # $Id$
 
 CHANGELOGS = \
+	changes-2.1.3.html \
 	changes-2.1.2.html \
 	changes-2.1.1.html \
 	changes-2.1.0.html \
@@ -17,6 +18,7 @@
 	changes-1.0.4.html
 
 XML = \
+	changes-2.1.2-2.1.3.xml \
 	changes-2.1.1-2.1.2.xml \
 	changes-2.1.0-2.1.1.xml \
 	changes-2.0.6-2.1.0.xml \

Added: branches/2.1/varnish-cache/doc/changes-2.1.2-2.1.3.xml
===================================================================
--- branches/2.1/varnish-cache/doc/changes-2.1.2-2.1.3.xml	                        (rev 0)
+++ branches/2.1/varnish-cache/doc/changes-2.1.2-2.1.3.xml	2010-07-28 09:20:52 UTC (rev 5049)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE group [
+<!ENTITY mdash "&#8212;">
+]>
+<!-- $Id: changes-2.1.2-2.1.3.xml 4672 2010-04-19 10:26:23Z tfheen $ -->
+<group from="2.1.2" to="2.1.3">
+  <subsystem>
+    <name>varnishd</name>
+
+    <change type="enh">
+      <para>Improve scalability of critbit.</para>
+    </change>
+
+    <change type="bug">
+      <para>The critbit hash algorithm has now been tightened to make
+      sure the tree is in a consistent state at all points, and the
+      time we wait for an object to cool off after it is eligible for
+      garbage collection has been tweaked.</para>
+    </change>
+
+    <change type="enh">
+      <para>Add <code>log</code> command to VCL.  This emits
+      a <code>VCL_log</code> entry into the shared memory log.</para>
+    </change>
+
+    <change type="bug">
+      <para>Only emit Length and ReqEnd log entries if we actually
+      have an XID.  This should get rid of some empty log lines in
+      varnishncsa.</para>
+    </change>
+
+    <change type="bug" ref="722">
+      <para>Destroy directors in a predictable fashion, namely reverse
+      of creation order.</para>
+    </change>
+
+    <change type="bug" ref="719">
+      <para>Fix bug when ESI elements spanned storage elements causing
+      a panic.</para>
+    </change>
+
+    <change type="enh">
+      <para>In some cases, the VCL compiler would panic instead of
+      giving sensible messages.  This has now been fixed.</para>
+    </change>
+
+    <change type="bug">
+      <para>Correct an off-by-one error when the requested range
+      exceeds the size of an object.</para>
+    </change>
+
+    <change type="bug">
+      <para>Handle requests for the end of an object correctly.</para>
+    </change>
+
+    <change type="bug" ref="700">
+      <para>Allow tabulator characters in the third field of the
+      first line of HTTP requests</para>
+    </change>
+
+    <change type="bug">
+      <para>On Solaris, if the remote end sends us an RST, all system
+      calls related to that socket will return EINVAL.  We now handle
+      this better.</para>
+    </change>
+  </subsystem>
+  <subsystem>
+    <name>libvarnishapi</name>
+    <change type="bug">
+      <para>The <code>-X</code> parameter didn't work correctly.  This
+      has been fixed.</para>
+    </change>
+
+</group>

Added: branches/2.1/varnish-cache/doc/changes-2.1.3.xml
===================================================================
--- branches/2.1/varnish-cache/doc/changes-2.1.3.xml	                        (rev 0)
+++ branches/2.1/varnish-cache/doc/changes-2.1.3.xml	2010-07-28 09:20:52 UTC (rev 5049)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
+<!DOCTYPE changelog [
+ <!ENTITY mdash "&#8212;">
+]>
+<!-- $Id: changes-2.1.3.xml 4709 2010-04-21 10:40:27Z tfheen $ -->
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.1.3</version>
+
+  <xi:include href="changes-2.1.2-2.1.3.xml"/>
+</changelog>




More information about the varnish-commit mailing list