]> err.no Git - varnish/commitdiff
Add change log for 1.1.1 + various prop fixes
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 26 Jul 2007 13:53:41 +0000 (13:53 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 26 Jul 2007 13:53:41 +0000 (13:53 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1776 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/doc/Makefile.am
varnish-cache/doc/changes-1.1-1.1.1.xml [new file with mode: 0644]
varnish-cache/doc/changes-1.1.1.xml [new file with mode: 0644]

index 560b470ede98b8a2a1aeab59546719be0f0ebac8..967adb5991903a5cbf8494d3077d87178e26b0a7 100644 (file)
@@ -1,6 +1,11 @@
 # $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}
 
diff --git a/varnish-cache/doc/changes-1.1-1.1.1.xml b/varnish-cache/doc/changes-1.1-1.1.1.xml
new file mode 100644 (file)
index 0000000..4bdf8b1
--- /dev/null
@@ -0,0 +1,27 @@
+<?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>
diff --git a/varnish-cache/doc/changes-1.1.1.xml b/varnish-cache/doc/changes-1.1.1.xml
new file mode 100644 (file)
index 0000000..784249e
--- /dev/null
@@ -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>1.1.1</version>
+
+  <xi:include href="changes-1.1-1.1.1.xml"/>
+</changelog>