Commit 0a0dbc34 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Document 2.1.2 changes

git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@4766 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e6fac62b
# #
CHANGELOGS = \ CHANGELOGS = \
changes-2.1.2.html \
changes-2.1.1.html \ changes-2.1.1.html \
changes-2.1.0.html \ changes-2.1.0.html \
changes-2.0.6.html \ changes-2.0.6.html \
...@@ -16,6 +17,7 @@ CHANGELOGS = \ ...@@ -16,6 +17,7 @@ CHANGELOGS = \
changes-1.0.4.html changes-1.0.4.html
XML = \ XML = \
changes-2.1.1-2.1.2.xml \
changes-2.1.0-2.1.1.xml \ changes-2.1.0-2.1.1.xml \
changes-2.0.6-2.1.0.xml \ changes-2.0.6-2.1.0.xml \
changes-2.0.5-2.0.6.xml \ changes-2.0.5-2.0.6.xml \
......
<?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>
<?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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment