Commit 7fd764fc authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix syntax errors, add some more changes

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4643 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 59de7b85
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<para>When closing connections, we experimented with sending RST <para>When closing connections, we experimented with sending RST
to free up load balancers and free up threads more quickly. to free up load balancers and free up threads more quickly.
This caused some problems with NAT routers and so has been This caused some problems with NAT routers and so has been
reverted for now. reverted for now.</para>
</change> </change>
<change type="enh"> <change type="enh">
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
<change type="enh"> <change type="enh">
<para><code>purge.hash</code> is now deprecated and no longer <para><code>purge.hash</code> is now deprecated and no longer
shown in help listings.</code>.</para> shown in help listings.</para>
</change> </change>
<change type="enh" ref="607"> <change type="enh" ref="607">
...@@ -298,11 +298,19 @@ ...@@ -298,11 +298,19 @@
<para>Exit at the end of the file when started <para>Exit at the end of the file when started
with <code>-d</code>.</para> with <code>-d</code>.</para>
</change> </change>
</subsystem>
<subsystem>
<name>varnishadm</name>
varnishadm: <change type="enh">
- timeout support <para><code>varnishadm</code> can now have a timeout when trying
- secret support to connect to the running <code>varnishd</code>.</para>
- handle cli banner </change>
<change type="enh">
<para><code>varnishadm</code> now knows how to respond to the
secret from a secured <code>varnishd</code></para>
</change>
</subsystem>
</group> </group>
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