Commit 7e1559a7 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Merge 2.0.x changes files from branches/2.0

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@3327 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent be7c4eba
# $Id$
CHANGELOGS = \
changes-2.0.1.html \
changes-2.0.html \
changes-1.1.2.html \
changes-1.1.1.html \
......@@ -8,6 +9,7 @@ CHANGELOGS = \
changes-1.0.4.html
XML = \
changes-2.0-2.0.1.xml \
changes-1.1.2-2.0.xml \
changes-1.1.1-1.1.2.xml \
changes-1.1-1.1.1.xml \
......
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE group [
<!ENTITY mdash "&#8212;">
]>
<!-- $Id$ -->
<group from="2.0" to="2.0.1">
<subsystem>
<name>varnishd</name>
<change type="bug" ref="354">
<para>When receiving a garbled HTTP
request, <code>varnishd</code> would sometimes crash. This has
been fixed.</para>
</change>
<change type="bug">
<para>There was an off-by-one error in the ACL compilation.
Now fixed.</para>
</change>
</subsystem>
<subsystem>
<name>Red Hat spec file</name>
<change type="bug">
<para>A typo in the spec file made the .rpm file names wrong.</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>2.0.1</version>
<xi:include href="changes-2.0-2.0.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