r3327 - trunk/varnish-cache/doc

tfheen at projects.linpro.no tfheen at projects.linpro.no
Mon Oct 20 11:03:54 CEST 2008


Author: tfheen
Date: 2008-10-20 11:03:53 +0200 (Mon, 20 Oct 2008)
New Revision: 3327

Added:
   trunk/varnish-cache/doc/changes-2.0-2.0.1.xml
   trunk/varnish-cache/doc/changes-2.0.1.xml
Modified:
   trunk/varnish-cache/doc/Makefile.am
Log:
Merge 2.0.x changes files from branches/2.0

Modified: trunk/varnish-cache/doc/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/Makefile.am	2008-10-20 08:58:05 UTC (rev 3326)
+++ trunk/varnish-cache/doc/Makefile.am	2008-10-20 09:03:53 UTC (rev 3327)
@@ -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 \

Copied: trunk/varnish-cache/doc/changes-2.0-2.0.1.xml (from rev 3317, branches/2.0/varnish-cache/doc/changes-2.0-2.0.1.xml)
===================================================================
--- trunk/varnish-cache/doc/changes-2.0-2.0.1.xml	                        (rev 0)
+++ trunk/varnish-cache/doc/changes-2.0-2.0.1.xml	2008-10-20 09:03:53 UTC (rev 3327)
@@ -0,0 +1,29 @@
+<?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>

Copied: trunk/varnish-cache/doc/changes-2.0.1.xml (from rev 3317, branches/2.0/varnish-cache/doc/changes-2.0.1.xml)
===================================================================
--- trunk/varnish-cache/doc/changes-2.0.1.xml	                        (rev 0)
+++ trunk/varnish-cache/doc/changes-2.0.1.xml	2008-10-20 09:03:53 UTC (rev 3327)
@@ -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>




More information about the varnish-commit mailing list