r4412 - branches/2.0/varnish-cache/doc

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Dec 16 12:51:19 CET 2009


Author: tfheen
Date: 2009-12-16 12:51:18 +0100 (Wed, 16 Dec 2009)
New Revision: 4412

Added:
   branches/2.0/varnish-cache/doc/changes-2.0.5-2.0.6.xml
   branches/2.0/varnish-cache/doc/changes-2.0.6.xml
Modified:
   branches/2.0/varnish-cache/doc/Makefile.am
Log:
Add changes for 2.0.6

Modified: branches/2.0/varnish-cache/doc/Makefile.am
===================================================================
--- branches/2.0/varnish-cache/doc/Makefile.am	2009-12-16 11:41:36 UTC (rev 4411)
+++ branches/2.0/varnish-cache/doc/Makefile.am	2009-12-16 11:51:18 UTC (rev 4412)
@@ -1,6 +1,7 @@
 # $Id$
 
 CHANGELOGS = \
+	changes-2.0.6.html \
 	changes-2.0.5.html \
 	changes-2.0.4.html \
 	changes-2.0.3.html \
@@ -13,6 +14,7 @@
 	changes-1.0.4.html
 
 XML = \
+	changes-2.0.5-2.0.6.xml \
 	changes-2.0.4-2.0.5.xml \
 	changes-2.0.3-2.0.4.xml \
 	changes-2.0.2-2.0.3.xml \

Added: branches/2.0/varnish-cache/doc/changes-2.0.5-2.0.6.xml
===================================================================
--- branches/2.0/varnish-cache/doc/changes-2.0.5-2.0.6.xml	                        (rev 0)
+++ branches/2.0/varnish-cache/doc/changes-2.0.5-2.0.6.xml	2009-12-16 11:51:18 UTC (rev 4412)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE group [
+<!ENTITY mdash "&#8212;">
+]>
+<!-- $Id$ -->
+<group from="2.0.5" to="2.0.6">
+  <subsystem>
+    <name>varnishd</name>
+
+    <change type="bug" ref="585">
+      <para>2.0.5 had an off-by-one error in the ESI handling causing
+      includes to fail a large part of the time. This has now been
+      fixed.</para>
+    </change>
+
+    <change type="bug" ref="584">
+      <para>Try harder to not confuse backends when sending them
+      backend probes.  We half-closed the connection, something some
+      backends thought meant we had dropped the connection.  Stop
+      doing so, and add the capability for specifying the expected
+      response code.</para>
+    </change>
+
+    <change type="bug">
+      <para>In 2.0.5, session lingering was turned on.  This caused
+      statistics to not be counted often enough in some cases.  This
+      has now been fixed.</para>
+    </change>
+
+    <change type="bug" ref="547">
+      <para>Avoid triggering an assert if the other end closes the
+      connection while we are lingering and waiting for another
+      request from them.</para>
+    </change>
+
+    <change type="bug" ref="577">
+      <para>When generating backtraces, prefer the built-in backtrace
+      function if such exists.  This fixes a problem compiling 2.0.5
+      on Solaris.</para>
+    </change>
+
+    <change type="enh" ref="572">
+      <para>Make it possible to specify the per-thread stack size.
+      This might be useful on 32 bit systems with their limited
+      address space.</para>
+    </change>
+
+    <change type="bug" ref="559">
+      <para>Document the <code>-C</code> option
+      to <code>varnishd</code>.</para>
+    </change>
+  <subsystem>
+</group>

Added: branches/2.0/varnish-cache/doc/changes-2.0.6.xml
===================================================================
--- branches/2.0/varnish-cache/doc/changes-2.0.6.xml	                        (rev 0)
+++ branches/2.0/varnish-cache/doc/changes-2.0.6.xml	2009-12-16 11:51:18 UTC (rev 4412)
@@ -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$ -->
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.0.6</version>
+
+  <xi:include href="changes-2.0.5-2.0.6.xml"/>
+</changelog>



More information about the varnish-commit mailing list