Commit 13d89850 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Merged revisions 1902-1905 via svnmerge from

svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r1902 | des | 2007-08-20 21:13:37 +0200 (Mon, 20 Aug 2007) | 2 lines
  
  Render <code> elements.
........
  r1903 | des | 2007-08-20 21:16:08 +0200 (Mon, 20 Aug 2007) | 2 lines
  
  Really render <code> elements correctly.
........
  r1904 | des | 2007-08-20 21:17:49 +0200 (Mon, 20 Aug 2007) | 4 lines
  
  At some point along the line, I forgot that these files aren't actually
  DocBook, and that I don't have <filename>, <literal>, <varname> etc. -
  just <code>.
........
  r1905 | des | 2007-08-20 21:20:25 +0200 (Mon, 20 Aug 2007) | 2 lines
  
  Rewrap (no content changes)
........


git-svn-id: http://www.varnish-cache.org/svn/branches/1.1@1906 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent e3ae4724
This diff is collapsed.
...@@ -9,14 +9,14 @@ ...@@ -9,14 +9,14 @@
<change type="bug" ref="1745"> <change type="bug" ref="1745">
<para>The code required to allow VCL to read <para>The code required to allow VCL to read
<varname>obj.status</varname>, which had accidentally been left <code>obj.status</code>, which had accidentally been left out,
out, has now been added.</para> has now been added.</para>
</change> </change>
<change type="bug" ref="1750"> <change type="bug" ref="1750">
<para>Varnish will now always include a <para>Varnish will now always include a <code>Connection:</code>
<literal>Connection:</literal> header in its reply to the header in its reply to the client, to avoid possible
client, to avoid possible misunderstandings.</para> misunderstandings.</para>
</change> </change>
<change type="buf" ref="1751"> <change type="buf" ref="1751">
...@@ -25,18 +25,18 @@ ...@@ -25,18 +25,18 @@
</change> </change>
<change type="enh" ref="1761,1762,1765,1828"> <change type="enh" ref="1761,1762,1765,1828">
<para>A new VCL function, <function>purge_url</function>, <para>A new VCL function, <code>purge_url</code>, provides the
provides the same functionality as the same functionality as the <code>url.purge</code> management
<command>url.purge</command> management command.</para> command.</para>
</change> </change>
<change type="enh" ref="1780"> <change type="enh" ref="1780">
<para>Previously, Varnish assumed that the response body should <para>Previously, Varnish assumed that the response body should
be sent only if the request method was <literal>GET</literal>. be sent only if the request method was <code>GET</code>. This
This was a problem for custom request methods (such as was a problem for custom request methods (such as
<literal>PURGE</literal>), so the logic has been changed to <code>PURGE</code>), so the logic has been changed to always
always send the response body except in the specific case of a send the response body except in the specific case of a
<literal>HEAD</literal> request.</para> <code>HEAD</code> request.</para>
</change> </change>
<change type="bug" ref="1795"> <change type="bug" ref="1795">
...@@ -46,11 +46,10 @@ ...@@ -46,11 +46,10 @@
<change type="bug" ref="1797"> <change type="bug" ref="1797">
<para>Due to the way run-time parameters are initialized at <para>Due to the way run-time parameters are initialized at
startup, <command>varnishd</command> previously required the startup, <code>varnishd</code> previously required the
<literal>nobody</literal> user and the <code>nobody</code> user and the <code>nogroup</code> group to
<literal>nogroup</literal> group to exist even if a different exist even if a different user and group were specified on the
user and group were specified on the command line. This has command line. This has been corrected.</para>
been corrected.</para>
</change> </change>
<change type="bug" ref="1800"> <change type="bug" ref="1800">
...@@ -66,18 +65,17 @@ ...@@ -66,18 +65,17 @@
</change> </change>
<change type="bug" ref="1807"> <change type="bug" ref="1807">
<para>Before calling <function>vcl_miss</function>, Varnish <para>Before calling <code>vcl_miss</code>, Varnish assembles a
assembles a tentative request object for the backend request tentative request object for the backend request which will
which will usually follow. This object would be leaked if usually follow. This object would be leaked if
<function>vcl_miss</function> returned anything else than <code>vcl_miss</code> returned anything else than
<command>fetch</command>. This has been corrected.</para> <code>fetch</code>. This has been corrected.</para>
</change> </change>
<change type="bug" ref="1808"> <change type="bug" ref="1808">
<para>The code necessary to handle an <command>error</command> <para>The code necessary to handle an <code>error</code> return
return from <function>vcl_fetch</function> and from <code>vcl_fetch</code> and <code>vcl_deliver</code> had
<function>vcl_deliver</function> had inadvertantly been left inadvertantly been left out. This has been corrected.</para>
out. This has been corrected.</para>
</change> </change>
<change type="bug" ref="1810"> <change type="bug" ref="1810">
...@@ -109,8 +107,7 @@ ...@@ -109,8 +107,7 @@
<change type="bug" ref="1752"> <change type="bug" ref="1752">
<para>The top-level Makefile will now honor <para>The top-level Makefile will now honor
<varname>$DESTDIR</varname> when creating the state <code>$DESTDIR</code> when creating the state directory.</para>
directory.</para>
</change> </change>
<change type="enh" ref="1743,1846"> <change type="enh" ref="1743,1846">
...@@ -124,16 +121,16 @@ ...@@ -124,16 +121,16 @@
</change> </change>
<change type="enh" ref="1811"> <change type="enh" ref="1811">
<para>The <filename>autogen.sh</filename> script had workarounds <para>The <code>autogen.sh</code> script had workarounds for
for problems with the GNU autotools on FreeBSD; these are no problems with the GNU autotools on FreeBSD; these are no longer
longer needed and have been removed.</para> needed and have been removed.</para>
</change> </change>
<change type="enh" ref="1817"> <change type="enh" ref="1817">
<para>The <filename>libcompat</filename> library has been <para>The <code>libcompat</code> library has been renamed to
renamed to <filename>libvarnishcompat</filename> and is now <code>libvarnishcompat</code> and is now dynamic rather than
dynamic rather than static. This simplifies the build process static. This simplifies the build process and resolves an issue
and resolves an issue with the Mac OS X linker.</para> with the Mac OS X linker.</para>
</change> </change>
</subsystem> </subsystem>
</group> </group>
...@@ -72,4 +72,21 @@ ...@@ -72,4 +72,21 @@
<xsl:value-of select="@ref"/> <xsl:value-of select="@ref"/>
</a> </a>
</xsl:template> </xsl:template>
<xsl:template match="code">
<span>
<xsl:attribute name="class">
<xsl:value-of select="name()"/>
</xsl:attribute>
<xsl:apply-templates/>
</span>
</xsl:template>
<xsl:template match="*" priority="-1">
<xsl:message>Warning: no template for element <xsl:value-of select="name(
)"/></xsl:message>
<xsl:value-of select="concat('&lt;', name(), '&gt;')"/>
<xsl:apply-templates/>
<xsl:value-of select="concat('&lt;/', name(), '&gt;')"/>
</xsl:template>
</xsl:stylesheet> </xsl:stylesheet>
...@@ -25,3 +25,7 @@ h3 { ...@@ -25,3 +25,7 @@ h3 {
font-weight: bold; font-weight: bold;
color: maroon; color: maroon;
} }
.code {
font-family: monospace;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment