r1776 - trunk/varnish-cache/doc

des at projects.linpro.no des at projects.linpro.no
Thu Jul 26 15:53:42 CEST 2007


Author: des
Date: 2007-07-26 15:53:41 +0200 (Thu, 26 Jul 2007)
New Revision: 1776

Added:
   trunk/varnish-cache/doc/changes-1.1-1.1.1.xml
   trunk/varnish-cache/doc/changes-1.1.1.xml
Modified:
   trunk/varnish-cache/doc/Makefile.am
   trunk/varnish-cache/doc/changes-1.0.4-1.1.xml
   trunk/varnish-cache/doc/changes-1.1.xml
Log:
Add change log for 1.1.1 + various prop fixes


Modified: trunk/varnish-cache/doc/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/Makefile.am	2007-07-26 07:51:09 UTC (rev 1775)
+++ trunk/varnish-cache/doc/Makefile.am	2007-07-26 13:53:41 UTC (rev 1776)
@@ -1,7 +1,12 @@
 # $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}
 
 CLEANFILES = ${CHANGELOGS}


Property changes on: trunk/varnish-cache/doc/changes-1.0.4-1.1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml

Added: trunk/varnish-cache/doc/changes-1.1-1.1.1.xml
===================================================================
--- trunk/varnish-cache/doc/changes-1.1-1.1.1.xml	                        (rev 0)
+++ trunk/varnish-cache/doc/changes-1.1-1.1.1.xml	2007-07-26 13:53:41 UTC (rev 1776)
@@ -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>


Property changes on: trunk/varnish-cache/doc/changes-1.1-1.1.1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id

Added: trunk/varnish-cache/doc/changes-1.1.1.xml
===================================================================
--- trunk/varnish-cache/doc/changes-1.1.1.xml	                        (rev 0)
+++ trunk/varnish-cache/doc/changes-1.1.1.xml	2007-07-26 13:53:41 UTC (rev 1776)
@@ -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>


Property changes on: trunk/varnish-cache/doc/changes-1.1.1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id


Property changes on: trunk/varnish-cache/doc/changes-1.1.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml




More information about the varnish-commit mailing list