[master] d250722 Add changelogs for 2.1.1

Tollef Fog Heen tfheen at varnish-cache.org
Wed May 11 12:05:16 CEST 2011


commit d250722253f3d3d033327468583e0eb292bf0ad9
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Wed Apr 21 13:00:14 2010 +0000

    Add changelogs for 2.1.1
    
    git-svn-id: http://www.varnish-cache.org/svn/branches/2.1@4711 d4fa192b-c00b-0410-8231-f00ffab90ce4

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8495bf7..2eabaf8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
 #
 
 CHANGELOGS = \
+	changes-2.1.1.html \
 	changes-2.1.0.html \
 	changes-2.0.6.html \
 	changes-2.0.5.html \
@@ -15,6 +16,7 @@ CHANGELOGS = \
 	changes-1.0.4.html
 
 XML = \
+	changes-2.1.0-2.1.1.xml \
 	changes-2.0.6-2.1.0.xml \
 	changes-2.0.5-2.0.6.xml \
 	changes-2.0.4-2.0.5.xml \
diff --git a/doc/changes-2.1.0-2.1.1.xml b/doc/changes-2.1.0-2.1.1.xml
new file mode 100644
index 0000000..ae6c3bf
--- /dev/null
+++ b/doc/changes-2.1.0-2.1.1.xml
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE group [
+<!ENTITY mdash "—">
+]>
+<!-- $Id: changes-2.0.6-2.1.0.xml 4672 2010-04-19 10:26:23Z tfheen $ -->
+<group from="2.0.6" to="2.1.0">
+  <subsystem>
+    <name>varnishd</name>
+
+    <change type="bug">
+      <para>The changelog in 2.1.0 included syntax errors, causing
+      the generated changelog to be empty.</para>
+    </change>
+
+    <change type="bug">
+      <para>The help text for <code>default_grace</code> was wrongly
+      formatted and included a syntax error.  This has now been fixed.</para>
+    </change>
+
+    <change type="bug">
+      <para><code>varnishd</code> now closes the file descriptor used
+      to read the management secret file (from the <code>-S</code>
+      parameter).</para>
+    </change>
+
+    <change type="bug" ref="669">
+      <para>The child would previously try to close every valid file
+	descriptor, something which could cause problems if the file
+	descriptor ulimit was set too high.  We now keep track of all
+	the file descriptors we open and only close up to that number.
+	</para>
+    </change>
+
+    <change type="bug">
+      <para>ESI was partially broken in 2.1.0 due to a bug in the
+      rollback of session workspace.  This has been fixed.</para>
+    </change>
+
+    <change type="bug">
+      <para>Reject the <code>auth</code>command rather than crash if
+      there is no <code>-S</code> parameter given.</para>
+    </change>
+
+    <change type="enh">
+      <para>Align pointers in allocated objects.  This will in theory
+      make Varnish a tiny bit faster at the expense of slightly more
+      memory usage.</para>
+    </change>
+
+    <change type="bug">
+      <para>Ensure the master process process id is updated in the
+      shared memory log file after we go into the background.</para>
+    </change>
+
+    <change type="bug" id="679">
+      <para><code>HEAD</code> requests would be converted to GET
+      requests too early, which affected <code>pass</code>
+      and <code>pipe</code>.  This has been fixed.</para>
+    </change>
+
+    <change type="bug">
+      <para>Update the documentation to point out that the TTL is no
+      longer taken into account to decide whether an object is
+      cacheable or not.</para>
+    </change>
+
+    <change type="enh">
+      <para>Add support for completely obliterating an object and all
+      variants of it.  Currently, this has to be done using inline C.</para>
+    </change>
+
+    <change type="enh">
+      <para>Add experimental support for the <code>Range</code>
+      header.  This has to be enabled using the parameter
+      http_range_support.</para>
+    </change>
+  </subsystem>
+  <subsystem>
+    <name>varnishsizes</name>
+
+    <change type="enh">
+      <para><code>varnishsizes</code>, which is
+      like <code>varnishhost</code>, but for the length of objects,
+      has been added..</para>
+    </change>
+  </subsystem>
+</group>
diff --git a/doc/changes-2.1.1.xml b/doc/changes-2.1.1.xml
new file mode 100644
index 0000000..f5a91ba
--- /dev/null
+++ b/doc/changes-2.1.1.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet type="text/xml" href="changes-html.xsl"?>
+<!DOCTYPE changelog [
+ <!ENTITY mdash "—">
+]>
+<!-- $Id: changes-2.1.1.xml 4709 2010-04-21 10:40:27Z tfheen $ -->
+<changelog xmlns:xi="http://www.w3.org/2001/XInclude">
+  <package>Varnish</package>
+  <version>2.1</version>
+
+  <xi:include href="changes-2.1.0-2.1.1.xml"/>
+</changelog>



More information about the varnish-commit mailing list