~ubuntu-branches/ubuntu/saucy/varnish/saucy

« back to all changes in this revision

Viewing changes to doc/changes-2.0.6.html

  • Committer: Bazaar Package Importer
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-03-21 10:16:07 UTC
  • mfrom: (24.1.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20110321101607-528fzl583fqanas5
Tags: 2.1.5-2
ReleaseĀ forĀ unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<html xmlns="http://www.w3.org/1999/xhtml">
3
 
  <head>
4
 
    <title>Change log for Varnish 2.0.6</title>
5
 
    <link rel="stylesheet" type="text/css" href="changes.css"/>
6
 
  </head>
7
 
  <body>
8
 
    <h1>Change log for Varnish 2.0.6</h1>
9
 
    <h2>Changes between 2.0.5 and 2.0.6</h2>
10
 
    <h3>varnishd</h3>
11
 
    <ul>
12
 
      <li>
13
 
        <p>2.0.5 had an off-by-one error in the ESI handling causing
14
 
      includes to fail a large part of the time. This has now been
15
 
      fixed.</p>
16
 
      </li>
17
 
      <li>
18
 
        <p>Try harder to not confuse backends when sending them
19
 
      backend probes.  We half-closed the connection, something some
20
 
      backends thought meant we had dropped the connection.  Stop
21
 
      doing so, and add the capability for specifying the expected
22
 
      response code.</p>
23
 
      </li>
24
 
      <li>
25
 
        <p>In 2.0.5, session lingering was turned on.  This caused
26
 
      statistics to not be counted often enough in some cases.  This
27
 
      has now been fixed.</p>
28
 
      </li>
29
 
      <li>
30
 
        <p>Avoid triggering an assert if the other end closes the
31
 
      connection while we are lingering and waiting for another
32
 
      request from them.</p>
33
 
      </li>
34
 
      <li>
35
 
        <p>When generating backtraces, prefer the built-in backtrace
36
 
      function if such exists.  This fixes a problem compiling 2.0.5
37
 
      on Solaris.</p>
38
 
      </li>
39
 
      <li>
40
 
        <p>Make it possible to specify the per-thread stack size.
41
 
      This might be useful on 32 bit systems with their limited
42
 
      address space.</p>
43
 
      </li>
44
 
      <li>
45
 
        <p>Document the <span class="code">-C</span> option
46
 
      to <span class="code">varnishd</span>.</p>
47
 
      </li>
48
 
    </ul>
49
 
  </body>
50
 
</html>