[master] 0a0dbc3 Document 2.1.2 changes

Tollef Fog Heen tfheen at varnish-cache.org
Wed May 11 12:05:19 CEST 2011


commit 0a0dbc34b10fbf804418b402d4b16a22eafb0b37
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed May 5 08:15:50 2010 +0000

    Document 2.1.2 changes
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@4766 d4fa192b-c00b-0410-8231-f00ffab90ce4

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2eabaf8..bb63e94 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
 #
 
 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 @@ CHANGELOGS = \
 	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 \
diff --git a/doc/changes-2.1.1-2.1.2.xml b/doc/changes-2.1.1-2.1.2.xml
new file mode 100644
index 0000000..486d530
--- /dev/null
+++ b/doc/changes-2.1.1-2.1.2.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE group [
+<!ENTITY mdash "—">
+]>
+<!-- $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>
diff --git a/doc/changes-2.1.2.xml b/doc/changes-2.1.2.xml
new file mode 100644
index 0000000..c34aae6
--- /dev/null
+++ b/doc/changes-2.1.2.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
+<!DOCTYPE changelog [
+ <!ENTITY mdash "—">
+]>
+<!-- $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