Mailing List Archive

r3317 - branches/2.0/varnish-cache/doc
Author: tfheen
Date: 2008-10-17 17:53:34 +0200 (Fri, 17 Oct 2008)
New Revision: 3317

Added:
branches/2.0/varnish-cache/doc/changes-2.0-2.0.1.xml
branches/2.0/varnish-cache/doc/changes-2.0.1.xml
Modified:
branches/2.0/varnish-cache/doc/Makefile.am
Log:
Add changes for 2.0.1

Modified: branches/2.0/varnish-cache/doc/Makefile.am
===================================================================
--- branches/2.0/varnish-cache/doc/Makefile.am 2008-10-17 11:04:12 UTC (rev 3316)
+++ branches/2.0/varnish-cache/doc/Makefile.am 2008-10-17 15:53:34 UTC (rev 3317)
@@ -1,6 +1,7 @@
# $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 @@
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 \

Added: branches/2.0/varnish-cache/doc/changes-2.0-2.0.1.xml
===================================================================
--- branches/2.0/varnish-cache/doc/changes-2.0-2.0.1.xml (rev 0)
+++ branches/2.0/varnish-cache/doc/changes-2.0-2.0.1.xml 2008-10-17 15:53:34 UTC (rev 3317)
@@ -0,0 +1,28 @@
+<?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>
+ <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>

Added: branches/2.0/varnish-cache/doc/changes-2.0.1.xml
===================================================================
--- branches/2.0/varnish-cache/doc/changes-2.0.1.xml (rev 0)
+++ branches/2.0/varnish-cache/doc/changes-2.0.1.xml 2008-10-17 15:53:34 UTC (rev 3317)
@@ -0,0 +1,12 @@
+<?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>