Commit 9b159cb5 authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

Minor corrections

parent 11d46e75
......@@ -8,11 +8,10 @@ Changes since 4.1.0:
- [varnishncsa] -w is now required when running deamonized.
- [varnishncsa] Log format can now be read from file.
- Port fields extracted from PROXY1 header now work as expected.
- New VCL state "busy" introduced (mostly for vmod writers.)
- New configure option: --enable-pcre-jit. Enabled by default.
- New VCL state "busy" introduced (mostly for vmod writers).
- Last traces of varnishreplay removed.
- If-Modified-Since is now ignored if we have If-None-Match.
- Zero Content-Length is no longer sent on empty 204 and 304 responses.
- Zero Content-Length is no longer sent on 304 responses.
Bugs fixed
......@@ -37,7 +36,6 @@ Bugs fixed
.. _1826: https://www.varnish-cache.org/trac/ticket/1826
================================
Varnish Cache 4.1.0 (2015-09-30)
================================
......@@ -2641,7 +2639,7 @@ varnishreplay
varnishstat
-----------
- Don't print lifetime averages when it doesn't make any sensefor
- Don't print lifetime averages when it doesn't make any sense, for
instance, there is no point in dividing the amount in bytes of free
cache space by the lifetime in seconds of the varnishd process.
......@@ -2774,7 +2772,7 @@ varnishncsa
Documentation
-------------
- The documentation—especially the VCL documentation—has been greatly
- The documentation, especially the VCL documentation, has been greatly
extended and improved.
Build system
......
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