Commit 0fa5e19b authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Incomplete change log for 1.1.2


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2207 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 7a4c9c4a
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE group [
<!ENTITY mdash "&#8212;">
]>
<!-- $Id$ -->
<group from="1.1.1" to="1.1.2">
<subsystem>
<name>varnishd</name>
<change type="bug" ref="1809,1913">
<para>When switching to a new VCL configuration, a race
condition exists which may cause Varnish to reference a backend
which no longer exists (see <ticket ref="144"/>). This race
condition has not been entirely eliminated, but it should occur
less frequently.</para>
</change>
<change type="bug" ref="1942">
<para>When dropping a TCP session before any requests were
processed, an assertion would be triggered due to an
uninitialized timestamp (see <ticket ref="132"/>). The
timestamp is now correctly initialized.</para>
</change>
<change type="bug" ref="1955,1976,1977">
<para>Varnish will now correctly generate a <code>Date:</code>
header for every response instead of copying the one it got from
the backend (see <ticket ref="157"/>).</para>
</change>
<change type="bug" ref="1971">
<para>Comparisons in VCL which involve a non-existent string
(usually a header which is not present in the request or object
being processed) would cause a NULL pointer dereference; now the
comparison will simply fail.</para>
</change>
<change type="bug" ref="1972">
<para>A bug in the VCL compiler which would cause a double-free
when processing <literal>include</literal> directives has been
fixed.</para>
</change>
<change type="bug" ref="1991">
<para></para>
</change>
</subsystem>
<subsystem>
<name>Build system</name>
</subsystem>
</group>
<?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>1.1.2</version>
<xi:include href="changes-1.1.1-1.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