From 207b8ad9b4034e48b9417d003f179b490c6c1f6d Mon Sep 17 00:00:00 2001 From: des Date: Thu, 26 Jul 2007 13:53:41 +0000 Subject: [PATCH] Add change log for 1.1.1 + various prop fixes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1776 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/doc/Makefile.am | 7 ++++++- varnish-cache/doc/changes-1.1-1.1.1.xml | 27 +++++++++++++++++++++++++ varnish-cache/doc/changes-1.1.1.xml | 12 +++++++++++ 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 varnish-cache/doc/changes-1.1-1.1.1.xml create mode 100644 varnish-cache/doc/changes-1.1.1.xml diff --git a/varnish-cache/doc/Makefile.am b/varnish-cache/doc/Makefile.am index 560b470e..967adb59 100644 --- a/varnish-cache/doc/Makefile.am +++ b/varnish-cache/doc/Makefile.am @@ -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 index 00000000..4bdf8b13 --- /dev/null +++ b/varnish-cache/doc/changes-1.1-1.1.1.xml @@ -0,0 +1,27 @@ + + +]> + + + + varnishd + + + The code required to allow VCL to read + obj.status, which had accidentally been left + out, has now been added. + + + + Varnish will now always include a + Connection: header in its reply to the + client, to avoid possible misunderstandings. + + + + A bug that triggered an assertion failure when generating + synthetic error documents has been corrected. + + + diff --git a/varnish-cache/doc/changes-1.1.1.xml b/varnish-cache/doc/changes-1.1.1.xml new file mode 100644 index 00000000..784249e8 --- /dev/null +++ b/varnish-cache/doc/changes-1.1.1.xml @@ -0,0 +1,12 @@ + + + +]> + + + Varnish + 1.1.1 + + + -- 2.39.5