Commit 8670817d authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add 2.0.3->2.0.4 docs

git-svn-id: http://www.varnish-cache.org/svn/branches/2.0@4016 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a173757f
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE group [
<!ENTITY mdash "&#8212;">
]>
<!-- $Id$ -->
<group from="2.0.3" to="2.0.4">
<subsystem>
<name>varnishd</name>
<change type="enh">
<para>Make Varnish more portable by pulling in fixes for
Solaris and NetBSD.</para>
</change>
<change type="bug">
<para>Correct description of -a in the manual page.</para>
</change>
<change type="bug">
<para>Ensure we are compiling in C99 mode.</para>
</change>
<change type="bug" ref="458">
<para>If error was called with a null reason, we would crash on
Solaris. Make sure this no longer happens.</para>
</change>
<change type="bug" ref="428">
<para>Varnish used to crash if you asked it to use a
non-existent waiter. This has now been fixed.</para>
</change>
<change type="enh">
<para>Add documentation to the default VCL explaining that
using <code>Connection: close</code> in <code>vcl_close</code>
is generally a good idea.</para>
</change>
<change type="enh">
<para>Add minimal facility for dealing with TELNET option
negotiation by returning WONT to DO and DONT requests.</para>
</change>
<change type="enh">
<para>If the backend is unhealthy, use a graced object if one is
available.</para>
</change>
<change type="enh">
<para>Make <code>server.hostname</code>
and <code>server.identity</code> available to VCL. The latter
can be set with the <code>-i</code> parameter
to <code>varnishd</code>.</para>
</change>
<change type="enh">
<para>Make <code>restart</code> available
from <code>vcl_error</code>.</para>
</change>
<change type="enh">
<para>Previously, only the TTL of an object was considered in
whether it would be marked as cacheable. This has been changed
to take the grace into consideration as well.</para>
</change>
<change type="bug" ref="445">
<para>Previously, if an included ESI fragment had a zero size,
we would send out a zero-sized chunk which signifies
end-of-transmission. We now ignore zero-sized chunks.</para>
</change>
<change type="bug">
<para>We accidentially slept for far too long when we reached
the maximum number of open file descriptors. This has been
corrected and <code>accept_fd_holdoff</code> now works
correctly.</para>
</change>
<change type="bug" ref="476">
<para>Previously, when ESI processing, we did not look at the
full length, but stopped at the first NULL byte. We no longer
do that, enabling ESI processing of binary data.</para>
</change>
<subsystem>
<name>varnishtest</name>
<change type="bug">
<para>Make sure system "..." returns successfully to ensure
test failures do not go unnoticed.</para>
</change>
<change type="enh">
<para>Make it possible to send NULL bytes through the testing
framework.</para>
</change>
</subsystem>
</group>
<?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>2.0.4</version>
<xi:include href="changes-2.0.3-2.0.4.xml"/>
</changelog>
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