Commit 459139c2 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Add change log for 1.1.1 + various prop fixes


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1776 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8bdceb72
# $Id$ # $Id$
CHANGELOGS = changes-1.0.4.html changes-1.1.html CHANGELOGS = \
changes-1.0.4.html \
changes-1.1.html \
changes-1.1.1.html
all: ${CHANGELOGS}
EXTRA_DIST = ${CHANGELOGS} EXTRA_DIST = ${CHANGELOGS}
......
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE group [
<!ENTITY mdash "&#8212;">
]>
<!-- $Id$ -->
<group from="1.1" to="1.1.1">
<subsystem>
<name>varnishd</name>
<change type="bug" ref="1745">
<para>The code required to allow VCL to read
<varname>obj.status</varname>, which had accidentally been left
out, has now been added.</para>
</change>
<change type="bug" ref="1750">
<para>Varnish will now always include a
<literal>Connection:</literal> header in its reply to the
client, to avoid possible misunderstandings.</para>
</change>
<change type="buf" ref="1751">
<para>A bug that triggered an assertion failure when generating
synthetic error documents has been corrected.</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$ -->
<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
<package>Varnish</package>
<version>1.1.1</version>
<xi:include href="changes-1.1-1.1.1.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