r4766 - branches/2.1/varnish-cache/doc

tfheen at varnish-cache.org tfheen at varnish-cache.org
Wed May 5 10:15:50 CEST 2010


Author: tfheen
Date: 2010-05-05 10:15:50 +0200 (Wed, 05 May 2010)
New Revision: 4766

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

Modified: branches/2.1/varnish-cache/doc/Makefile.am
===================================================================
--- branches/2.1/varnish-cache/doc/Makefile.am	2010-05-05 08:08:34 UTC (rev 4765)
+++ branches/2.1/varnish-cache/doc/Makefile.am	2010-05-05 08:15:50 UTC (rev 4766)
@@ -1,6 +1,7 @@
 # $Id$
 
 CHANGELOGS = \
+	changes-2.1.2.html \
 	changes-2.1.1.html \
 	changes-2.1.0.html \
 	changes-2.0.6.html \
@@ -16,6 +17,7 @@
 	changes-1.0.4.html
 
 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 \
 	changes-2.0.5-2.0.6.xml \

Added: branches/2.1/varnish-cache/doc/changes-2.1.1-2.1.2.xml
===================================================================
--- branches/2.1/varnish-cache/doc/changes-2.1.1-2.1.2.xml	                        (rev 0)
+++ branches/2.1/varnish-cache/doc/changes-2.1.1-2.1.2.xml	2010-05-05 08:15:50 UTC (rev 4766)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE group [
+<!ENTITY mdash "&#8212;">
+]>
+<!-- $Id: changes-2.0.6-2.1.0.xml 4672 2010-04-19 10:26:23Z tfheen $ -->
+<group from="2.1.1" to="2.1.2">
+  <subsystem>
+    <name>varnishd</name>
+
+    <change type="bug" ref="694">
+      <para>When adding <code>Range</code> support for 2.1.1, we
+      accidentially introduced a bug which would append garbage to
+      objects larger than the chunk size, by default 128k. Browsers
+      would do the right thing due to Content-Length, but some load
+      balancers would get very confused.</para>
+    </change>
+
+  </subsystem>
+</group>

Added: branches/2.1/varnish-cache/doc/changes-2.1.2.xml
===================================================================
--- branches/2.1/varnish-cache/doc/changes-2.1.2.xml	                        (rev 0)
+++ branches/2.1/varnish-cache/doc/changes-2.1.2.xml	2010-05-05 08:15:50 UTC (rev 4766)
@@ -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.1.xml 4709 2010-04-21 10:40:27Z tfheen $ -->
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.1.2</version>
+
+  <xi:include href="changes-2.1.1-2.1.2.xml"/>
+</changelog>




More information about the varnish-commit mailing list